Skip to content

YouweGit/data-dictionary-object-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-dictionary-object-bridge

A connector between the data dictionary bundle and the object bridge bundle. This will allow both exist without depending on each

How to use it:

Install it using composer:

composer require "youwe/data-dictionary-object-bridge"

Then, enable it in kernel.php:

class AppKernel extends Kernel
{
    public function registerBundlesToCollection(BundleCollection $collection)
    {
        $collection->addBundle(new \Youwe\DataDictionaryObjectBridgeBundle\DataDictionaryObjectBridgeBundle());
    }
}

About

A connector between the data dictionary bundle and the object bridge bundle. This will allow both exist without depending on each other

Resources

License

Stars

0 stars

Watchers

4 watching

Forks

Packages

 
 
 

Contributors

Languages