sprintly php PHP 5.4+的Sprintly API包装器
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 DuganSprintlyService('myemail@example.net', 'mySprintlyAuthKey'); $products = $service->getP
下载地址
用户评论