Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/portiny/doctrine
[READ-ONLY] Lightweight Doctrine integration extension for Nette Framework.
https://github.com/portiny/doctrine
doctrine nette-framework orm php portiny
Last synced: about 1 month ago
JSON representation
[READ-ONLY] Lightweight Doctrine integration extension for Nette Framework.
- Host: GitHub
- URL: https://github.com/portiny/doctrine
- Owner: portiny
- License: mit
- Created: 2017-12-10T15:00:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T07:03:30.000Z (5 months ago)
- Last Synced: 2024-09-30T14:01:52.792Z (about 2 months ago)
- Topics: doctrine, nette-framework, orm, php, portiny
- Language: PHP
- Size: 72.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portiny/Doctrine
[![Build Status](https://img.shields.io/travis/portiny/doctrine.svg?style=flat-square)](https://travis-ci.org/portiny/doctrine)
[![Quality Score](https://img.shields.io/scrutinizer/g/portiny/doctrine.svg?style=flat-square)](https://scrutinizer-ci.com/g/portiny/doctrine)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/portiny/doctrine.svg?style=flat-square)](https://scrutinizer-ci.com/g/portiny/doctrine)
[![Downloads](https://img.shields.io/packagist/dt/portiny/doctrine.svg?style=flat-square)](https://packagist.org/packages/portiny/doctrine)
[![Latest stable](https://img.shields.io/github/tag/portiny/doctrine.svg?style=flat-square)](https://packagist.org/packages/portiny/doctrine)Lightweight [Doctrine](https://github.com/doctrine/doctrine2) integration extension for Nette Framework.
## Installation
The simplest way to install Portiny/Doctrine is using [Composer](http://getcomposer.org/):
```sh
$ composer require portiny/doctrine
```## Resources
* [Documentation](https://github.com/portiny/doctrine/blob/master/docs/en/index.md)
* [Contributing](https://github.com/portiny/portiny/blob/master/CODE_OF_CONDUCT.md)
* [Report issues](https://github.com/portiny/portiny/issues) and [send Pull Requests](https://github.com/portiny/portiny/pulls) in the [main Portiny repository](https://github.com/portiny/portiny)