gonetto / finance-consult-api-client
Symfony GonettoFCApiClientBundle
Installs: 2 562
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1
- ext-json: *
- doctrine/common: ^2.9
- eightpoints/guzzle-bundle: ^7.4
- jms/serializer: ^1.13
- justinrainbow/json-schema: ^5.2
- symfony/yaml: ^3.4
Requires (Dev)
- fzaninotto/faker: ^1.8
- phpunit/phpunit: ^7.4
- roave/security-advisories: dev-master
- symfony/phpunit-bridge: ^4.1
- dev-master
- v5.0.1
- v5.0.0
- v4.0.1
- v4.0.0
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.7
- v3.1.6
- v3.1.5
- v3.1.4
- v3.1.3
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.2
- v3.0.1
- v3.0.0
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.14
- v2.1.13
- v2.1.12
- v2.1.11
- v2.1.10
- v2.1.9
- v2.1.8
- v2.1.7
- v2.1.6
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.0
- v1.0.19
- v1.0.18
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2025-02-28 09:54:29 UTC
README
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
$ composer require gonetto/GonettoFCApiClientBundle
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
<?php // app/AppKernel.php // ... class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new Gonetto\FCApiClientBundle\GonettoFCApiClientBundle(), ); // ... } // ... }
Installation at Drupal Module
$ composer require indigophp/doctrine-annotation-autoload
$ composer dump-autoload