h4hardik/attask

Provide AtTtask API Operations
14
Install
composer require h4hardik/attask
License:MIT
Last Updated:May 1, 2015
Links: GitHub  ·  Packagist
Maintainer: h4hardik

AtTask APIs Operataion with Laravel 5

Performe all Operataion of [atTaskApis] (https://developers.attask.com/api-docs/) with Laravel5

Installation

To get the latest version of Laravel AtTask, simply add the following line to the require block of your composer.json file:

"h4hardik/attask": "dev-master"

You'll then need to run composer install or composer update to download it and have the autoloader updated , and it's DONE!!!

This module is still way far from being perfect, it's not ready for production. However You can use it in your project. And anytime you think it's not good and want to improve it, a pull request is more than welcome.

Usage

Add Lines in your Controller:

use \Vendor\AtTask\StreamClient as AtTaskClass; // Using Namespace

In your function

$atTaskObj = new AtTaskClass('https://lexisnexis.attasksandbox.com'); $session = $atTaskObj->login('rohit.chopra@lexisnexis.com', 'l3xisn3xis');

You can find other Opertaions : [Here] (https://developers.attask.com/api-docs/)

License

Laravel Exceptions is licensed under The MIT License (MIT).

Credits

This is based on and essentially a highly simplified PHP Class file example of AtTask [API] (https://developers.attask.com/api-docs/code-samples/)

Related Packages

willvincent/laravel-workfront

Provides Workfront API Operations to Laravel 5.x

193 1
staufenbiel/laravel

Staufenbiel Codebase powered by Laravel Framework.

31 0
laravel-ja/laravel

The Laravel Framework.

5,667 17
laravel/laravel

The skeleton application for the Laravel framework.

64,069,703 84,790
fenzland/laravel

The Laravel Framework.

64 1