Skip to content

Releases: PHPFastCGI/SlimAdapter

Slim v3.1 Support

09 Jan 11:21

Choose a tag to compare

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

02 Nov 20:06

Choose a tag to compare

Merge pull request #1 from PHPFastCGI/slim-adapt

Renamed from Slimmer to SlimAdapter

Updated to use FastCGIDaemon v0.7

20 Oct 22:02

Choose a tag to compare

v0.4.0

Updated to use FastCGIDaemon v0.7

Updated to use PHPFastCGI v0.6.*

26 Aug 23:29

Choose a tag to compare

Updated to use PHPFastCGI v0.6.*

Updated core dependencies

23 Aug 22:17

Choose a tag to compare

Now uses FastCGIDaemon v0.5.* and Slim v3 beta

Initial Release

15 Aug 09:06

Choose a tag to compare

v0.1.0

Updated example in README.md to use ApplicationFactory from FastCGIDa…