Libraries tagged by orm for php
scotchphp/scotch
7 Downloads
PHP MVC Framework designed for SQL Server ORM Mapping and Windows IIS
joseki/leanmapper
69 Downloads
Tiny ORM based on powerful dibi database abstraction library for PHP 5.
activecollab/resistance
144 Downloads
Resistance is a simple Redis key manager for PHP. It does not try to be a fully featured ORM, just to make keyspace management easier.
sepulchresoftware/ghostly
0 Downloads
A PHP ORM (Object-Relational Mapping) for your MySQL data
pckg/database
6737 Downloads
Just another php / orm / pdo implementation for simple and advanced data management
bednic/api-skeleton
12 Downloads
SlimPHP + Doctrine2 ORM + PHP DI + JSON API skeleton for building REST API's.
joedevsharp/entitylite
13 Downloads
A lightweight PHP ORM inspired by Entity Framework, designed to simplify database interactions and provide an intuitive way to manage entities and relationships. This library utilizes a fluent interface and follows the PSR-4 autoloading standard, making it easy to integrate into any PHP project. With support for basic CRUD operations and a focus on simplicity and performance, this ORM empowers developers to work with databases seamlessly while maintaining clean and maintainable code.
blackpearl/blackpearl
18 Downloads
BlackPearl is a simple and lightweight PHP MVC (Model-View-Controller) framework used for building full-stack web applications in PHP. It utilizes well-known PHP packages and libraries that you may already be familiar with, such as the Blade Templating Engine for the user interface and the Eloquent ORM (Object-Relational Mapping) system for database interaction. BlackPearl also implements a classic routing system and database migration system to enhance the developer experience.
benclerc/datamanagement
54 Downloads
PHP Class providing simple and compact database requests. Useful for small projects without ORM.
gp/sys
7 Downloads
A simple PHP MVC framework with ORM, autoload, DI, Validator, etc support for simple application
agentmedia/phine-framework
141 Downloads
A PHP framework providing Database ORM, IO, String utitlites and basic logic for typical web programming tasks like JSON webservices, sitemap writing or RSS generation
sameer-shelavale/x2form
21 Downloads
This package is developed for easing up the creation, validation & maintenance of web forms. The HTML forms can be generated directly from Mysql Tables, Eloquent ORM Models, using PHP code as well as from predefined XML format, if required the Loader can also be extended to support more type of objects. The package can output forms in HTML table layout as well as Bootstrap and you can further customize them using templates or by extending the Renderer.
emma/framework
29 Downloads
A PHP 8.0+ Attributes based Framework. Supports for both MVC and Middle Architecture. Comes with Attribute based http routing, Attributes based Di Container, Attributes based ORM, and Attributes based Entity/DTO/Object validations.