PHPackages                             memdev/opentrans - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. memdev/opentrans

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

memdev/opentrans
================

Allows to read, create and write OpenTRANS compatible documents

v0.1.3(12y ago)015MITPHPPHP &gt;=5.3.3

Since Oct 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/memdev/opentrans)[ Packagist](https://packagist.org/packages/memdev/opentrans)[ Docs](https://github.com/sveneisenschmidt/opentrans)[ RSS](/packages/memdev-opentrans/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (10)Used By (0)

OpenTrans
=========

[](#opentrans)

[![Latest Stable Version](https://camo.githubusercontent.com/b011ac9352eb462958b6a485c3744087222d546fac16c7247261f20241f9c31c/68747470733a2f2f706f7365722e707567782e6f72672f73652f6f70656e7472616e732f762f737461626c652e706e67)](https://packagist.org/packages/se/opentrans) [![SensioLabsInsight](https://camo.githubusercontent.com/21e2bc661f8abc9a015cd72aeb868077f47199142ddd0cf298f3ab58c59e2f88/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f34613064323436622d326433302d346334362d383136312d6138356333396563356537642f6d696e692e706e67)](https://insight.sensiolabs.com/projects/4a0d246b-2d30-4c46-8161-a85c39ec5e7d)

Allows you to read, create and write OpenTRANS compatible documents from PHP

#### Dev branch is master branch.

[](#dev-branch-is-master-branch)

[![Build Status](https://camo.githubusercontent.com/df64dc09dcbaccc4ff215761b4dc9c5d24e09277d3bfe34fc0d98afef26f0d64/68747470733a2f2f6170692e7472617669732d63692e6f72672f7376656e656973656e7363686d6964742f6f70656e7472616e732e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/svenseisenschmidt/opentrans)

##### Table of Contents

[](#table-of-contents)

[Installation](#installation)

[Usage](#usage)

- [Build document](#builder)
- [Document factory](#factory)
- [Run tests](#tests)
- [Symfony2 integration](#bundle)

[Roadmap](#roadmap)

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

[](#installation)

The recommended way to install is through [Composer](http://getcomposer.org).

```
{
    "require": {
        "se/opentrans": "dev-master"
    }
}
```

Usage
-----

[](#usage)

### Build document

[](#build-document)

Assuming you already have a builder (See [document factory](#factory))

```
