localgod / php-tick
Simple active record implementation
v1.1.1
2021-05-19 15:08 UTC
Requires
- php: >=8.0
Requires (Dev)
- phpunit/phpunit: 9.5.4
- squizlabs/php_codesniffer: 3.6.0
Suggests
- ext-mongo: Allows MongoDB support
- ext-solr: Allows Solr support
This package is auto-updated.
Last update: 2024-10-23 10:33:47 UTC
README
php-tick
Simple active record implementation with the least amount of fuss needed to make it work fast.
Support for both SQL and noSQL databases (Mongo and Solr). No support for foreign key relations.
Installation
See this page: http://localgod.github.io/php-tick/
Requirements
- PHP version >=8.0 build with the following extension: pcre, SPL (default build-in in most distributions)
- The SOLR storage engine requires the PECL SOLR extension.
- The Mongo storage engine requires the PECL Mongo extension.