marcusirgens/evepraisalhandler

There is no license information available for the latest version (dev-main) of this package.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/marcusirgens/evepraisalhandler

dev-main 2021-08-31 13:19 UTC

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);