bay13/hw-04

There is no license information available for the latest version (v1.0.1) of this package.

OTUS-PHP-2023-HW

Maintainers

Package info

github.com/Bay13/hw-04

pkg:composer/bay13/hw-04

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2023-03-28 06:19 UTC

This package is not auto-updated.

Last update: 2026-04-11 18:19:42 UTC


README

Подключение:

"require": {
   "bay13/hw-04": "1.*"
}
"repositories": [
   {
      "type": "vcs", 
      "url": "https://github.com/Bay13/hw-04.git"
   }
],
"require": {
   "bay13/hw-04": "1.*"
}

Использование

require __DIR__ . '/../vendor/autoload.php';

use Bay13\Hw04\ExampleClass;

$class = new ExampleClass();
echo $class->info();