PHPackages                             rdf/job-definition-format-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rdf/job-definition-format-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

rdf/job-definition-format-bundle
================================

This Bundle provides various tools to read, write and modify JDF

40PHP

Since Jan 22Pushed 14y ago2 watchersCompare

[ Source](https://github.com/richardfullmer/RDFJobDefinitionFormatBundle)[ Packagist](https://packagist.org/packages/rdf/job-definition-format-bundle)[ RSS](/packages/rdf-job-definition-format-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

RDFJobDefinitionFormatBundle
============================

[](#rdfjobdefinitionformatbundle)

[![Build Status](https://camo.githubusercontent.com/6a46ccf55eb334824dfb3548de6df25101d0e95fad8f521168cd032ea3346884/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7269636861726466756c6c6d65722f5244464a6f62446566696e6974696f6e466f726d617442756e646c652e706e67)](http://travis-ci.org/richardfullmer/RDFJobDefinitionFormatBundle)

A Symfony2 Bundle for working with the [CIP4 Job Definition Format](http://www.cip4.org/documents/jdf_specifications/html2/JDF1.4a.htm) specification.

- not ready for production use (see `Status` below)

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

[](#installation)

RDFJobDefinitionFormatBundle uses the [oxm](https://github.com/doctrine/oxm) and [DoctrineOXMBundle](https://github.com/doctrine/DoctrineOXMBundle) projects from Doctrine.

### Step 1: Download the RDFJobDefintionFormatBundle

[](#step-1-download-the-rdfjobdefintionformatbundle)

#### Using the vendors script

[](#using-the-vendors-script)

Add the following to your `deps` file:

```
[RDFJobDefinitionFormatBundle]
    git=git://github.com/richardfullmer/RDFJobDefinitionFormatBundle.git
    target=/bundles/RDF/JobDefinitionFormatBundle

[doctrine-oxm]
    git=http://github.com/doctrine/oxm.git
    target=/doctrine-oxm

[DoctrineOXMBundle]
    git=http://github.com/doctrine/DoctrineOXMBundle.git
    target=/bundles/Doctrine/Bundle/OXMBundle

```

And run the vendors script:

```
$ php bin/vendors install

```

#### Using composer

[](#using-composer)

Add the following to your `composer.json` file:

```
{
    "require": {
        "rdf/job-definition-format-bundle": "master-dev"
    }
}

```

### Step 2: Configuring the autoloader

[](#step-2-configuring-the-autoloader)

Add the `RDF` namespace to your autoloader:

```
