An open API service indexing awesome lists of open source software.

https://github.com/sergiors/doctrine-postgresql94platform-service-provider


https://github.com/sergiors/doctrine-postgresql94platform-service-provider

doctrine jsonb php postgresql

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

Doctrine PostgreSQL 94 Platform Service Provider
------------------------------------------------

Install
-------

```
composer require sergiors/doctrine-postgresql94platform-service-provider
```

How to use
----------
```php
use Pimple\Container;
use Silex\Provider\DoctrineServiceProvider;
use Sergiors\Pimple\Provider\DoctrinePostgreSQL94PlatformServiceProvider;

$container = new Container;
$container->register(new DoctrineServiceProvider);
$container->register(new DoctrinePostgreSQL94PlatformServiceProvider);
```

License
-------
MIT