drago / php-jira-rest-client
JIRA REST API Client for PHP Users.
This package's canonical repository appears to be gone and the package has been frozen as a result.
1.8.1
2016-08-08 15:20 UTC
Requires
- php: >=5.6
- guzzlehttp/guzzle: ~6.2
- monolog/monolog: ~1.19
- netresearch/jsonmapper: ~0.11
- symfony/http-kernel: ~3.0
Requires (Dev)
- phpunit/phpunit: ~5.2|~4.8
- pimple/pimple: ~1.1|~3.0
- silex/silex: ~1.3|^2.0
This package is auto-updated.
Last update: 2022-06-29 01:03:55 UTC
README
Version 1.8.0
Based on https://github.com/lesstif/php-jira-rest-client - modified by Dragonqos. Documentation in progress but most usability is left intact.
Differences
- Add Silex ServiceProvider 1.3
- Add Silex ServiceProvider 2.0
- ClientResponse Wrapper
- cURL changed to Guzzle 6
- Added unit test for base functionality
- Move Silex to dev-dependency
TODO
- Cleaning the Code
- More Services
- More tests