Download the PHP package fightmaster/dao without Composer
On this page you can find all versions of the php package fightmaster/dao. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fightmaster/dao
More information about fightmaster/dao
Files in fightmaster/dao
Download fightmaster/dao
More information about fightmaster/dao
Files in fightmaster/dao
Vendor fightmaster
Package dao
Short Description Simple implementation of Data Access Object pattern for Symfony 2 projects.
License MIT
Homepage https://github.com/fightmaster/dao
Package dao
Short Description Simple implementation of Data Access Object pattern for Symfony 2 projects.
License MIT
Homepage https://github.com/fightmaster/dao
Please rate this library. Is it a good library?
Informations about the package dao
Simple implementation of Data Access Object pattern for symfony 2 projects.
- Has unit tests: yes
- Vendors: doctrine-common
Advantages
- allows you to quickly switch between the ORM and ODM doctrine managers
- promote clean and tested code. all of the business application logic should be in the services
Installation
If you use a deps file, you could add:
[dao] git=https://github.com/fightmaster/dao.git
Or if you want to clone the repos:
git clone https://github.com/fightmaster/dao.git vendor/dao
If you use Composer, you could add:
Add the namespace to your autoloader
Examples
Example service layer
All versions of dao with dependencies
PHP Build Version
Package Version
The package fightmaster/dao contains the following files
Loading the files please wait ....