Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xp-framework/text-encode
Text encoding
https://github.com/xp-framework/text-encode
decode encode php xp-framework
Last synced: about 1 month 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T20:35:35.000Z (10 months ago)
- Last Synced: 2024-04-26T11:02:31.367Z (8 months 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
=============[![Build status on GitHub](https://github.com/xp-framework/text-encode/workflows/Tests/badge.svg)](https://github.com/xp-framework/text-encode/actions)
[![XP Framework Module](https://raw.githubusercontent.com/xp-framework/web/master/static/xp-framework-badge.png)](https://github.com/xp-framework/core)
[![BSD Licence](https://raw.githubusercontent.com/xp-framework/web/master/static/licence-bsd.png)](https://github.com/xp-framework/core/blob/master/LICENCE.md)
[![Requires PHP 7.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.svg)](http://php.net/)
[![Supports PHP 8.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-8_0plus.svg)](http://php.net/)
[![Latest Stable Version](https://poser.pugx.org/xp-framework/text-encode/version.svg)](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
}
```