Download the PHP package tfhinc/ci-warehouse without Composer
On this page you can find all versions of the php package tfhinc/ci-warehouse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tfhinc/ci-warehouse
More information about tfhinc/ci-warehouse
Files in tfhinc/ci-warehouse
Package ci-warehouse
Short Description Get the fork lift - Manage data repositories with cache and database layers in the Codeigniter framework.
License MIT
Homepage https://github.com/TFHInc/ci-warehouse
Informations about the package ci-warehouse
Warehouse
Get the fork lift - Manage data repositories with cache and database layers in the Codeigniter framework.
Requirements
- PHP >= 7.1.0
- CodeIgnitor 3.x
Installation
Install the library via composer:
Run the post install command to publish the helper and class files to the appropriate CI directories:
Loading the Library
There are a few available options for loading the Warehouse library:
Using the warehouse()
helper function
The Warehouse helper function will resolve the warehouse class via the CI instance. It will either load the class or return the existing class instance:
Using the Warehouse Class
The Warehouse class can be instantiated when you require it:
Using the Warehouse CI Library
The Warehouse class can be loaded like any other CI library:
Usage
Contributing
Feel free to create a GitHub issue or send a pull request with any bug fixes. Please see the GutHub issue tracker for isses that require help.
Acknowledgements
- Colin Rafuse
- All Contributors
License
The MIT License (MIT). Please see License File for more information.