-
Released 21 Nov 2024.
https://www.php.net/releases/8.4/en.php
https://github.com/slimphp/Slim/pull/3353
https://github.com/slimphp/Slim/actions/runs/12050752263/job/33747015111?pr=3353
-
Make it possible to use that package with TYPO3 v13.
-
Primer paso: Migrar a un framework y añadir testing simple pero que compruebe que la app funciona bien.
* https://carlosbuenosvinos.com/migrating-progressively-to-symfony-without-pain-with-stackphp…
-
We picked SlimPHP because of the ease of implementation but there is a lot more out there. I guess it depends on the direction we want to go.
Do we wanna be API based, only work with REST? Do we o…
-
When using is_current_url() and a slimphp basepath is set, it won't return true when visiting that route. Removing the basepath fixes it.
-
Please move dump logic (parse and write file) from service provider to another class (it s need for SlimPHP framework compatible)
-
Thinking of adding unit, integration and other tests as well as removing the directory for `vendor-bin`, adding docker integration and upgrading both SlimPHP and ReactPHP.
I feel this would allow t…
-
![image](https://cloud.githubusercontent.com/assets/11234139/23302436/f9a5d6fe-fa8e-11e6-84d1-56ca491d4743.png)
![image](https://cloud.githubusercontent.com/assets/11234139/23302444/04dcea80-fa8f-11e…
-
A middleware for CSRF (Cross Site Request Forgery) should be really usefull but brings some chalenges:
* How to manage the session?
* How make it easy to work with ajax?
References:
* https://gi…
-
Currently we do not parse any incoming data in the `Request` object. All that functionality has been moved to the `Slim-Http` decorators repository.
We should by default at least support the incom…