1
0
Fork
You've already forked piutf
0
piutf an php iutf extension.
  • PHP 100%
2026年05月01日 20:45:09 +05:00
docs Basic documentation 2026年05月01日 20:43:42 +05:00
composer.json composer 2026年05月01日 19:58:54 +05:00
CONTRIBUTING.md basic of contributing 2026年05月01日 20:44:40 +05:00
LICENSE apply the Apache2 2026年05月01日 20:44:15 +05:00
piutf.php lib path change 2026年05月01日 20:45:09 +05:00
README.md README 2026年05月01日 20:43:16 +05:00

PIUTF

An Php IUTF implementation.

Install

To install we need something, iutf. IUTF have distributed packages, so.

 # on debian
 sudo apt install iutf
 # arch
 yay -S iutf
 # fedora
 sudo dnf install iutf

Then install piutf via composer composer require gnom2949/piutf

Requirements

  • PHP 8.0+
  • PHP FFI enabled (ffi.enable=on in php.ini)
  • iutf.

Docs

See the docs: Go

Copyright

Copyright 2026 Aleksandr Silaev

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.