PHPackages                             develit-ab/grand-id-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. develit-ab/grand-id-bundle

ActiveSymfony-bundle[API Development](/categories/api)

develit-ab/grand-id-bundle
==========================

Symfony bundle to use Grand ID service https://www.grandid.com/

v0.1.10(7y ago)0300MITPHPPHP ^7.1

Since May 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/DevelitAB/GrandIDBundle)[ Packagist](https://packagist.org/packages/develit-ab/grand-id-bundle)[ RSS](/packages/develit-ab-grand-id-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (3)Versions (11)Used By (0)

Grand ID Symfony Bundle
=======================

[](#grand-id-symfony-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/c24fc92e5d7e2fc62d2d904ae4232f07c763e646bc84236163011996be342312/68747470733a2f2f706f7365722e707567782e6f72672f646576656c69742d61622f6772616e642d69642d62756e646c652f762f737461626c65)](https://packagist.org/packages/develit-ab/grand-id-bundle)[![Total Downloads](https://camo.githubusercontent.com/dedb45ca80e0a25da444840d296793fdc4105a9759b837d3d05c4df6709f2468/68747470733a2f2f706f7365722e707567782e6f72672f646576656c69742d61622f6772616e642d69642d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/develit-ab/grand-id-bundle)[![License](https://camo.githubusercontent.com/c90f41a4305dce901603507973ce29d4cd1b2fb88ab7bcc949b2bc7b23fa69e9/68747470733a2f2f706f7365722e707567782e6f72672f646576656c69742d61622f6772616e642d69642d62756e646c652f6c6963656e7365)](https://packagist.org/packages/develit-ab/grand-id-bundle)

This extension provides a number of service methods necessary for working with [Grand ID API](https://www.grandid.com/documentation/). All sessions data are stored in database.

There are so-called mock system which is helpful for testing purposes. Mock-methods do not call any Grand ID API endpoints. They just simulate sessions: create, store &amp; update them in DB table.

Installation
------------

[](#installation)

#### Applications that use Symfony Flex

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require develit-ab/grand-id-bundle
```

#### Applications that don't use Symfony Flex

[](#applications-that-dont-use-symfony-flex)

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 develit-ab/grand-id-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)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:

```
