Libraries tagged by dao
romeoz/rock-db
1034 Downloads
Object Relational Mapping (ORM) for PHP.
pedro151/orm-generator
360 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.
objective-php/gateway
75397 Downloads
DAO interoperability layer
kassko/data-mapper-bundle
26197 Downloads
Integrates data-mapper in Symfony projects.
parm/parm
4988 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
struktal/struktal-orm
2564 Downloads
PHP library implementing the DAO pattern for easier database handling
mouf/security.userfiledao
145055 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
58199 Downloads
DaOAuthClientBundle is a Symfony2's bundle allowing to use an application as an oauth client
mouf/database.dao-interface
26203 Downloads
This package only contains a basic interface for implementing common DAO methods. Those DAOs will be used by BCE forms among other things.
eftec/daoone
3444 Downloads
Procedural MysqlI Data access class in a single Class
schorts/firestore-dao
32 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
44 Downloads
Cross-platform DAO abstraction (DB, WordPress, SuiteCRM, FrontAccounting, CSV, XML)
lucinda/security
23922 Downloads
API implementing common web security patterns (eg: authentication, authorization) for PHP applications based on OWASP guidelines
lastzero/doctrine-active-record
6035 Downloads
Object-oriented CRUD for Doctrine DBAL
jelix/multiauth-module
292 Downloads
module for Jelix, allowing to authenticate against multiple login/password providers.