The Fir framework started as micro-framework with the purpose of being used in private projects, with the strongest points being extremly fast and easy to use. Fir is not a replacement for professional frameworks, however if you want to quickly build a prototipe app, make a couple of AJAXed pages and do a couple of database calls, Fir should be a good option.
Features
Front-end
Requirements
Installation
composer create-project codefir/fir /your-project
fir.sql
file into your database.app/includes/config.php
file, and update the values YOURDBUSER
, YOURDBNAME
, YOURDBPASS
, https://localhost/your-project
with your own information.You can now access your website using the URL you defined in APP_PATH
.
This item has not comments yet.