dev-master
9999999-devProvide AtTtask API Operations
MIT
The Requires
by Hardik Bhavsar
laravel framework attask attaskapi taskapi attask service laravel-attask hardik bhavsar hardikbhavsar h4hardik
Provide AtTtask API Operations
Performe all Operataion of [atTaskApis] (https://developers.attask.com/api-docs/) with Laravel5, (*1)
To get the latest version of Laravel AtTask, simply add the following line to the require block of your composer.json
file:, (*2)
"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!!!, (*3)
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., (*4)
Add Lines in your Controller:
, (*5)
use \Vendor\AtTask\StreamClient as AtTaskClass;
// Using Namespace, (*6)
In your function, (*7)
$atTaskObj = new AtTaskClass('https://lexisnexis.attasksandbox.com');
$session = $atTaskObj->login('rohit.chopra@lexisnexis.com', 'l3xisn3xis');
, (*8)
You can find other Opertaions : [Here] (https://developers.attask.com/api-docs/), (*9)
Laravel Exceptions is licensed under The MIT License (MIT)., (*10)
This is based on and essentially a highly simplified PHP Class file example of AtTask [API] (https://developers.attask.com/api-docs/code-samples/), (*11)
Provide AtTtask API Operations
MIT
laravel framework attask attaskapi taskapi attask service laravel-attask hardik bhavsar hardikbhavsar h4hardik