Skip to content

Releases: PHPFastCGI/SlimAdapter

Slim v3.1 Support

Choose a tag to compare

@AndrewCarterUK AndrewCarterUK released this 09 Jan 11:21

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

Choose a tag to compare

@AndrewCarterUK AndrewCarterUK released this 02 Nov 20:06
Merge pull request #1 from PHPFastCGI/slim-adapt

Renamed from Slimmer to SlimAdapter

Updated to use FastCGIDaemon v0.7

Choose a tag to compare

@AndrewCarterUK AndrewCarterUK released this 20 Oct 22:02
v0.4.0

Updated to use FastCGIDaemon v0.7

Updated to use PHPFastCGI v0.6.*

Choose a tag to compare

@AndrewCarterUK AndrewCarterUK released this 26 Aug 23:29

Updated to use PHPFastCGI v0.6.*

Updated core dependencies

Choose a tag to compare

@AndrewCarterUK AndrewCarterUK released this 23 Aug 22:17

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

Initial Release

Choose a tag to compare

@AndrewCarterUK AndrewCarterUK released this 15 Aug 09:06
v0.1.0

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