Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 978 Bytes

index.md

File metadata and controls

23 lines (16 loc) · 978 Bytes

GrizzIT Codec - Usage Documentation

This part of the documentation will focus on the usage of this package.

Dependencies

This package has a dependency on two ext- composer packages. This mean that it is dependent on PHP extensions.

ext-json

The depedency ext-json is a built-in PHP extension which provides the various JSON functions, most importantly json_encode and json_decode. Because is bundled with PHP by default, no installation actions are required.

ext-yaml

The dependency ext-yaml is a PHP extension which is not bundled with PHP by default. For this extension follow the installation instructions provided by PHP here. The extension is installed through PECL, the documentation for that can be found here.

Index