Libraries tagged by orm class
confetti-cms/foundation
568 Downloads
This is a package for the foundation of the Confetti CMS. For example, it contains the abstract ORM classes.
cmskit/admin-database-modeling
25 Downloads
A Entity Relation Modeler to build database tables, configurations for backend appearance and ORM classes
scr-be/arthur-doctrine-library
174 Downloads
foundational Doctrine-ORM classes
difra/lib-unify
9 Downloads
Class-self-described ORM library
emericanec/symfony-unique-entity-validator
142 Downloads
Symfony UniqueEntity validator for any class (not only for ORM\Entity)
swayok/peskyorm-laravel
1069 Downloads
Service Providers and other classes to replace laravel's Eloquent ORM by PeskyORM
rossriley/doctrine-mocker
1032 Downloads
Classes to help mock Doctrine ORM objects
mgleska/repositorymock
40 Downloads
A package to facilitate the testing of classes/methods which uses ORM Repository and ORM Entity objects.
ronanchilvers/paginator
9 Downloads
Paginator classes for use with ronanchilvers/orm
zergular/common
25 Downloads
Common classes to work with DB via Medoo by ORM
zanui/zanui-fixtures-bundle
8951 Downloads
Provides classes to easily load fixtures to the Doctrine ORM using YAML files
tomazahlin/symfony-core-bundle
22 Downloads
Core bundle which provides a lot usable classes when building Symfony2 application with Doctrine2 ORM.
roy404/eloquent
254 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
patrick-barreto/data-base
178 Downloads
Basic ORM to manipulate database and make a CRUD at model class very easy
ngfw/webparser
8 Downloads
WebParser is a PHP library that allows developers to parse and query webpages using an ORM-like syntax. It facilitates the extraction of HTML elements by chaining operations such as filtering by ID or class, ordering results, and limiting output. WebParser offers a flexible interface for exploring and extracting data from the web, making it ideal for web scraping and data analysis tasks.