Skip to content

milceo/milceo

Repository files navigation

Milceo logo

Software License Code coverage Latest Stable Version

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.

Table of contents

Installation

🎻 Install Composer

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.

💻 Create a new project

To create a new project, start from the skeleton template by running the following command:

composer create-project milceo/skeleton app

This will create a new directory called app with the Milceo framework installed.

🚀 Run the application

To run the application, you will need to start the built-in PHP server:

cd app
php -S localhost:8000 -t public

You can then access the application by navigating to http://localhost:8000 in your web browser.

Contributing

Pull requests are welcome - see the CONTRIBUTING file for more information.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A lightweight and fast framework for PHP 8.3

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors

Languages