Introduction
Getting Started
Basic Concepts
Advanced Usage
Framework Integration
Getting Started
Installation
Learn how to install Roach into your project.
Installing Roach as a Standalone Package
Most project will want to install one of Roach’s framework specific adapters to help cut down on the configuration and boilerplate necessary. If you want to use Roach as a standalone package, however, you can do so by installing the core package via composer
.
composer require roach-php/core
That’s all there is to it.
Using Roach inside a framework
There are several first-party packages that help you seamlessly integrate Roach with your favorite web framework. Check out the corresponding documentation to learn more.
- Laravel
- Symfony (Work in Progress)