glowy/strings

Strings Component 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.

v5.0.1 2022-07-03 15:53 UTC

This package is auto-updated.

Last update: 2024-04-28 15:11:32 UTC


README

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

composer require glowy/strings

Resources

Tests

Run tests

./vendor/bin/pest

License

The MIT License (MIT) Copyright (c) Sergey Romanenko