odan / util
This package is abandoned and no longer maintained.
The author suggests using the selective/util package instead.
Encoding functions
2.0.0
2019-03-05 21:12 UTC
Requires
- php: >=7.0
- ext-mbstring: *
Requires (Dev)
- ext-mbstring: *
- phpunit/phpunit: ^7.2
README
Encoding functions
Installation
composer require selective/encoding
Features
- HTML encoding - Convert all applicable characters to HTML entities.
- UTF-8 encoding - Encodes an ISO-8859-1 string or array to UTF-8.
- ISO encoding - Returns a ISO-8859-1 encoded string or array.
- JSON encoding - Encode data to json and back.