Welcome to the Pianissimo PHP framework, a project by @jonmldr. I asked myself the question: "What can Symfony do what I can't build and understand"? And here we are. The main goal of Pianissimo is not to become a worthy PHP framework like Symfony and Laravel; frameworks where whole communities worked years on. Similarly, the goal isn't to provide a solid solution that fits in any situation. This project gives me the opportunity to learn and adapt code standards, techniques and (design) patterns. Feedback is always welcome!
Installation
composer create-project pianissimo-php/skeleton:master-dev my_project_name
Documentation
PSR standards
- PSR-2: Coding Style Guide
- PSR-4: Autoloader
- PSR-11: Container interface
- PSR-15: HTTP Server Request Handlers
- PSR-16: Common Interface for Caching Libraries
Components