Libraries tagged by PHP Objects Relation
jimwins/titi
2577 Downloads
A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP, plus a lightweight ActiveRecord implementation
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.
infira/poesis
342 Downloads
PHP databse object releational mapper
karavasilev/cryptomanana
52 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
sivlev/phpmathobjects
19 Downloads
PHPMathObjects: A PHP library for handling mathematical objects.
nikolaposa/cascader
172945 Downloads
Utility for creating objects in PHP from constructor parameters definitions.
comphp/di
45 Downloads
CommonPHP DependencyInjection is a simple, robust dependency injection container for PHP applications. It facilitates the dynamic creation of objects, invocation of methods, function calling, and property population.
programster/pgsql-objects
1018 Downloads
A library for interfacing with a PostgreSQL database in PHP. Facilitates the creation of objects that represents tables tables. Objects must have id of type UUID.
florianwolters/component-core-cloneable
700 Downloads
Allows and disallows the cloning of objects as a PHP component.
oukhennicheabdelkrim/dic
12 Downloads
DIC is dependency-injection container allows developers to move object creation logic out of their application logic.
radiergummi/libconfig
18 Downloads
Configuration object creation for PHP apps
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.