library library
library for class php autoload PSR-4
ezequiel/library
library for class php autoload PSR-4
- Wednesday, November 29, 2017
- by ezzcardoso
- Repository
- 0 Watchers
- 0 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
studio
require_once 'vendor/autoload.php';, (*1)
use Project\Test as carro;, (*2)
$a = new carro("troller");
print $a->getname();, (*3)
$b = new \Project\test("troller");
print $b->getname(), (*4)
dev-master
9999999-dev
library for class php autoload PSR-4
Sources
Download
MIT
The Requires
The Development Requires