There is no license information available for the latest version (1.0.0) of this package.

A collection of codecs for encoding and decoding data.

Maintainers

Package info

github.com/ScriptFUSION/Codecs

pkg:composer/scriptfusion/codecs

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2014-08-14 19:28 UTC

This package is auto-updated.

Last update: 2026-03-11 07:37:51 UTC


README

A collection of codecs for encoding and decoding data. Encoders encode, decoders decode; codecs do both and implement the Codec interface.

Codecs and encoders list

The following codecs and encoders are available.

  • Base64CodecBase64 encoding.
  • CodecList – Applies a list of codecs in series.
  • NewlineEncoder – Converts line endings.
  • OpenSslCodecOpenSSL encryption.
  • Rot13CodecRot13 encoding.
  • TransparentCodec – No encoding.