tigra/repository

PHP Class Repository for the Tigra Framework

7.4.0.5 2022-05-26 13:51 UTC

This package is auto-updated.

Last update: 2024-04-30 00:42:54 UTC


README

This is the Class Repository which is used by Tigra.

Installation

Install the package using composer.

composer require tigra/repository

or by editing composer.json yourself and adding:

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