Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.33 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.33 KB

Muse Framework

This is a simple PHP framework for creating web applications. It is made for the Muse-Book sharing project.

Features

  • Simple and easy to use.
  • Lightweight.
  • Easy to learn.
  • Easy to use.
  • Easy to customize.
  • Easy to deploy.
  • Two Deployment options: Virtual-Host/Laragon and Xampp/Wampp.

Installation

Github

  1. Download the latest version of the framework from the release page.
  2. Extract the downloaded file.
  3. Copy the extracted folder to your web server.
  4. Rename the folder to muse.
  5. Make a copy of the .env.example file and rename it to .env.
  6. Open the root folder in your browser.

Composer

  1. Install the framework using Composer.
  2. Run the following command in your project directory:
composer create-project standord/muse
  1. Rename the folder to muse.
  2. Make a copy of the .env.example file and rename it to .env.
  3. Open the root folder in your browser.

Documentation

The documentation is available at Standord-AI/muse-core.

License

The Muse-Framework is licensed under the MIT License.
Copyright (c) 2025 Muse-Framework