2017 © Pedro Peláez
 

library attask

Provide AtTtask API Operations

image

h4hardik/attask

Provide AtTtask API Operations

  • Friday, May 1, 2015
  • by h4hardik
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

AtTask APIs Operataion with Laravel 5

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

Installation

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)

Usage

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)

License

Laravel Exceptions is licensed under The MIT License (MIT)., (*10)

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/), (*11)

The Versions

01/05 2015

dev-master

9999999-dev

Provide AtTtask API Operations

  Sources   Download

MIT

The Requires

 

by Hardik Bhavsar

laravel framework attask attaskapi taskapi attask service laravel-attask hardik bhavsar hardikbhavsar h4hardik