Skip to content

RudyMas/tigra_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Class Model for the Tigra Framework

This is the Class Model which is used by Tigra.

Installation

Install the package using composer.

composer require tigra/model

or by editing composer.json yourself and adding:

"require": {
    "tigra/model": "*"
}