tigra/model

PHP Class Model for the Tigra Framework

7.4.0.5 2022-05-26 13:45 UTC

This package is auto-updated.

Last update: 2024-04-26 18:09:15 UTC


README

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": "*"
}