# Port Doctrine ORM/ODM adapter

[![Latest Version](https://img.shields.io/github/release/portphp/doctrine-adapter.svg?style=flat-square)](https://github.com/portphp/doctrine-adapter/releases)
[![Build Status](https://travis-ci.org/portphp/doctrine-adapter.svg)](https://travis-ci.org/portphp/doctrine-adapter)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/portphp/doctrine-adapter/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/portphp/doctrine-adapter/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/portphp/doctrine-adapter/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/portphp/doctrine-adapter/?branch=master)

Doctrine ORM/ODM reader and writer for [Port](https://github.com/portphp).

## Installation

Open a command console, enter your project directory and execute the
following command to download the latest stable version of this package:

```bash
$ composer require portphp/doctrine
```

This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.

## Documentation

Documentation is available at http://portphp.readthedocs.org.

## Issues and feature requests

Please report issues and request features at https://github.com/portphp/portphp/issues.

## Contributing

Contributions are very welcome. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for
details. Thanks to [everyone who has contributed](https://github.com/portphp/doctrine-adapter/graphs/contributors)
already.

## License

This package is licensed under the [MIT license](LICENSE).
