Skip to content
Snippets Groups Projects
Select Git revision
  • 9f36f6cb529c74f333bb5cb0d58b422c4b76a4e4
  • main default protected
  • demo protected
  • master
  • icon-set-mapping
  • production protected
  • revert-62666d1a
  • favorites-and-recent-files
  • lit2
  • wc-part
  • mark-downloaded-files
  • feature/annotpdf-test
  • fix-zip-upload
  • config-cleanup
  • wip
  • app-shell-update
16 results

src

  • Clone with SSH
  • Clone with HTTPS
  • Relay Example Bundle

    GitLab | Packagist

    The goal of this bundle is to include a wide variety of features that you might need in developing your own bundle. So you can use it as either a reference, or as a starting point/sandbox for experiments.

    When including this bundle into your API server it will gain the following features:

    • A custom ./bin/console command
    • An example entity
    • Various HTTP methods implemented for that entity
    • A custom controller for that entity
    • A health check
    • ...

    Integrate it into your server via:

    composer require dbp/relay-example-bundle

    Development & Testing

    • Install dependencies: composer install
    • Run tests: composer test
    • Run linters: composer run lint
    • Run cs-fixer: composer run cs-fix