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

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

Awesome Lists containing this project

README

          

# Utilities
> A collection of utility classes that make working with things much easier.

[![Latest Stable Version](https://poser.pugx.org/myerscode/utilitie/v/stable)](https://packagist.org/packages/myerscode/utilities)
[![Total Downloads](https://poser.pugx.org/myerscode/utilitie/downloads)](https://packagist.org/packages/myerscode/utilities)
[![License](https://poser.pugx.org/myerscode/utilitie/license)](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