Releases: PHPFastCGI/SlimAdapter
Releases · PHPFastCGI/SlimAdapter
Slim v3.1 Support
Slim 3.1 introduces the App::process() method which can be used to make this adapter a lot simpler.
This is the minimum recommended version of the Slim framework to use with PHPFastCGI. Previous versions of this adapter had to try and replicate core logic to function. This leaves them vulnerable to future changes in the Slim framework.
Renamed from Slimmer to SlimAdapter
Merge pull request #1 from PHPFastCGI/slim-adapt Renamed from Slimmer to SlimAdapter
Updated to use FastCGIDaemon v0.7
v0.4.0 Updated to use FastCGIDaemon v0.7
Updated to use PHPFastCGI v0.6.*
Updated to use PHPFastCGI v0.6.*
Updated core dependencies
Now uses FastCGIDaemon v0.5.* and Slim v3 beta
Initial Release
v0.1.0 Updated example in README.md to use ApplicationFactory from FastCGIDa…