marcusirgens / evepraisalhandler
There is no license information available for the latest version (dev-main) of this package.
dev-main
2021-08-31 13:19 UTC
Requires
- php: ^8
- guzzlehttp/guzzle: ^7.3
- nyholm/psr7: ^1.4
- psr/http-client: ^1.0
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- psr/log: ^3.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.6
This package is auto-updated.
Last update: 2024-11-29 06:29:18 UTC
README
Implements PSR-15, so it should work with most frameworks.
composer require marcusirgens/evepraisalhandler
$handler = new \MarcusIrgens\EvepraisalHandler\Handler( $myFactoryImpl, $myFactoryImpl, $myFactoryImpl, $myFactoryImpl, $myClientImpl, "https://example.org/callback" ); // eg. with Slim $slim->post("/evepraisal", $handler);