Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nofutur3/nette-doctrine
Helpers and utils for (Kdyby) Doctrine
https://github.com/nofutur3/nette-doctrine
doctrine nette php
Last synced: about 2 months ago
JSON representation
Helpers and utils for (Kdyby) Doctrine
- Host: GitHub
- URL: https://github.com/nofutur3/nette-doctrine
- Owner: nofutur3
- License: mit
- Created: 2017-07-22T04:18:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T08:54:27.000Z (over 6 years ago)
- Last Synced: 2024-04-24T03:14:26.342Z (9 months ago)
- Topics: doctrine, nette, php
- Language: PHP
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Doctrine utils for [Nette](https://www.nette.org) framework
[![Build Status](https://travis-ci.org/nofutur3/nette-doctrine.svg?branch=master)](https://travis-ci.org/nofutur3/nette-doctrine)
[![Downloads this Month](https://img.shields.io/packagist/dm/nofutur3/nette-doctrine.svg)](https://packagist.org/packages/nofutur3/nette-doctrine)
[![Latest stable](https://img.shields.io/packagist/v/nofutur3/nette-doctrine.svg)](https://packagist.org/packages/nofutur3/nette-doctrine)Nette integration for Sentry
## Installation
The recommended installation is using [composer](https://getcomposer.org/).
_If you are not still using composer, you should check it out. It's 2017(+) afterall._
```
composer require nofutur3/nette-doctrine
```Alternative way - in case you are not able to use composer. Download the source code (ie clone git repo) into your project
and require it some way. For [nette framework](https://nette.org/en/) like this in your bootstrap file:
```
$configurator
->createRobotLoader()
->addDirectory(__DIR__ . 'path/to/library/');
```## Included