So yeah, I'm going to switch to Slim 3. My 100% scientific reasons?
- It seems to be structured very similarly to Silex.
- It's compatible with the version of PHP I'm currently using (PHP 7.4.11).
- It appears to be quite lightweight (no benchmarks or whatnot to prove that as of yet).
- I can install it via composer without any of the problems I was experiencing with Symfony/Flex
- It is (according to Laravel) faster than Silex.
- It uses Pimple as a dependency injection container and I loves me some DI.
No comments:
Post a Comment