Skip to content

Standord-AI/muse-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Muse Core

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.