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.
- Host: GitHub
- URL: https://github.com/glowyphp/arrays
- Owner: glowyphp
- License: mit
- Created: 2020-09-19T12:34:05.000Z (over 5 years ago)
- Default Branch: 5.x
- Last Pushed: 2023-01-26T15:28:52.000Z (about 3 years ago)
- Last Synced: 2025-07-27T15:58:24.820Z (6 months ago)
- Topics: array-methods, arrays, dot-notation, glowy, glowyphp, package, php, php-package
- Language: PHP
- Homepage: https://awilum.github.io/glowyphp/arrays
- Size: 224 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.
### 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)