devigner / kunstmaan-api-bundle

Kunstmaan API Layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kunstmaan API Bundle

See example/ for an example implementation

Api layer for https://github.com/Kunstmaan/KunstmaanBundlesCMS

composer require devigner/kunstmaan-api-bundle

How to

Page

Every Entity that implements Kunstmaan\NodeBundle\Entity\PageInterface that needs API exposure needs to:

  • Implement Devigner\KunstmaanApiBundle\Entity\PageModelInterface.
  • Have a model based upon Devigner\KunstmaanApiBundle\Model\PageEntityInterface.

Overview Page

If an overview page is needed (eg Newspage) you need to implement: Devigner\KunstmaanApiBundle\Entity\EntityInjectionInterface

PagePart

Every Entity that implements Kunstmaan\PagePartBundle\Helper\PagePartInterface that needs API exposure needs to:

  • Implement Devigner\KunstmaanApiBundle\Entity\PagePartsModelInterface.
  • Have a model based upon Devigner\KunstmaanApiBundle\Model\PagePartsEntityInterface.

Service

  Devigner\KunstmaanApiBundle\EventListener\SlugEventListener:
    arguments:
      - '%kunstmaan_menu.menus%'

About

Kunstmaan API Layer

License:MIT License


Languages

Language:PHP 87.2%Language:HTML 12.8%