Installation
System Requirements
To use Sajya, you need to have Composer installed on your machine.
Install via Composer
Navigate to your project directory and install Sajya using Composer:
$ cd my-application
$ composer require sajya/server
What to do next?
Now you can try the step-by-step example of working with the package on the “Quick Start” page.