ezequiel/library

library for class php autoload PSR-4

Maintainers

Package info

github.com/ezzxardoso/studio

pkg:composer/ezequiel/library

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-01 12:20:37 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()