adrenaline icon indicating copy to clipboard operation
adrenaline copied to clipboard

[DEPRECATED] A PSR-7 micro framework built on top of the Adroit middleware to speed up your development ;)

Results 6 adrenaline issues
Sort by recently updated
recently updated
newest added

Since [Twig 2.0](https://packagist.org/packages/twig/twig) just got released we should upgrade the dependency in composer.json.

Given [PSR-15](https://groups.google.com/forum/?fromgroups#!topic/php-fig/f5lL_QNIrgI) is an accepted standard, the package needs to migrated to support PSR-15.

Inspired by @asgrim's [tweet](https://twitter.com/asgrim/status/1052507745801424896): Configure the Travis build pipelines to run phpstan and fix the findings.

As it turns out the current implementation of Adrenaline::__invoke() is not compatible with Adroit::__invoke() as the latter does return the Response and Adrenaline does not. How do we want to...

With this feature you may implement your own plugins and attach them to Adrenaline. This feature is helpful when you want to define a set of middlewares which should work...

enhancement

Since Adrenaline uses the Payload interface of Adroit internally but we use getStatus() and getValue() in our responders, we should introduce an Adrenaline interface for payload inheriting from Adroit's Payload...

enhancement