Libraries tagged by dao
setono/dao-php-sdk
28501 Downloads
A PHP SDK for the DAO API
objective-php/gateway
75275 Downloads
DAO interoperability layer
kassko/data-mapper-bundle
25912 Downloads
Integrates data-mapper in Symfony projects.
parm/parm
4987 Downloads
PHP Active Record for MySQL. Connects to the your database and generates the Object Relational Mapping. Built in Database Query Processor for custom queries. Ability to use closures to process rows
mouf/security.userfiledao
144828 Downloads
This package contains an implementation of a UserDao, that stores the application users in a simple PHP file. It can be used together with the MoufUserService to provide easy access management to an application. Since the users are stored in a PHP file, this very special DAO does not require a database!
da/oauth-client-bundle
58131 Downloads
DaOAuthClientBundle is a Symfony2's bundle allowing to use an application as an oauth client
da/auth-common-bundle
88642 Downloads
Symfony2's bundle sharing commons for DaOAuth* and DaApi* bundles
jtrw/dao
7007 Downloads
Data Access Object for fork with DataBases
eftec/daoone
3442 Downloads
Procedural MysqlI Data access class in a single Class
alcamo/dao
126 Downloads
Simple database access classes
schorts/firestore-dao
6 Downloads
A type-safe, domain-driven Data Access Object (DAO) abstraction for Google Cloud Firestore in PHP. Provides consistent CRUD operations, soft/hard delete support, criteria-based queries, and transaction-aware Unit of Work integration, built on top of the schorts/shared-kernel.
ksfraser/ksf-modules-dao
25 Downloads
Cross-platform DAO abstraction (DB, WordPress, SuiteCRM, FrontAccounting, CSV, XML)
wlib/db
46 Downloads
Simple implementation on top of PDO to handle your database queries.
romeoz/rock-db
1025 Downloads
Object Relational Mapping (ORM) for PHP.
pedro151/orm-generator
345 Downloads
orm-generator maps the entire database and then creates the DAO (Data Access Object) and ORM (Object-relational mapping) of the entire database to facilitate the development. uses various types of databases like Postgres and Mysql and various types of ORM framework.