terah/fluent-pdo-model

FluentPdoModel: A super light orm with a fluent query builder, validations, caching, logging, and events.


README

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

FluentPdoModel: A super light orm with a fluent query builder, validations, caching, logging, and events.

This library provides;

  1. A fluent query builder with pagination, caching, logging, validations and events(events have been removed until hhvm has fixed some memory leaks)
  2. Database models with validations.
  3. 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.