2017 © Pedro Peláez
 

library library

library for class php autoload PSR-4

image

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

The README.md

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)

The Versions

29/11 2017

dev-master

9999999-dev

library for class php autoload PSR-4

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

  • php ^7.0