https://github.com/loevgaard/doctrine-manager
https://github.com/loevgaard/doctrine-manager
doctrine library php php-library php7
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/loevgaard/doctrine-manager
- Owner: loevgaard
- License: mit
- Created: 2017-09-27T07:28:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T09:52:09.000Z (over 8 years ago)
- Last Synced: 2024-11-09T14:58:34.654Z (over 1 year ago)
- Topics: doctrine, library, php, php-library, php7
- Language: PHP
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Doctrine Manager
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]
This is a Doctrine Manager primary for Symfony applications, but can be used in all applications using Doctrine.
## Install
Via Composer
``` bash
$ composer require loevgaard/doctrine-manager
```
## Usage
Say you have an Entity named `YourEntity` then you will create a manager as easy as:
```php