Libraries tagged by udao
jtrw/dao-dbal-adapter
1858 Downloads
Data Access Object for fork with DataBases
jtrw/dao
5018 Downloads
Data Access Object for fork with DataBases
lucinda/security
23210 Downloads
API implementing common web security patterns (eg: authentication, authorization) for PHP applications based on OWASP guidelines
parm/parm
4982 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/database.tdbm
77416 Downloads
The Database Machine is a PHP ORM that requires no configuration. The object model is deduced at runtime from the database model.
struktal/struktal-orm
164 Downloads
PHP library implementing the DAO pattern for easier database handling
mouf/security.userfiledao
143722 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
57947 Downloads
DaOAuthClientBundle is a Symfony2's bundle allowing to use an application as an oauth client
rotexsoft/gdao
3046 Downloads
A package containing class and interface definitions that can be used as a basis for a Table Data Gateway (http://bit.ly/1F8Zjfc) and Data Mapper (http://bit.ly/1hD2qCc) implementation of a database access library that performs data manipulation (DM) tasks.
prosperoking/kudaopenapi
1125 Downloads
A Simple library to communicate with kuda openapi
jelix/dao
2009 Downloads
Lightweight object relation mapping based on the Database Access Object pattern
eftec/daoone
3426 Downloads
Procedural MysqlI Data access class in a single Class
braga/dao-generator
971 Downloads
Object DAO generator
romeoz/rock-db
1025 Downloads
Object Relational Mapping (ORM) for PHP.
pedro151/orm-generator
332 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.