https://github.com/xp-framework/text-encode
Text encoding
https://github.com/xp-framework/text-encode
decode encode php xp-framework
Last synced: 2 months ago
JSON representation
Text encoding
- Host: GitHub
- URL: https://github.com/xp-framework/text-encode
- Owner: xp-framework
- Created: 2015-12-08T22:33:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T20:35:35.000Z (about 1 year ago)
- Last Synced: 2024-04-26T11:02:31.367Z (about 1 year ago)
- Topics: decode, encode, php, xp-framework
- Language: PHP
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
Awesome Lists containing this project
README
Text encoding
=============[](https://github.com/xp-framework/text-encode/actions)
[](https://github.com/xp-framework/core)
[](https://github.com/xp-framework/core/blob/master/LICENCE.md)
[](http://php.net/)
[](http://php.net/)
[](https://packagist.org/packages/xp-framework/text-encode)Common encodings for files, strings and streams
API
---```php
package text.encode {
public class text.encode.Base57
public class text.encode.Base64
public class text.encode.Base64InputStream
public class text.encode.Base64OutputStream
public class text.encode.CvsPassword
public class text.encode.QuotedPrintable
public class text.encode.QuotedPrintableInputStream
public class text.encode.QuotedPrintableOutputStream
public class text.encode.UTF7
public class text.encode.UTF8
public class text.encode.UUCode
}
```