Monstein is a versatile PHP framework, ingeniously constructed in the spirit of Frankenstein's monster, amalgamating the best features from various technologies to deliver robust and flexible web applications.
- Modular Structure: Easily customizable and extendable components.
- MVC Architecture: Clear separation of concerns.
- Database Migrations: Seamless management of database schema changes.
- Unit Testing: Integrated PHPUnit support for reliable testing.
- Clone the repository:
git clone https://github.com/lahirunirmalx/monstein.git
- Navigate to the project directory:
cd monstein
- Install dependencies:
composer install
- Running the application:
php -S localhost:8000 -t symfony/web
- Database migrations:
vendor/bin/phinx migrate
Contributions are welcome! Please fork the repository and create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For more details, visit the Monstein GitHub repository.