Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T18:42:21.000Z (about 3 years ago)
- Last Synced: 2024-10-11T22:11:03.588Z (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
[![Build Status](https://badgen.net/github/checks/ipublikuj/doctrine-consistence/master?cache=300&style=flast-square)](https://github.com/ipublikuj/doctrine-consistence)
[![Licence](https://badgen.net/packagist/license/ipub/doctrine-consistence?cache=300&style=flast-square)](https://github.com/ipublikuj/doctrine-consistence/blob/master/LICENSE.md)
[![Code coverage](https://badgen.net/coveralls/c/github/ipublikuj/doctrine-consistence?cache=300&style=flast-square)](https://coveralls.io/github/ipublikuj/doctrine-consistence)![PHP](https://badgen.net/packagist/php/ipub/doctrine-consistence?cache=300&style=flast-square)
[![Downloads total](https://badgen.net/packagist/dt/ipub/doctrine-consistence?cache=300&style=flast-square)](https://packagist.org/packages/ipub/doctrine-consistence)
[![Latest stable](https://badgen.net/packagist/v/ipub/doctrine-consistence/latest?cache=300&style=flast-square)](https://packagist.org/packages/ipub/doctrine-consistence)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat-square)](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).