#This Framework is still under development
PScriptPHP is a minimalist PHP framework designed specifically for creating small projects with ease. It follows the MVC (Model-View-Controller) architecture to provide a structured approach to your web application development while keeping things lightweight and simple.
- Minimalist: Keep your codebase clean and straightforward.
- MVC Structure: Organize your code into models, views, and controllers for better maintainability.
- Lightweight: Designed for small projects, ensuring minimal overhead.
- Flexibility: Allows you to customize and extend functionality as per your project's requirements.
- Easy to Learn: Straightforward design makes it easy for beginners to understand and use.
You can download PScriptPHP directly or clone it from GitHub:
git clone https://github.com/piouskenny/pscriptphp.git