Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management. The Doctrine database abstraction & access layer (DBAL) offers a lightweight and thin runtime layer around a PDO-like API and a lot of additional, horizontal features like database schema introspection and manipulation through an OO API.
Database in PHP is incompatible with OO paradigm and complicates the process of store/retrieve information from the system objects. Salvi's ObjectDB is an ORM solution to help programmers to manage the database using classes instead complex queries.
A number of PHP-scripts and other website related files (html, css, ...) to act as libraries for adding dynamic content to websites. K.I.S.S. (keep it small and simple) strategy, OO (object-oriented) approach. Standalone solution.
<strong>MerlinWork has been discontinued in favour of <a href="http://p4a.sourceforge.net">P4A - PHP For Applications: http://p4a.sourceforge.net</a></strong><br><br>MerlinWork is an OO framework for building web-based database/event driven application
Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Data Access Objects for PHP5. A set of classes used for connecting to databases in PHP5. The goal is to provide PHP5 developers with a unified OO API to access databases.
rdb2oo is a project to create source code for classes which correspond to tables in a relational database.
rdb2oo is also about creating an object oriented abstraction layer for simple database access.
PEAR::DB::OO is an abstraction layer for accessing database tables in an object oriented paradigm. It is targeted at PHP developers, and is written in PHP. It builds on PEAR's procedural database abstraction layer (PEAR::DB) -- see http://pear.php.net.