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

This package is auto-updated.

Last update: 2019-05-04 16:07:12 UTC


README

Encoding functions

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.