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
- Host: GitHub
- URL: https://github.com/sergiors/doctrine-postgresql94platform-service-provider
- Owner: sergiors
- Created: 2017-10-24T13:41:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T14:56:18.000Z (over 8 years ago)
- Last Synced: 2025-01-22T08:15:02.666Z (over 1 year ago)
- Topics: doctrine, jsonb, php, postgresql
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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