The Kunstmaan RestApi Bundle provides a REST api for the popular Kunstmaan CMS bundles
new Kunstmaan\Rest\CoreBundle\KunstmaanRestCoreBundle(),
new Kunstmaan\Rest\NodeBundle\KunstmaanRestNodeBundle(),
new Kunstmaan\Rest\MediaBundle\KunstmaanRestMediaBundle(),
new Kunstmaan\Rest\ArticleBundle\KunstmaanRestArticleBundle(),
new Kunstmaan\Rest\ConfigBundle\KunstmaanRestConfigBundle(),
new Kunstmaan\Rest\UserBundle\KunstmaanRestUserBundle(),
new Kunstmaan\Rest\RedirectBundle\KunstmaanRestRedirectBundle(),
new Kunstmaan\Rest\FormBundle\KunstmaanRestFormBundle(),
new Kunstmaan\Rest\MenuBundle\KunstmaanRestMenuBundle(),
new Kunstmaan\Rest\TranslationsBundle\KunstmaanRestTranslationsBundle(),
new FOS\RestBundle\FOSRestBundle(),
new Nelmio\ApiDocBundle\NelmioApiDocBundle(),
new JMS\SerializerBundle\JMSSerializerBundle(),
new Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle(),
# Kunstmaan rest
KunstmaanRestApi:
resource: "@KunstmaanRestCoreBundle/Resources/config/routing_all.yml"
# Kunstmaan rest
imports:
- { resource: '@KunstmaanRestCoreBundle/Resources/config/config_all.yml' }
We love contributions! If you're submitting a pull request, please follow the guidelines in the Submitting pull requests