uwem / objref-remotebundle
Package info
github.com/UweM/ObjRef-RemoteBundle
Type:symfony-bundle
pkg:composer/uwem/objref-remotebundle
dev-master
2016-03-20 13:06 UTC
Requires
- mockery/mockery: dev-master@dev
- phpseclib/phpseclib: 0.3.5
- phpunit/phpunit: ^5.2
- uwem/objref: dev-master
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