Select a tag to browse associated projects and drill deeper into the tag cloud.
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 inspired by Hibernates HQL. This provides developers
PDO provides a uniform data access interface, sporting advanced features such as prepared statements and bound parameters. PDO drivers are dynamically loadable and may be developed independently from the core, but still accessed using the same API. Read the documentation at http://www.php.net/pdo for more information.
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.
dibi is tiny 'n' smart database abstraction layer for PHP 5. It is designed with simplicity in mind. dibi is free (released under the terms of the dibi license). You can use it to develop either open source or commerical applications.
Outlet is an open source object-to-relational mapping tool (ORM) for PHP. It differs from other orm solutions for php in that it provides transparent, unobtrusive persistence. It does not require your entity objects to implement any interfaces or extend some sort of base class. It is also very lightweight, only a handful of classes and tools.
Redbean is an ORM layer that designs a database - on the fly - to fit your code. With RedBeanPHP you don't need configuration files, data mapping files or SQL imports. You even don't have to write models! Just enter your database connection string and include RedBean. RedBean will just
pdoMap is a robust php ORM with a lot of OOP functionalities. The mapping structure, requests, or transactions are defined in XML files. The core generates PHP directly classes for high performance. It's verry easy to use and configure : - Map (or generate from existing database)
LEAP is Object Relation Modeling (ORM) library for the Kohana PHP Framework. It is a completely independent module. It handles everything from managing database connections to query building to table modeling. It is simple to use and only takes a few minutes to install. LEAP works with all major
PhenixApp is a php application based on the great Zend Framework library (CMF). Its a little more then a sandbox of ZF. The main feature is the multilanguage (i18n, i10n) support for all content and url.
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.