| Package Data | |
|---|---|
| Maintainer Username: | crynobone | 
| Maintainer Contact: | crynobone@gmail.com (Mior Muhammad Zaki) | 
| Package Create Date: | 2013-10-05 | 
| Package Last Update: | 2022-03-08 | 
| Home Page: | |
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-31 03:02:12 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 163,319 | 
| Monthly Downloads: | 476 | 
| Daily Downloads: | 21 | 
| Total Stars: | 8 | 
| Total Watchers: | 2 | 
| Total Forks: | 9 | 
| Total Open Issues: | 2 | 
This repository contains the model code of the Orchestra Platform. If you want to build an application using Orchestra Platform, visit the main repository.
Laravel | Model :----------|:---------- 5.5.x | 3.5.x 5.6.x | 3.6.x 5.7.x | 3.7.x 5.8.x | 3.8.x
To install through composer, simply put the following in your composer.json file:
{
    "require": {
        "orchestra/model": "^3.5"
    }
}
And then run composer install from the terminal.
Above installation can also be simplify by using the following command:
composer require "orchestra/model=^3.5"