common-gateway / vrijbrp-to-zgw-bundle
An example package for creating symfony flex bundles as plugins
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.2
- commongateway/corebundle: ^1.2.68 | <2.0
Requires (Dev)
- symfony/dependency-injection: ~3.4|~4.1|~5.0
This package is auto-updated.
Last update: 2024-11-10 13:46:00 UTC
README
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