ezequiel/library

library for class php autoload PSR-4

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/ezequiel/library

dev-master 2017-11-29 15:09 UTC

This package is not auto-updated.

Last update: 2025-12-21 11:22:41 UTC


README

require_once 'vendor/autoload.php';

use Project\Test as carro;

$a = new carro("troller"); print $a->getname();

$b = new \Project\test("troller"); print $b->getname()