marcusirgens / evepraisalhandler
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/marcusirgens/evepraisalhandler
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: 2025-09-29 02:43:57 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);