Libraries tagged by php object
wplake/typed
671 Downloads
Lightweight PHP utility for seamless type-casting and data retrieval from dynamic variables, arrays, and objects.
travis/ex
6029 Downloads
A PHP function to safely extract information from a multi-dimensional object or array.
eboreum/caster
5108 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
berlioz/html-selector
13309 Downloads
Berlioz HTML Selector is a PHP library to do queries on HTML files (converted in SimpleXMLElement object) like jQuery on DOM.
nicolopignatelli/valueobjects
106640 Downloads
A PHP library/collection of classes aimed to help developers using and undestanding immutable objects.
soyhuce/laravel-database-object
4783 Downloads
Map json columns to PHP Object in Laravel
salernolabs/php-to-xml
920 Downloads
Simple class to convert PHP objects to XML, with tests.
robvanaarle/php-object-seam
4148 Downloads
An easy way to create object seams to break dependencies with minimal code changes in order to test legacy PHP code
ntlab/php-obj
1693 Downloads
A PHP object representation as string, javascript, annotation, or YAML
noka-design/php-ubl
625 Downloads
Deserialize UBL xml to PHP objects
le0daniel/php-ts-bindings
130 Downloads
Library to create type bindings between PHP8 and TS, supporting parsing, serialization and emitting of TS types for PHP objects/input strongly typed
dgame/php-object
32180 Downloads
php object
ang3/php-odoo-orm
3234 Downloads
PHP object relational mapper (ORM) for Odoo databases.
wiz-develop/php-value-object
868 Downloads
📦 The PHP Value Object library offers immutable, type-safe, and self-validating objects to model domain values using the Value Object pattern.
talentify/php-value-objects
19614 Downloads
Provides some value objects.