2017 © Pedro Peláez
 

library string-encode

Facilitating the process of altering string encoding in PHP.

image

paquettg/string-encode

Facilitating the process of altering string encoding in PHP.

  • Thursday, May 29, 2014
  • by paquettg
  • Repository
  • 1 Watchers
  • 24 Stars
  • 658,134 Installations
  • PHP
  • 9 Dependents
  • 0 Suggesters
  • 6 Forks
  • 2 Open issues
  • 3 Versions
  • 13 % Grown

The README.md

String Encoder

Build Status Coverage Status, (*1)

String Encode is a PHP is a simple, flexible, package with the goal of assisting developers with handling MB strings and encodings., (*2)

Install

Install the latest version using composer., (*3)

$ composer require paquettg/string-encode

Basic Usage

<?php

use StringEncoder\Encoder;

$str     = "Calendrier de l'avent façon Necta!";
$encoder = new Encoder();
$newstr  = $encoder->convert()->fromString($str)->toString();
echo $newstr; // "Calendrier de l'avent façon Necta!" in UTF-8 encoding (default)

Documentation

Support String Encoder Financially

Get supported String Encoder and help fund the project with the Tidelift Subscription., (*4)

Tidelift delivers commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use., (*5)

About

Requirements

  • String Encoder works with PHP 7.2, 7.3, and 7.4.

Submitting bugs and feature requests

Bugs and feature requests are tracked on GitHub, (*6)

Authors

Gilles Paquette See also the list of contributors who participated in this project., (*7)

License

String Encode is licensed under the MIT License - see LICENSE file for details., (*8)

The Versions

29/05 2014

dev-master

9999999-dev https://github.com/paquettg/string-encoder

Facilitating the process of altering string encoding in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

string encoding charset

29/05 2014

0.1.1

0.1.1.0 https://github.com/paquettg/string-encoder

Facilitating the process of altering string encoding in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

string encoding charset

13/12 2013

0.1.0

0.1.0.0 https://github.com/paquettg/string-encoder

Facilitating the process of altering string encoding in PHP.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

string encoding charset