Download the PHP package common-gateway/vrijbrp-to-zgw-bundle without Composer
On this page you can find all versions of the php package common-gateway/vrijbrp-to-zgw-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download common-gateway/vrijbrp-to-zgw-bundle
More information about common-gateway/vrijbrp-to-zgw-bundle
Files in common-gateway/vrijbrp-to-zgw-bundle
Package vrijbrp-to-zgw-bundle
Short Description An example package for creating symfony flex bundles as plugins
License EUPL-1.2
Homepage https://commongateway.nl
Informations about the package vrijbrp-to-zgw-bundle
VrijBRPToZGWBundle 
This repository is for synchronizing from VrijBRP to ZGW with usage of the CommonGateway and CoreBundle.
Installation with the Common Gateway admin user-interface
Head to the Plugins tab to search, select and install plugins.
Installing with PHP commands
To execute the following command, you will need Composer or a dockerized installation that already has PHP and Composer.
The Composer method in the terminal and root folder:
for the installation of the plugin
$composer require common-gateway/vrijbrp-to-zgw-bundle:dev-main
for the installation of schemas
$php bin/console commongateway:install common-gateway/vrijbrp-to-zgw-bundle
The dockerized method in the terminal and root folder:
for the installation of the plugin
$docker-compose exec php composer require common-gateway/vrijbrp-to-zgw-bundle:dev-main
for the installation of schemas
$docker-compose exec php bin/console commongateway:install common-gateway/vrijbrp-to-zgw-bundle