Download the PHP package conduction/commongroundbundle without Composer

On this page you can find all versions of the php package conduction/commongroundbundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package commongroundbundle

ConductionCommonGroundBundle

This bundle adds VNG Common Ground functionality to you Symfony API Platform application. It aims to extend this platform by providing addition features either inherent to common ground (like the VNG API Standard) or typical for the Dutch Application landscape (like BSN checks and KVK lookups).

This bundle is maintained as a free of charge open-source project by conduction, a Dutch platform oriented startup.

Requires: PHP 7.1+

Lead Developer: @rubenlinde

Original Author: @conduction_nl

Installation

Symfony flex aproval for this bundle is still underway so right now it needs to be installed manually trough composer (without flex)

After installation activate the bundle by adding it to config/bundles.php of your symfony installation

Additionally you will need to copy the parameter file conduction_common_ground.yaml (from resources/config) to config/packages folder of your application

Events

The commonground bundle adds a couple of commonground specific events to your symfony installation

The commonground.resource event is dispatched each time before an commongroundresource list aquired through an api The commonground.resource.list is dispatched each time before an commonground resource list aquired through an api The commonground.resource.delete event is dispatched each time before an commonground resource is deleted The commonground.resource.save event is dispatched each time before an commonground resource is saved The commonground.resource.saved event is dispatched each time afther an commonground resource is saved The commonground.resource.update is dispatched each time before an commonground resource is updated The commonground.resource.updated event is dispatched each time afther an commonground resource is updated The commonground.resource.create is dispatched each time before an commonground resource is created The commonground.resource.created event is dispatched each time afther an commonground resource is created

Commonground

Common ground is a Dutch governmental initiative exploring the possibilities of using open source, and rest api's as a backbone for government and public architecture


All versions of commongroundbundle with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4.0
symfony/contracts Version ^1.0
symfony/var-exporter Version ^5.0
symfony/maker-bundle Version ^1.11@stable
symfony/event-dispatcher Version ^5.0
api-platform/api-pack Version ^1.2@stable
api-platform/core Version ^2.4@stable
api-platform/schema-generator Version ^2.1@stable
symfony/cache Version ^5.0@stable
symfony/cache-contracts Version ^1.1@stable
symfony/console Version ^5.0@stable
doctrine/doctrine-bundle Version ^1.6 || ^2.0
doctrine/doctrine-fixtures-bundle Version ^3.2
guzzlehttp/guzzle Version ^6.3
knplabs/knp-markdown-bundle Version ^1.8
mollie/mollie-api-php Version ^2.0
sumup/sumup-ecom-php-sdk Version ^1.0
ramsey/uuid Version ^3.8
ramsey/uuid-doctrine Version ^1.5
stof/doctrine-extensions-bundle Version ^1.3
symfony/translation Version 5.1.*
twig/extensions Version ^1.5
twig/twig Version 2.13.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package conduction/commongroundbundle contains the following files

Loading the files please wait ....