-
Spot is an ORM and ODM for RDMBS and NoSQL systems, which is written in PHP and currently works with MySQL and MongoDB.
-
ROM is a PHP script implements a complex ORM for PHP and is inspired by Ruby's Active Record utility. Active Record is an architectural pattern found in Ruby on Rails mainly, used for storing data in relational databases. Requirements:- PHP 5.3 or Higher- PDO- Zend Framework Limitations:- No documentation.
-
orange-bean implements a subset of the RedBean ORM API. This subset doesn't include association management and other non-essential features of RedBean. Also, here are some differences in model management and naming conventions. Requirements- PHP 5.3Supported Databases- MySQL 5 and SQLite 3 Features of orange-bean:- Setup- CRUD- Finding beans- Generic queries- Iterators- Custom Models- Observers- Database transactions- Caching- SQL query logger- ...
-
This is an PHP ORM (Object Relation Mapping) tool and includes simple methods for all CRUD functionality. CoughPHP maps relational database schemas to PHP objects.Features of CoughPHP:- Advanced Database Configurations- Generating Classes- Autoloader- Query Helpers- Interoperability- Efficiency- SimplicityRequirements:- PHP 5 or HigherWhat's New in This Version:- Ported getFieldsThroughGetters, setFieldsThroughSetters, and test cases from A.S. branch.- Updated copyright information.
-
This is a database ORM for PHP. It provides a new approach to creating and using database PHP ORMs. It creats an artificial OOP SQL syntax. Features of ClassQL:- Easy to learn syntax- Custom filters to compute SQL results- Supports for eager loading- Supports some kind of inheritance- Complete PHP API- PHP stream wrapper to include models as PHP classes- ...
-
This is an Object-Relational Mapping (ORM) library for PHP5. Repose implements a Unit of Work (UoW), an Identity Map and generated proxy classes to provide transparent unobtrusive persistence in PHP. For PHP 5.2.x and earlier the persistence aware properties need to be public. To use Repose, there's no need to implement or extend framework classes or interfaces.Those familiar with the ...
-
The Doctrine Common annotations library was born from a need in the Doctrine2 ORM to allow the mapping information to be specified as metadata embedded in the class files, on properties and methods. The library is independent and can be used in your own libraries to implement doc block annotations.
-
RS Asset can be used to provide an object oriented interface to access database table rows performing what is usually called object-relational mapping (ORM).RS Asset reads a mapping definitions array that describes how to access a given table to perform the basic CRUD operations on the table rows: create, read, update and delete. It provides functions those execute operations.
-
My Active Record is a simple, speedy Object Relational Mapper(ORM) for MySQL, which is based on Active Record design patterns developed by Martin Fowler. It is used to store and retrieve objects in MySQL tables with minimal configuration. Application can use sub-classes of this script to create application domain objects, which support relationships, data validation, compound properties, clean ups and ...
-
This PHP script is designed to act as a base class for storing and retrieving objects in MySQL databases. This base class should be extended by other class to define the MySQL database table and the fields to store and retrieve the object variables.ORM mapping class executes SQL queries with the aim to extract objects that can be saved back ...
-
Class Generator can be used to generate the code of object-relational mapping (ORM) classes to access MySQL database tables. It retrieves the list of fields of a given database table and generates classes with functions to create, retrieve, update and delete table records.This Generator contains a configurable interface and a reusable UI for generating different classes. Class Generator can also ...
-
AnonORM can be used to retrieve and store objects in SQL database tables. It works by performing what is called object-relational mapping (ORM). This package can create generic objects which can be accessed and changed like any other Plain Old PHP Object (POPO).AnonORM loads an object by executing an SQL query that returns the values of the object variables. An ...
-
phpDbObject isa class to map an object to adatabase, written in PHP. It allows object relational mapping (ORM).





