Milceo is a lightweight and fast framework for PHP 8.3. Milceo is designed to be simple and easy to use. If you are familiar with Symfony, you will find that Milceo is very similar in many ways.
First, you will need to install Composer if you haven't already. You can either download the executable locally or globally. Please refer to the official documentation for more information.
To create a new project, start from the skeleton template by running the following command:
composer create-project milceo/skeleton appThis will create a new directory called app with the Milceo framework installed.
To run the application, you will need to start the built-in PHP server:
cd app
php -S localhost:8000 -t publicYou can then access the application by navigating to http://localhost:8000 in your web browser.
Pull requests are welcome - see the CONTRIBUTING file for more information.
This project is licensed under the MIT License - see the LICENSE file for details.
