Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/glowyphp/strings

Strings Package provide a fluent, object-oriented interface for working with multibyte strings, allowing you to chain multiple string operations together using a more readable syntax compared to traditional PHP strings functions.
https://github.com/glowyphp/strings

glowy glowyphp package php php-package string-manipulation strings

Last synced: 2 months ago
JSON representation

Strings Package provide a fluent, object-oriented interface for working with multibyte strings, allowing you to chain multiple string operations together using a more readable syntax compared to traditional PHP strings functions.

Awesome Lists containing this project

README

        

Strings



Strings Package provide a fluent, object-oriented interface for working with multibyte string, allowing you to chain multiple string operations together using a more readable syntax compared to traditional PHP strings functions.


License MIT Total downloads GitHub Repo stars GitHub forks Hits of Code


### Installation

#### With [Composer](https://getcomposer.org)

```
composer require glowy/strings
```

### Resources
* [Documentation](https://awilum.github.io/glowyphp/strings)

### Tests

Run tests

```
./vendor/bin/pest
```

### License
[The MIT License (MIT)](https://github.com/glowyphp/strings/blob/master/LICENSE)
Copyright (c) [Sergey Romanenko](https://github.com/Awilum)