marcusirgens / evepraisalhandler
此包的最新版本(dev-main)没有可用的许可证信息。
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-08-29 05:50:28 UTC
README
实现PSR-15,因此它应该与大多数框架兼容。
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);