https://github.com/myerscode/utilities
A collection of utility classes that make working with types much easier
https://github.com/myerscode/utilities
Last synced: about 1 month ago
JSON representation
A collection of utility classes that make working with types much easier
- Host: GitHub
- URL: https://github.com/myerscode/utilities
- Owner: myerscode
- License: mit
- Created: 2018-02-23T15:33:49.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T09:41:24.000Z (about 4 years ago)
- Last Synced: 2025-01-29T17:44:26.812Z (about 1 year ago)
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Utilities
> A collection of utility classes that make working with things much easier.
[](https://packagist.org/packages/myerscode/utilities)
[](https://packagist.org/packages/myerscode/utilities)
[](https://packagist.org/packages/myerscode/utilities)
## Install
You can install this package via composer:
``` bash
composer require myerscode/utilities
```
## Features
### [Bags](https://github.com/myerscode/utilities-bags)
A helper for working with collections
### [Files](https://github.com/myerscode/utilities-files)
A helper for working local files and directories
### [Strings](https://github.com/myerscode/utilities-strings)
A helper for working with strings
### [Numbers](https://github.com/myerscode/utilities-numbers)
A helper for working with numbers