https://github.com/ipublikuj/doctrine-consistence
:orange_book: Consistence registration extension for Doctrine2 and Nette Framework (3.0+)
https://github.com/ipublikuj/doctrine-consistence
consistence doctrine-orm doctrine2 extension ipub ipublikuj nette
Last synced: about 2 months ago
JSON representation
:orange_book: Consistence registration extension for Doctrine2 and Nette Framework (3.0+)
- Host: GitHub
- URL: https://github.com/ipublikuj/doctrine-consistence
- Owner: ipublikuj
- License: other
- Created: 2019-11-11T21:23:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T18:42:21.000Z (over 3 years ago)
- Last Synced: 2025-02-12T04:11:20.289Z (2 months ago)
- Topics: consistence, doctrine-orm, doctrine2, extension, ipub, ipublikuj, nette
- Language: PHP
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Doctrine 2 Consistence
[](https://github.com/ipublikuj/doctrine-consistence)
[](https://github.com/ipublikuj/doctrine-consistence/blob/master/LICENSE.md)
[](https://coveralls.io/github/ipublikuj/doctrine-consistence)
[](https://packagist.org/packages/ipub/doctrine-consistence)
[](https://packagist.org/packages/ipub/doctrine-consistence)
[](https://github.com/phpstan/phpstan)Register [Consistence](https://github.com/consistence-community/consistence-doctrine) data types into [Doctrine2](http://www.doctrine-project.org/) entity repository.
## Installation
The best way to install **ipub/doctrine-consistence** is using [Composer](http://getcomposer.org/):
```sh
composer require ipub/doctrine-consistence
```After that you have to register extension in config.neon.
```neon
extensions:
doctrineConsistence: IPub\DoctrineConsistence\DI\DoctrineConsistenceExtension
```## Documentation
Learn how to use extended data types in [documentation](https://github.com/iPublikuj/doctrine-consistence/blob/master/docs/en/index.md).
***
Homepage [https://www.ipublikuj.eu](https://www.ipublikuj.eu) and repository [http://github.com/iPublikuj/doctrine-consistence](http://github.com/iPublikuj/doctrine-consistence).