Description
This tiny library allows you to manipulate multibyte encoded strings, using an OO paradigm. The library has no dependencies to mbstring or similar PHP extensions and is compatible with PHP 5.3+, PHP 7.0 and HHVM.
Opis String alternatives and similar libraries
Based on the "Strings" category.
Alternatively, view Opis String alternatives based on common mentions on social networks and blogs.
-
Google Translate For Free
google-translator translation language-detection detect-language translate php google-translate translator -
Russian metaphone phonetic algorithm implementation for PHP
Russian metaphone algorithm implementation
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Opis String or a related project?
README
Opis String
Manipulate multibyte strings
Opis String is a tiny library that allows you to work with multibyte encoded strings in an object-oriented manner. The library has no dependencies to mb_string or similar PHP extensions.
Documentation
The full documentation for this library can be found here.
License
Opis String is licensed under the Apache License, Version 2.0.
Requirements
- PHP 7.0
Installation
Opis String is available on Packagist and it can be installed from a command line interface by using Composer.
composer require opis/string
Or you could directly reference it into your composer.json
file as a dependency
{
"require": {
"opis/string": "^1.5"
}
}
*Note that all licence references and agreements mentioned in the Opis String README section above
are relevant to that project's source code only.