PHPackages                             jorisros/idml-lib - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. jorisros/idml-lib

ActiveLibrary

jorisros/idml-lib
=================

A php library to read Indesign IDML files

v0.1(5y ago)3773610[1 issues](https://github.com/jorisros/IDMLlib/issues)GPL-2.0-onlyPHPCI failing

Since Feb 24Pushed 2y ago3 watchersCompare

[ Source](https://github.com/jorisros/IDMLlib)[ Packagist](https://packagist.org/packages/jorisros/idml-lib)[ RSS](/packages/jorisros-idml-lib/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

IDMLlib a php library to read Indesign IDML files
=================================================

[](#idmllib-a-php-library-to-read-indesign-idml-files)

Installation
------------

[](#installation)

#### Requirements

[](#requirements)

- PHP 7.2 or higher
- SimpleXML extension

#### Composer

[](#composer)

Inside your project execute the following command

```
composer require jorisros/idml-lib

```

This got the latest released version and installed it into your vendor directory.

Run example
-----------

[](#run-example)

### Show example in browser

[](#show-example-in-browser)

```
php -S localhost:3000 -t example/

```

Go in your browser to [http://localhost:3000/example\_1.php](http://localhost:3000/example_1.php)

### Example code for reading a IDML file

[](#example-code-for-reading-a-idml-file)

```
