Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (29 loc) · 1.46 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.46 KB

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