shrikeh / pagerduty-core
Core PagerDuty domain logic
dev-master
2016-10-19 13:24 UTC
Requires
- guzzlehttp/guzzle: ^6.2
- psr/http-message: ^1.0
- shrikeh/collections: ^1.0
- webmozart/json: ^1.2
Requires (Dev)
- phpspec/phpspec: ^3.1
This package is not auto-updated.
Last update: 2024-10-26 20:26:38 UTC
README
php-immutable-collections
Core domain layer for interacting with the PagerDuty v2 API in PHP. Returns immutable collections of entities representing the data retrieved. Uses Guzzle to contact the API.
For ease of use, you should consider pagerduty-pimple which has service providers for use with Pimple of Silex.