Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/glowyphp/strings
- Owner: glowyphp
- License: mit
- Created: 2020-09-18T19:54:06.000Z (over 4 years ago)
- Default Branch: 5.x
- Last Pushed: 2022-10-09T08:10:24.000Z (over 2 years ago)
- Last Synced: 2024-11-11T06:22:51.848Z (2 months ago)
- Topics: glowy, glowyphp, package, php, php-package, string-manipulation, strings
- Language: PHP
- Homepage: https://awilum.github.io/glowyphp/strings
- Size: 272 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.
### 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)