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

https://github.com/myerscode/utilities-strings

A PHP utility class that creates a fluent interface for interacting with strings
https://github.com/myerscode/utilities-strings

fluent-interface string string-manipulation utilities utility utility-library

Last synced: 1 day ago
JSON representation

A PHP utility class that creates a fluent interface for interacting with strings

Awesome Lists containing this project

README

          

# Strings Utilities
> A PHP utility class that creates a fluent interface for interacting with strings

[![Latest Stable Version](https://poser.pugx.org/myerscode/utilities-strings/v/stable)](https://packagist.org/packages/myerscode/utilities-strings)
[![Total Downloads](https://poser.pugx.org/myerscode/utilities-strings/downloads)](https://packagist.org/packages/myerscode/utilities-strings)
[![License](https://poser.pugx.org/myerscode/utilities-strings/license)](https://packagist.org/packages/myerscode/utilities-strings)
![Tests](https://github.com/myerscode/utilities-strings/actions/workflows/tests.yml/badge.svg?branch=main)
[![codecov](https://codecov.io/gh/myerscode/utilities-strings/graph/badge.svg?token=YR0YHVERNV)](https://codecov.io/gh/myerscode/utilities-strings)

## Install

You can install this package via composer:

``` bash
composer require myerscode/utilities-strings
```

## [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).

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.