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

https://github.com/aminnairi/php-string-extra

Extra utilities for working with strings in PHP.
https://github.com/aminnairi/php-string-extra

extra php stirng

Last synced: 11 months ago
JSON representation

Extra utilities for working with strings in PHP.

Awesome Lists containing this project

README

          

# aminnairi/string-extra

Extra utilities for working with strings in PHP.

## Usage

### Requirements

- [PHP](https://www.php.net/)
- [Composer](https://getcomposer.org/)

### Installation

```bash
composer require aminnairi/string-extra
```

### Example

```bash
touch main.php
```

```php