Pinatra is a PHP copy of Sinatra: a DSL for quickly creating web applications in PHP with minimal effort.
Pinatra is still under the initial development.
Example
install
Composer require pinatra/framework = ~ 0.0Copy the code
run your own application!
require __DIR__.'/.. /vendor/autoload.php'; get('/', function() { echo "I am Pinatra framework!" ; });Copy the code
Documentation
read the documentation
Chinese document
Developing Logs
- 2018-09-11 100% code-coverage done
- 2018-09-08 Eloquent model done
- 2018-09-06 new router is fine
- 2018-09-04 amazing new router is done
- 2018-09-04 view is done
- 2018-09-03 routing is done
- 2018-08-31 first composer package released
License
The Pinatra framework is open-sourced software licensed under the MIT license