All Projects → orchestral → Contracts

orchestral / Contracts

Licence: mit
Contracts for Orchestra Platform

Contract for Orchestra Platform

Latest Stable Version Total Downloads Latest Unstable Version License

Table of Content

Version Compatibility

Laravel Contracts
5.5.x 3.5.x
5.6.x 3.6.x
5.7.x 3.7.x
5.8.x 3.8.x
6.x 4.x

Installation

To install through composer, simply put the following in your composer.json file:

{
    "require": {
        "orchestra/contracts": "^4.0"
    }
}

And then run composer install from the terminal.

Quick Installation

Above installation can also be simplify by using the following command:

composer require "orchestra/contracts=^4.0"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].