h4hardik/attask 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

h4hardik/attask

Composer 安装命令:

composer require h4hardik/attask

包简介

Provide AtTtask API Operations

README 文档

README

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/)

统计信息

  • 总下载量: 14
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-04-30