gnom2949 / piutf
PHP wrapper for IUTF parser using FFI
Requires
- php: >=8.0
- ext-ffi: *
This package is not auto-updated.
Last update: 2026-05-02 13:59:13 UTC
README
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=onin 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.