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.

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/scriptfusion/codecs

1.0.0 2014-08-14 19:28 UTC

This package is auto-updated.

Last update: 2025-10-11 06:46:47 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.