-
Notifications
You must be signed in to change notification settings - Fork 202
PHP
markbook2 edited this page Feb 3, 2017
·
9 revisions
The Kaitai Struct: runtime for PHP can be used in two different ways:
-
Usage as part of Kaitai Struct
-
Independently as Composer's library
The both approaches are described below in order.
@TODO
cat <<'OUT' > composer.json
{
"minimum-stability": "dev",
"require": {
"kaitai-io/kaitai_struct_php_runtime": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]:kaitai-io/kaitai_struct_php_runtime.git"
}
]
}
OUT
composer install