An open API service indexing awesome lists of open source software.

https://github.com/glowyphp/arrays

Arrays Package provide a fluent, object-oriented interface for working with arrays, allowing you to chain multiple arrays operations together using a more readable syntax compared to traditional PHP arrays functions.
https://github.com/glowyphp/arrays

array-methods arrays dot-notation glowy glowyphp package php php-package

Last synced: 5 months ago
JSON representation

Arrays Package provide a fluent, object-oriented interface for working with arrays, allowing you to chain multiple arrays operations together using a more readable syntax compared to traditional PHP arrays functions.

Awesome Lists containing this project

README

          

Arrays



Arrays Package provide a fluent, object-oriented interface for working with arrays, allowing you to chain multiple arrays operations together using a more readable syntax compared to traditional PHP arrays functions.


License MIT Total downloads GitHub Repo stars GitHub forks Hits of Code


### Installation

#### With [Composer](https://getcomposer.org)

```
composer require glowy/arrays
```

### Resources
* [Documentation](https://awilum.github.io/glowyphp/arrays)

### Tests

Run tests

```
./vendor/bin/pest
```

### License
[The MIT License (MIT)](https://github.com/glowyphp/arrays/blob/master/LICENSE)
Copyright (c) [Sergey Romanenko](https://github.com/Awilum)