2017 © Pedro Peláez
 

library basic-object

Yet anoyther object relational mapper

image

nitroxy/basic-object

Yet anoyther object relational mapper

  • Thursday, December 22, 2016
  • by ext
  • Repository
  • 0 Watchers
  • 1 Stars
  • 244 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 7 Versions
  • 12 % Grown

The README.md

BasicObject

Packagist Build Status, (*1)

Yet anoyther object relational mapper., (*2)

Installation

$ composer require nitroxy/basic-object

Performance hint:

This object relational mapper makes heavy use of information_schema in mysql, per default queries to this schema triggers recalculation of statistics every time it is queried which slows things down a lot. Try turning innodb_stats_on_metadata of to stop mysql doing this., (*3)

set global innodb_stats_on_metadata=0;, (*4)

There are forks of this project solving this with a memcached instance caching the schema information instead., (*5)

Tests

Run tests before you do a pull requests, and add tests for new features., (*6)

See tests/README.md, (*7)

Dependencies (Only for running tests)

  • PHPUnit: https://github.com/sebastianbergmann/phpunit/

The Versions

22/12 2016

dev-master

9999999-dev

Yet anoyther object relational mapper

  Sources   Download

MIT

The Development Requires

by David Sveningsson
by Eric Druid
by Andreas Tarandi
by Petter Blomberg

22/12 2016

v1.4.1

1.4.1.0

Yet anoyther object relational mapper

  Sources   Download

MIT

The Development Requires

by David Sveningsson
by Eric Druid
by Andreas Tarandi
by Petter Blomberg

11/07 2016

v1.4

1.4.0.0

Yet anoyther object relational mapper

  Sources   Download

MIT

The Development Requires

by David Sveningsson
by Eric Druid
by Andreas Tarandi
by Petter Blomberg

10/07 2016

dev-temp-until-cache-is-fixed

dev-temp-until-cache-is-fixed

Yet anoyther object relational mapper

  Sources   Download

MIT

by David Sveningsson
by Eric Druid
by Andreas Tarandi
by Petter Blomberg

15/02 2016

v1.3

1.3.0.0

Yet anoyther object relational mapper

  Sources   Download

MIT

by David Sveningsson
by Eric Druid
by Andreas Tarandi
by Petter Blomberg

14/11 2015

v1.2

1.2.0.0

Yet anoyther object relational mapper

  Sources   Download

MIT

by David Sveningsson
by Eric Druid
by Andreas Tarandi
by Petter Blomberg

08/11 2015

v1.1

1.1.0.0

Yet anoyther object relational mapper

  Sources   Download

MIT

by David Sveningsson
by Eric Druid
by Andreas Tarandi
by Petter Blomberg