orchestral / model by crynobone

Model Component for Orchestra Platform
151,354
8
4
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: 2024-04-23 03:16:10
Package Statistics
Total Downloads: 151,354
Monthly Downloads: 808
Daily Downloads: 53
Total Stars: 8
Total Watchers: 4
Total Forks: 7
Total Open Issues: 2

Model Component for Orchestra Platform

This repository contains the model code of the Orchestra Platform. If you want to build an application using Orchestra Platform, visit the main repository.

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Coverage Status

Resources

Version Compatibility

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

Installation

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.

Quick Installation

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

composer require "orchestra/model=^3.5"