https://github.com/myerscode/utilities-bags
A PHP utility class that creates a fluent interface for interacting with arrays, models and collections
https://github.com/myerscode/utilities-bags
Last synced: 2 days ago
JSON representation
A PHP utility class that creates a fluent interface for interacting with arrays, models and collections
- Host: GitHub
- URL: https://github.com/myerscode/utilities-bags
- Owner: myerscode
- License: mit
- Created: 2017-09-15T17:57:52.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T11:42:56.000Z (12 months ago)
- Last Synced: 2025-04-10T14:06:00.733Z (10 months ago)
- Language: PHP
- Size: 147 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Bags Utilities
> A PHP helper utility class for fluent interaction and manipulation of collection data, using immutable bags
[](https://packagist.org/packages/myerscode/utilities-bags)
[](https://packagist.org/packages/myerscode/utilities-bags)
[](https://packagist.org/packages/myerscode/utilities-bags)

[](https://codecov.io/gh/myerscode/utilities-bags)
## Install
You can install this package via composer:
``` bash
composer require myerscode/utilities-bags
```
## [Usage](./docs/usage.md)
To see how to use the utility, view the usage guide [here](./docs/usage.md).
## [Methods](./docs/methods.md)
View all available methods in the documentation [here](./docs/methods.md).
## Issues
Bug reports and feature requests can be submitted on the [Github Issue Tracker](https://github.com/myerscode/utilities-bags/issues).
## Contributing
See the Myerscode [contributing](https://github.com/myerscode/docs/blob/master/contributing.md) page for information.
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.