Libraries tagged by array property

ali-eltaweel/array-subscript

0 Favers
140 Downloads

A PHP library for accessing object properties using array subscript notation.

Go to Download


squidit/array-to-object

0 Favers
1533 Downloads

Hydrate array to object using typed object properties

Go to Download


xactsystems/type-hint-hydrator

0 Favers
975 Downloads

A Symfony object hydrator based on declared types and annotation type-hints.

Go to Download


juanchosl/datatransfer

1 Favers
340 Downloads

A small, lightweight utility to read values and properties from distinct sources using the same methodology

Go to Download


brenoroosevelt/habemus

3 Favers
752 Downloads

PSR-11 Container for Dependency Injection (auto-wiring, attributes, factories, closures, array access)

Go to Download


astral/php-serialize

12 Favers
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.

Go to Download


cbeyersdorf/easybill

4 Favers
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.

Go to Download


php_modules/array-full-merge

0 Favers
58 Downloads

A more complex way for merging array properties.

Go to Download


mmamedov/array-property

0 Favers
19 Downloads

Access arrays in an intuitive and object-oriented way. Keys and values are treated as properties.

Go to Download


lesphp/property-info-typed-array

0 Favers
119 Downloads

Extract key and value types using PHP Attributes for array class properties. This dispense the use of PhpDocExtractor for typed arrays.

Go to Download


keven/property-access

1 Favers
14 Downloads

Read and write properties on arrays and objects

Go to Download


dcelasun/extract_property

3 Favers
25 Downloads

Extracts a given property from an array of objects

Go to Download


jfadich/json-property

3 Favers
444 Downloads

Transform an object property into an enhanced array

Go to Download


alaa-almaliki/property-setter-config

0 Favers
37 Downloads

PHP library can be used to set object properties by a given array passed in the constructor

Go to Download


oro-flex/property-access

0 Favers
741 Downloads

The Oro Property Access component reads/writes values from/to object/array graphs using a simple string notation.

Go to Download


<< Previous Next >>