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

This package is auto-updated.

Last update: 2024-03-29 04:26:54 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);