uwem/objref-remotebundle

安装: 12

依赖者: 1

建议者: 0

安全性: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型: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,用于我的 ObjRef 远程 PHP 对象

查看我的 ExampleBundle,获取一个工作演示

安装

只需运行 composer require uwem/objref-remotebundle 并在内核中启用该包

<?php
// app/AppKernel.php

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

测试

您可以使用 phpunit 在任何合适的 symfony 安装中运行测试