Libraries tagged by php object
fzaninotto/streamer
17122 Downloads
Object-oriented API to PHP streams
diagonal/laravel-ts-enum-generator
1481 Downloads
Generate runtime-usable TypeScript objects and enums from PHP enums with utils
davidbadura/fixtures
68169 Downloads
A library to load yaml, json or php fixtures. Easy extendable, resolve object dependency and validate objects.
naucon/htmlbuilder
50585 Downloads
A package for php to generate html markup with object representation but without the overhead of domXML or SimpelXML.
mimmi20/ua-generic-request
205219 Downloads
the Generic Request Object extracted from Wurfl for PHP 7.1+
mandango/mandango
12668 Downloads
Simple, poweful and ultrafast Object Document Mapper (ODM) for PHP and MongoDB
kirschbaum-development/paragon
12086 Downloads
A Laravel package for generating enum-like objects in typescript based on PHP enum classes.
mimmi20/wurfl-generic-request
62562 Downloads
the Generic Request Object extracted from Wurfl for PHP 7.1+
shipmonk/memory-scanner
1921 Downloads
Lightweight PHP library for analyzing memory usage, tracking object references, and debugging memory leaks
teknoo/states
35191 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.
selency/openapi
4770 Downloads
Provides a user-friendly, object-oriented library to build OpenAPI specifications using PHP.
protonlabs/vobject
48818 Downloads
The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects
pragmatic-modules/jslayout-parser
5042 Downloads
Lightweight PHP library that was created to make work with `$jsLayout` in Magento 2 less spaghetti, and more object-oriented.
naucon/utility
66614 Downloads
This package provides miscellaneous php interfaces and classes to structure and organize data as well as groups of objects
jamm/memory
24753 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.