hrydi/namespace-test

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

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 namespace testing

test

description

nyoba pake namespace :D . yeayyy.

usage

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;