sprintly-php:PHP 5.4+ 的 Sprintly API 包装器

时间:2024-07-27 15:50:40
【文件属性】:

文件名称:sprintly-php:PHP 5.4+ 的 Sprintly API 包装器

文件大小:40KB

文件格式:ZIP

更新时间:2024-07-27 15:50:40

PHP

Sprintly-PHP 这是一个为 PHP 5.4+ 包装了 Sprint.ly API 的库。 API状态:( :check_mark: 完全的, :exclamation_question_mark: 进行中, :cross_mark: 去做) “CRUD”应解释为: 创建资源、删除资源、检索全部资源、检索1+资源、更新资源 :check_mark: 产品CRUD :check_mark: 产品人员 CRUD :check_mark: 产品项目 CRUD :check_mark: 对产品的项目执行轻量级查询 :check_mark: 检索项目的子项 快速开始 这个包需要 composer require "dugan/sprintly-php": "dev-master" composer update $service = new \Dugan\Sprintly\SprintlyService('myemail@example.net', 'mySprintlyAuthKey'); $products = $service->getP


【文件预览】:
sprintly-php-master
----src()
--------Api()
--------Entities()
--------Factories()
--------Repositories()
--------Util.php(541B)
--------SprintlyService.php(3KB)
----.travis.yml(363B)
----composer.lock(37KB)
----phpunit.xml(191B)
----README.md(6KB)
----tests()
--------Api()
--------UtilTest.php(1KB)
--------Entities()
--------Factories()
--------BaseTest.php(711B)
--------Repositories()
--------TestJson.php(10KB)
--------ApiTest.php(2KB)
--------SprintlyServiceTest.php(2KB)
----.gitignore(33B)
----CHANGELOG.md(351B)
----composer.json(868B)

网友评论