kaviru / muse-core
Core of the Muse Framework.
V2.0.4
2024-12-01 10:52 UTC
README
Muse Core is a lightweight PHP framework for building web applications. It provides a set of tools and utilities to help you build your application quickly and efficiently.
Features
- Routing: Define routes for your application using a simple and intuitive syntax.
- Error Handling: Handle errors gracefully and provide informative error messages to the user.
- Controllers: Define controllers to handle different parts of your application.
- Database: Connect to a database and perform CRUD operations.
- Session Management: Manage user sessions and store data in the session.
Composer
You can include Muse Core in your project using Composer.
composer require kaviru/muse-core
Documentation
For more information on Muse Core, refer to the official documentation at muse.build.
Contributing
Contributions are welcome! If you find a bug or have a suggestion, please open an issue or submit a pull request on the GitHub repository.
License
Muse Core is licensed under the MIT License. See the LICENSE file for more information.