Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjorek/unicode-normalization-stream-filter
A composer-package providing a unicode-normalization stream-filter.
https://github.com/sjorek/unicode-normalization-stream-filter
composer composer-package php stream-filter
Last synced: about 2 months ago
JSON representation
A composer-package providing a unicode-normalization stream-filter.
- Host: GitHub
- URL: https://github.com/sjorek/unicode-normalization-stream-filter
- Owner: sjorek
- License: bsd-3-clause
- Created: 2017-10-11T01:21:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T05:31:12.000Z (almost 7 years ago)
- Last Synced: 2023-07-15T23:13:51.538Z (over 1 year ago)
- Topics: composer, composer-package, php, stream-filter
- Language: PHP
- Homepage: https://sjorek.github.io/unicode-normalization-stream-filter/
- Size: 1.81 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [Unicode-Normalization Stream-Filter](https://sjorek.github.io/unicode-normalization-stream-filter/)
**ATTENTION:** *This package has been replaced by the [Unicode-Normalization](https://sjorek.github.io/unicode-normalization/) package!*
A [composer](http://getcomposer.org)-package providing a stream filter to normalize unicode, currently only utf8.
## Installation
```bash
php composer.phar require sjorek/unicode-normalization-stream-filter
```## Example
```php