Libraries tagged by php objects
diagonal/laravel-ts-enum-generator
11697 Downloads
Generate runtime-usable TypeScript objects and enums from PHP enums with utils
naucon/htmlbuilder
57645 Downloads
A package for php to generate html markup with object representation but without the overhead of domXML or SimpelXML.
mimmi20/ua-generic-request
236572 Downloads
the Generic Request Object extracted from Wurfl for PHP 7.1+
mandango/mandango
13081 Downloads
Simple, poweful and ultrafast Object Document Mapper (ODM) for PHP and MongoDB
kirschbaum-development/paragon
19623 Downloads
A Laravel package for generating enum-like objects in typescript based on PHP enum classes.
sylius/grid
163401 Downloads
PHP library to handle building grid of objects with fields and filters support.
teknoo/states
40674 Downloads
Library to create classes following the State pattern in PHP. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements and this improve maintainability and workflow writing.
protonlabs/vobject
55041 Downloads
The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects
pragmatic-modules/jslayout-parser
7002 Downloads
Lightweight PHP library that was created to make work with `$jsLayout` in Magento 2 less spaghetti, and more object-oriented.
naucon/utility
76026 Downloads
This package provides miscellaneous php interfaces and classes to structure and organize data as well as groups of objects
jamm/memory
27176 Downloads
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.
dmelo/pchart
17424 Downloads
pChart is a PHP library that will help you to create anti-aliased charts or pictures directly from your web server. You can then display the result in the client browser, sent it by mail or insert it into PDFs. pChart provide object oriented coding syntax and is fully in line with the new web standards allowing you to enhance your web2.0 applications.
byjg/serializer
192588 Downloads
A powerful multi-format serialization library that converts objects, arrays, and data between JSON, XML, YAML, CSV, PHP serialize, and plain text formats with intelligent property mapping and transformation
aternos/nbt
121772 Downloads
PHP library to parse, modify, and create NBT objects
andrewmy/rabbitmq-management-api
223267 Downloads
An object oriented wrapper for the RabbitMQ Management HTTP Api; a PHP 8 fork from richardfullmer