symfony-bundle objref-remotebundle
- Sunday, March 20, 2016
- by UweM
- Repository
- 2 Watchers
- 0 Stars
- 1 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
ObjRef RemoteBundle
Symfony Bundle of my ObjRef remote php objects, (*1)
Check out my ExampleBundle for a working demo, (*2)
Installation
Just run composer require uwem/objref-remotebundle
and enable the bundle in the kernel:, (*3)
<?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, (*4)