uwem / objref-remotebundle
Installs: 12
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
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