Libraries tagged by array property
ali-eltaweel/array-subscript
140 Downloads
A PHP library for accessing object properties using array subscript notation.
squidit/array-to-object
1533 Downloads
Hydrate array to object using typed object properties
xactsystems/type-hint-hydrator
975 Downloads
A Symfony object hydrator based on declared types and annotation type-hints.
juanchosl/datatransfer
340 Downloads
A small, lightweight utility to read values and properties from distinct sources using the same methodology
brenoroosevelt/habemus
752 Downloads
PSR-11 Container for Dependency Injection (auto-wiring, attributes, factories, closures, array access)
astral/php-serialize
47 Downloads
An advanced PHP serialization tool leveraging attributes for flexible object-to-array and JSON conversion. Supports property aliases, type conversions, and nested object handling. Ideal for APIs, data persistence, and configuration management.
cbeyersdorf/easybill
4 Downloads
The first version of the easybill REST API. [CHANGELOG](https://api.easybill.de/rest/v1/CHANGELOG.md) ## Authentication You can choose between two available methods: `Basic Auth` or `Bearer Token`. In each HTTP request, one of the following HTTP headers is required: ``` # Basic Auth Authorization: Basic base64_encode(':') # Bearer Token Authorization: Bearer ``` ## Limitations ### Request Limit * PLUS: 10 requests per minute * BUSINESS: 60 requests per minute If the limit is exceeded, you will receive the HTTP error: `429 Too Many Requests` ### Result Limit All result lists are limited to 100 by default. This limit can be increased by the query parameter `limit` to a maximum of 1000. ## Query filter Many list resources can be filtered. In `/documents` you can filter e.g. by number with `/documents?number=111028654`. If you want to filter multiple numbers, you can either enter them separated by commas `/documents?number=111028654,222006895` or as an array `/documents?number[]=111028654&number[]=222006895`. **Warning**: The maximum size of an HTTP request line in bytes is 4094. If this limit is exceeded, you will receive the HTTP error: `414 Request-URI Too Large` ### Escape commas in query You can escape commans in query `name=Patrick\, Peter` if you submit the header `X-Easybill-Escape: true` in your request. ## Property login_id This is the login of your admin or employee account. ## Date and Date-Time format Please use the timezone `Europe/Berlin`. * **date** = *Y-m-d* = `2016-12-31` * **date-time** = *Y-m-d H:i:s* = `2016-12-31 03:13:37` Date or datetime can be `null` because the attributes have been added later and the entry is older.
php_modules/array-full-merge
58 Downloads
A more complex way for merging array properties.
mmamedov/array-property
19 Downloads
Access arrays in an intuitive and object-oriented way. Keys and values are treated as properties.
lesphp/property-info-typed-array
119 Downloads
Extract key and value types using PHP Attributes for array class properties. This dispense the use of PhpDocExtractor for typed arrays.
keven/property-access
14 Downloads
Read and write properties on arrays and objects
dcelasun/extract_property
25 Downloads
Extracts a given property from an array of objects
jfadich/json-property
444 Downloads
Transform an object property into an enhanced array
alaa-almaliki/property-setter-config
37 Downloads
PHP library can be used to set object properties by a given array passed in the constructor
oro-flex/property-access
741 Downloads
The Oro Property Access component reads/writes values from/to object/array graphs using a simple string notation.