Skip to content

Latest commit

 

History

History
80 lines (58 loc) · 2.81 KB

File metadata and controls

80 lines (58 loc) · 2.81 KB

Quantum

Quantum PHP Framework

An extremely simple yet powerful next-generation PHP framework that turns your ideas into real projects with ease.

Features

Quantum

Requirements

  • PHP 8.0 or later

The HTML renderer is available by default and does not require Twig. Twig rendering remains supported as an optional integration. Install a currently supported Twig release separately before selecting the twig renderer:

composer require twig/twig:^3.27

Twig 3.27 and later require PHP 8.1. Applications that must remain on PHP 8.0 should use the default HTML renderer.

Installation

1. Create new project

composer create-project quantum/project [your-project-name]

2. Run the server from your project directory

php qt serve

Quick Demo

Note: This repository contains the core code of the Quantum framework. If you want to start a new project visit the main Quantum PHP Project repository.

Give it a star if you like the project

Learn More

Contributing

We welcome contributions! Please read our CONTRIBUTING.md for guidelines on how to contribute to Quantum PHP, including setup instructions, coding standards, and the development workflow. Please also review our Code of Conduct.

License

Quantum PHP is licensed under the MIT License. See the LICENSE file for more details.