2017 © Pedro PelĂĄez
 

symfony-bundle odmrelationshipview-bundle

Documents relationships view

image

jorgehernan/odmrelationshipview-bundle

Documents relationships view

  • Saturday, April 2, 2016
  • by JHernan
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2,988 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 8 % Grown

The README.md

ODMRelationshipViewBundle

ODMRelationshipViewBundle lets you show all database documents relationships other documents of your Symfony application. This bundle let you to know the relationships of documents each others. That will be very helpful with large number of documents., (*1)

Profiler Menu List Documents, (*2)

Features, (*3)

  • Show all relationships of each document:
    • Type
    • Embedded
    • Target document
  • Filters at documents list.

Requirements, (*4)

  • Symfony 2.3 or higher
  • MongoDB 1.0.5 or higher

Installation

Step 1: Download the Bundle

composer require jorgehernan/odmrelationshipview-bundle

Step 2: Enable the Bundle

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new JorgeHernan\Bundle\OdmRelationshipViewBundle\JorgeHernanOdmRelationshipViewBundle(),
        );
    }

    // ...
}

Step 3: Clean Cache

# Symfony 2
php app/console cache:clear

License

This software is published under the MIT License, (*5)

The Versions

02/04 2016

dev-master

9999999-dev https://github.com/JHernan/ODMRelationshipViewBundle

Documents relationships view

  Sources   Download

MIT

The Requires

 

by Jorge HernĂĄn

odm relationship document