lucifer07/php-dto
Swift and efficient PHP Data Transfer Object package with constructor-promoted properties, auto-mapping, and built-in serialization
时间:2026-02-04 10:15
duncan3dc/object-intruder
A small library to access private/protected properties/methods of objects
时间:2026-01-04 18:55
projectcleverweb/color
This is a stand-alone PHP 7 (and PHP 5!) library for working with RGB, HSL, HSB/HSV, Hexadecimal, and CMYK colors. Create schemes, modify specific color properties, easily convert between color spaces, create gradients, and make color suggestions quickly and easily.
时间:2026-01-04 17:26
kdyby/strict-objects
Simple trait to make your class strict, when calling or accessing undefined member (property or method).
时间:2026-01-04 17:02
nystudio107/craft-twig-sandbox
Allows you to easily create a sandboxed Twig environment where you can control what tags, filters, functions, and object methods/properties are allowed
时间:2026-01-04 16:00
sebastianknott/hamcrest-object-accessor
Adds a Matcher to Hamcrest which can access properties and methods of objects.
时间:2026-01-04 07:44
samdark/hydrator
Allows to extract data from an object or create a new object based on data for the purpose of persisting state. Works with private and protected properties.
时间:2026-01-04 05:28
rekalogika/direct-property-access
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
时间:2026-01-04 04:36
ocramius/lazy-property
A library that provides lazy instantiation logic for object properties
时间:2026-01-04 03:41
ali-eltaweel/array-subscript
A PHP library for accessing object properties using array subscript notation.
时间:2025-06-24 12:32
ucscode/object-reflector
A reflector that provides access to class encapsulated properties or methods
时间:2025-05-04 05:51
mackrais-organization/property-transform
A PHP library for transforming DTO properties using attributes with support for PHP functions, DI services, and nested object transformation.
时间:2025-03-15 19:48
kariricode/property-inspector
Attribute-based property analysis and inspection for the KaririCode Framework, enabling dynamic validation, normalization, and processing of object properties via PHP 8.4+ attributes and reflection.
时间:2024-10-14 15:06
mfonte/propaccessor
A PHP Trait that adds support for direct access to object properties, with explicit accessors and mutators.
时间:2024-05-22 11:01
unicon/yaml
Validates YAML file using given class and, if matches, creates an object. Understands PhpDoc, converts values if necessary. Works recursively, so the YAML file may have complicated structure, and the given class may have properties of other classes.
时间:2024-01-09 09:29