Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softspring/doctrine-target-entity-resolver
https://github.com/softspring/doctrine-target-entity-resolver
component doctrine symfony
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/softspring/doctrine-target-entity-resolver
- Owner: softspring
- License: mit
- Created: 2022-10-06T05:27:41.000Z (about 2 years ago)
- Default Branch: 5.3
- Last Pushed: 2024-09-30T13:54:32.000Z (about 2 months ago)
- Last Synced: 2024-09-30T17:23:06.848Z (about 2 months ago)
- Topics: component, doctrine, symfony
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Doctrine Target Entity Resolver
![Latest Stable](https://img.shields.io/packagist/v/softspring/doctrine-target-entity-resolver?label=stable&style=flat-square)
![Latest Unstable](https://img.shields.io/packagist/v/softspring/doctrine-target-entity-resolver?label=unstable&style=flat-square&include_prereleases)
![License](https://img.shields.io/packagist/l/softspring/doctrine-target-entity-resolver?style=flat-square)
![PHP Version](https://img.shields.io/packagist/dependency-v/softspring/doctrine-target-entity-resolver/php?style=flat-square)
![Downloads](https://img.shields.io/packagist/dt/softspring/doctrine-target-entity-resolver?style=flat-square)
[![CI](https://img.shields.io/github/actions/workflow/status/softspring/doctrine-target-entity-resolver/php.yml?branch=5.3&style=flat-square&label=CI)](https://github.com/softspring/doctrine-target-entity-resolver/actions/workflows/php.yml)## Installation
### Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
```console
$ composer require softspring/doctrine-target-entity-resolver
```