Skip to content

opis/string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

391130a · Dec 30, 2024
Dec 12, 2024
May 5, 2020
Nov 14, 2024
Apr 6, 2021
Dec 15, 2017
Nov 17, 2020
Nov 17, 2020
Apr 13, 2021
Aug 2, 2016
Apr 13, 2021
Dec 30, 2024
Apr 13, 2021
May 6, 2020

Repository files navigation

Opis String

Tests Packagist Version Packagist Downloads Packagist License

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.4 || ^8.0
  • ext-json
  • ext-iconv

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": "^2.0"
    }
}