oophp / charset
Object Oriented PHP Charset handling
Installs: 178
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/oophp/charset
Requires
- php: >=5.6.0
- ext-iconv: *
This package is not auto-updated.
Last update: 2025-10-03 12:18:48 UTC
README
Charset handling, encoding and decoding
Credit
This initial work is taken from https://github.com/php-mime-mail-parser/php-mime-mail-parser
All the credit goes to the developers who created that great library, I just gave the Charset stuff a separate home.