Projects tagged ‘persistence’ and ‘php’


[7 total ]
45

Propel

   
Primary Language: PHP Licensed as: GNU Lesser General Public License 2.1

Propel is an object persistence and query service -- which means that Propel provides a system for storing objects to a database and a system for searching for and restoring the objects from the database. Propel enables you to perform complex queries and database manipulations without writing a single SQL clause.

Metrics updated about 9 hours ago

35

Doctrine

   
Primary Language: PHP Licensed as: GNU Lesser General Public License 2.1

Doctrine is an ORM (object relational mapper) for PHP that sits on top of a powerful DBAL (database abstraction layer). One of its key features is the ability to optionally write database queries in an OO (object oriented) SQL-dialect called DQL ... [More] inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains a maximum of flexibility without requiring needless code duplication. [Less]

Metrics updated about 12 hours ago

6

ADOdb

 
Primary Language: PHP Licensed as: BSD-ish License

ADOdb is a database abstraction library for PHP. The PHP version currently supports an amazing number of databases, thanks to the wonderful ADOdb community: MySQL, PostgreSQL, Interbase, Firebird, Informix, Oracle, MS SQL, Foxpro, Access, ADO ... [More] , Sybase, FrontBase, DB2, SAP DB, SQLite, Netezza, LDAP, and generic ODBC, ODBTP. The Sybase, Informix, FrontBase and PostgreSQL, Netezza, LDAP, ODBTP drivers are community contributions. [Less]

Metrics updated about 7 hours ago

5

Xyster

   
Primary Language: PHP Licensed as: New BSD License

The Xyster Framework contains several components to improve and simplify your application development experience. It leverages and extends several parts of the Zend Framework providing a massive collection of useful and hardened tools for PHP applications.

Metrics updated about 2 hours ago

1

LightOrm

 
Primary Language: PHP Licensed as: PHP License

LightOrm is a small, fast and powerful ORM library for PHP 5. It has all main ORM features and even more, such as object cache control, memory usage control and some others. Benchmarks show that it is one of the fastest ORM library for PHP.

Metrics updated about 7 hours ago

0

Easy PHP Data Objects (EZPDO)

 
Primary Language: PHP Licensed as: BSD-ish License

A simple solution for PHP Object Relational Mapping and Data Persistence

Metrics updated about 3 hours ago

0

Junction

 
Primary Language: PHP Licensed as: MIT License

When developing PHP applications a great deal of time and effort is wasted writing tedious SQL queries to create, read, update, and delete (CRUD) entities. This situation is exacerbated when working with objects because relational database management ... [More] systems, with which most persistent storage is maintained, can only store scalar values organized into tables. The developer is responsible for translating objects into a series of scalar values which can be stored in a RDMBS for storage and for translating these scalar values pulled from the RDBMS into an object for reading. This translation process is often very time consuming when approached in an ad hoc manner. [Less]

Metrics updated about 12 hours ago