Skip to content

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

License

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Packages

No packages published

Languages