jeanbelhache / doctrine2-l5 by jeanbelhache

Doctrine 2 for Laravel 5 with Annotations drivers and d2 extensions
60
2
1
Package Data
Maintainer Username: jeanbelhache
Maintainer Contact: jeanbelhache@gmail.com (Jean Belhache)
Package Create Date: 2015-03-04
Package Last Update: 2015-06-03
Language: PHP
License: MIT
Last Refreshed: 2024-04-16 15:00:11
Package Statistics
Total Downloads: 60
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Doctrine 2 for Laravel 5

Join the chat at https://gitter.im/jeanbelhache/doctrine2-l5

What the package supported ?

  • Doctrine2
  • Laravel Authentication
  • Annotations Driver
  • Some extensions for DQL query like 'acos, sin, degrees, ...'

configuration

"jeanbelhache/doctrine2-l5": "dev-master",

in config/app:

## License

Like the Laravel framework itself, this project is open-sourced under the MIT license.

Inspiration

Based on the original package opensolutions/doctrine2bridge-l5.