Libraries tagged by PHP Objects Relation
sibertec/data
6479 Downloads
Sibertec.Data is a small, easy to use PHP library that manages connections to MySQL databases, and also can act as an Object Relational Mapper.
picoweb/db
0 Downloads
this is a object relational database connection making and database creation simple library for php web application creation
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.
florianwolters/component-core-equality
679 Downloads
Implements equivalence relations on non-null object references as a PHP component.
infira/poesis
347 Downloads
PHP databse object releational mapper
karavasilev/cryptomanana
54 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
nikolaposa/cascader
188810 Downloads
Utility for creating objects in PHP from constructor parameters definitions.
omaralalwi/php-builders
61 Downloads
sample php traits to add ability to use builder design patterns with easy in PHP applications
comphp/di
55 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
1048 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.
oukhennicheabdelkrim/dic
12 Downloads
DIC is dependency-injection container allows developers to move object creation logic out of their application logic.
florianwolters/component-core-cloneable
700 Downloads
Allows and disallows the cloning of objects as a PHP component.
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.