uwem/objref-remotebundle

Installs: 12

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master 2016-03-20 13:06 UTC

This package is not auto-updated.

Last update: 2020-01-08 02:07:58 UTC


README

Symfony Bundle of my ObjRef remote php objects

Check out my ExampleBundle for a working demo

Installation

Just run composer require uwem/objref-remotebundle and enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = [
        // ...
        new ObjRef\RemoteBundle\ObjRefRemoteBundle(),
        // ...
    ];
}

Testing

You can run the tests in any suitable symfony installation using phpunit