Download the PHP package cybercog/php-unicode without Composer
On this page you can find all versions of the php package cybercog/php-unicode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cybercog/php-unicode
More information about cybercog/php-unicode
Files in cybercog/php-unicode
Download cybercog/php-unicode
More information about cybercog/php-unicode
Files in cybercog/php-unicode
Please rate this library. Is it a good library?
Informations about the package php-unicode
PHP Unicode
Introduction
Streamline Unicode strings and characters (code points) manipulations. Object oriented implementation.
Installation
Pull in the package through Composer.
Usage
Instantiate Unicode String
UnicodeString
object will contain a list of Unicode characters.
For example, the Unicode string "Hello" is represented by the code points:
- U+0048 (H)
- U+0065 (e)
- U+006C (l)
- U+006C (l)
- U+006F (o)
Represent Unicode String
Instantiate Unicode Character
Represent Unicode Character in any format
License
PHP Unicode
package is open-sourced software licensed under the Anton Komarev.
About CyberCog
CyberCog is a Social Unity of enthusiasts. Research the best solutions in product & software development is our passion.
All versions of php-unicode with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-mbstring Version *
ext-mbstring Version *
The package cybercog/php-unicode contains the following files
Loading the files please wait ....