Quanta Documentation
Quanta is a modern PHP framework designed to provide developers with flexibility, modularity, and innovation. With its component-based architecture at its core, Quanta enables you to break applications into reusable, manageable parts, making development faster, easier, and more efficient.
Whether you're building small projects or large-scale applications, Quanta equips you with the tools you need: intuitive routing, dynamic components, and a lightweight yet powerful structure. Its modular approach ensures you stay in control, scale effortlessly, and keep your codebase clean and organized.
With Quanta, you're not just writing code—you're crafting a seamless development experience tailored to the demands of modern web applications. Build smarter. Innovate faster.
Installation
To get started with Quanta, you need to install it via Composer. Follow these steps:
Run the Composer Command Open your terminal and run the following command to install Quanta:
composer require andy16823/quanta
Include the Autoloader After installing Quanta, ensure that the Composer autoloader is included in your project:
require 'vendor/autoload.php';
Verify Installation Confirm that the package is installed by checking your vendor directory and ensuring that Quanta is listed in your composer.json file.