Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daviddlv/doctrineintlbundle
https://github.com/daviddlv/doctrineintlbundle
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daviddlv/doctrineintlbundle
- Owner: daviddlv
- Created: 2014-10-13T06:46:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T21:37:13.000Z (about 9 years ago)
- Last Synced: 2024-11-16T20:35:57.702Z (2 months ago)
- Language: PHP
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#DavidDel/DoctrineIntlBundle
----------
Internationalization Doctrine Objects## Installation
```bash
composer require daviddel/doctrine-intl
```and in AppKernel.php
```php
new DavidDel\DoctrineIntlBundle\DavidDelIntlBundle(),
```