Libraries tagged by orm for php
phpmv/ubiquity-workerman
5345 Downloads
Workerman extension for Ubiquity framework
phpmv/ubiquity-swoole
5006 Downloads
swoole extension for Ubiquity framework
phpmv/ubiquity-nosql
1204 Downloads
DAO no SQL for Ubiquity framework
phpmv/ubiquity-mailer
1610 Downloads
mail features for Ubiquity framework
phpmv/ubiquity-codeception
8053 Downloads
Make Codeception's functional tests for Ubiquity framework
bauer01/unimapper-flexibee
1037 Downloads
Flexibee implementation for UniMapper
bauer01/unimapper
2533 Downloads
Universal mapping tool for collecting data from different sources
josantonius/database
427 Downloads
Library for SQL database management to be used by several providers at the same time.
phps-cans/quote-strategy.doctrine.escaping
1083 Downloads
This package contains an implementation of Doctrine\ORM\Mapping\QuoteStrategy which automatically escape database reserved keyword for table and column alias.
xiaolingzi/lingorm
3 Downloads
orm for php
taeluf/big-db
66 Downloads
A feature-rich (but somewhat minimalist) database layer for php, with ORM, migrations, and more.
adminaut/adminaut
711 Downloads
Adminaut is the open-source platform for rapid development of PHP applications with the automatic construction of administration backend. It's built on the top of PHP, Zend Framework, Doctrine ORM and other frameworks.
blakvghost/bravo
10 Downloads
Bravo is a personal project, a mini MVC framework in PHP that I developed while drawing the best points from Laravel, Symfony and the Node.js side. I like simplicity, so I decided to make a simple product. For the moment, I manage the Route, the middlewares, the CORS, the easy sending of mails, as well as a mini ORM.
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
villeon/villeon-orm
2 Downloads
A lightweight ORM for PHP as part of VilleonPHP framework.