Skip to content

UweM/ObjRef-RemoteBundle

Repository files navigation

ObjRef RemoteBundle

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

About

Remote Objects for PHP: Symfony bundle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages