The IDML-Creator is written in PHP and can be used with Composer. It's a private library which needs to be licensed.
IDML-Creator makes use of semantic versioning. It uses some open source libraries and runs in PHP 7.2 or higher. Required extensions are ext-dom
, ext-libxml
and ext-xsl
.
Bit&Black offers an annual distribution including minor updates and patches.
After your received your private name and token, follow these steps to add IDML-Creator to your project:
composer.json
by running $ composer config repositories.private-packagist composer https://bitandblack.repo.packagist.com/<YOUR_CUSTOMER_NAME>/
auth.json
file once by running $ composer config --auth http-basic.bitandblack.repo.packagist.com token <YOUR_CUSTOMER_TOKEN>
.$ composer require bitandblack/idml-creator
.$ composer update
once to regenerate the composer.lock
file and run $ composer install
after that.