PHPackages                             gthm/rdf-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. [API Development](/categories/api)
4. /
5. gthm/rdf-bundle

ActiveSymfony-bundle[API Development](/categories/api)

gthm/rdf-bundle
===============

A Symfony2 Bundle for an easy setup of create.js endpoints

0101PHP

Since Nov 18Pushed 13y ago2 watchersCompare

[ Source](https://github.com/Gthm/RdfBundle)[ Packagist](https://packagist.org/packages/gthm/rdf-bundle)[ RSS](/packages/gthm-rdf-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

RdfBundle
=========

[](#rdfbundle)

A Symfony2 Bundle for an easy setup of create.js endpoints.

This Bundle is a very simple helper for setting up a simple create.js backend. No need for createphp or symfony-cmf.

Instalation
-----------

[](#instalation)

1. Add to your composer.json

    ```
     "require": {
         //...
         "gthm/rdf-bundle": "dev-master"
     }

    ```
2. Enable Bundle

    ```
