Lightweight PHP Framework for Modern Web Development
Welcome to Simy Framework! Simy is a powerful and lightweight PHP framework designed to facilitate modern web development using the Model-View-Controller (MVC) architecture. With Simy, you can build robust, scalable web applications quickly and efficiently.
To install Simy Framework, follow these steps:
Create a New Project:
composer create-project almhdy/simy-framework app-nameNavigate to the Project Directory:
cd app-nameInstall Dependencies: Use Composer to install the required dependencies:
composer installConfigure Your Application:
Modify the configuration settings located in the app/.env file to set up your environment (database details, app settings, etc.).
To create your first application with Simy Framework:
Create a New Controller:
Create a new PHP file in the app/controllers/ directory.
Define Routes:
Open the routes/Routes.php file and define your application routes.
Build Your Views:
Create views within the app/views/ directory using the templating system provided.
Run Your Application: Start a local PHP server:
php simy serveVisit http://localhost:8000 in your browser to see your application in action.
For detailed documentation, examples, and guides, visit our official documentation site:
Simy Framework Documentation
Simy Framework is open source and available under the LGPL-3.0-or-later License. See the LICENSE file for more information.