A micro framework for smart PHP developers.
WARNING! This project is still a work in progress.
Note This project was not yet tested in PHP 8.
Springy is a micro MVC framework for coders who work with the PHP language to develop web applications.
It was created based upon the KISS principle in which the simplicity is the base to good things.
- PHP 7.3+
- Composer Dependency Manager for PHP
- Multibyte String extension
- PDO - PHP Data Objects extension
- JSON - JavaScript Object Notation extension
With Composer create-project command in terminal, like this:
$ composer create-project --prefer-dist springy-framework/springy yourprojectThis project is licensed under The MIT License (MIT).