terah / fluent-pdo-model
FluentPdoModel: A super light orm with a fluent query builder, validations, caching, logging, and events.
6.0.0.9
2021-01-18 10:31 UTC
Requires
- php: >=7.4
- psr/log: 1.0.0
- terah/fluent-assert: 6.*
- terah/redis-cache: 6.*
Requires (Dev)
- scrutinizer/ocular: ~1.1
This package is auto-updated.
Last update: 2026-06-19 00:31:17 UTC
README
FluentPdoModel: A super light orm with a fluent query builder, validations, caching, logging, and events.
This library provides;
- A fluent query builder with pagination, caching, logging, validations
and events(events have been removed until hhvm has fixed some memory leaks) - Database models with validations.
- A static class interface for ease of access of your models.
Install
Via Composer
$ composer require terah/fluent-pdo-model
Usage
Please see Examples for details.
Testing
$ phpunit
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email terry@terah.com.au instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.