hrydi/namespace-test

此包已被弃用且不再维护。未建议替代包。
此包最新版本(dev-master)没有可用的许可证信息。

dev-master 2018-09-19 08:38 UTC

This package is not auto-updated.

Last update: 2019-02-20 19:33:27 UTC


README

PHP命名空间测试

测试

描述

尝试使用命名空间 :D . 哈哈。

用法

composer require hrydi/namespace-testdev-master
include "vendor/autoload.php";

use \Arrgh\Base as Base;
use \Arrgh\App\Hello as Hello;

$base = new Base;
$hello = new Hello;