nhaynes / jira-sdk-laravel
Provides a Laravel ServiceProvider and Facade for integrating the Jira PHP SDK.
Installs: 28 715
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=8.0
- illuminate/support: ^8.0|^9.0|^10.0
- nhaynes/jira-sdk-php: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.14
- guzzlehttp/guzzle: ^7.5
- guzzlehttp/psr7: ^2.4
- phpunit/phpunit: ^9.6
Suggests
- laravel/framework: Allows testing of Laravel bindings.
README
This library provides a Laravel Service Provider and Facade for working with the Jira SDK PHP library in Laravel 8 or 9 projects.
The structure of this library was inspired by the setup of aws/aws-sdk-php-laravel.
To Use
composer require nhaynes/jira-sdk-laravel