bay13/hw-04

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

OTUS-PHP-2023-HW

Maintainers

Details

github.com/Bay13/hw-04

Source

Issues

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/bay13/hw-04

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

This package is not auto-updated.

Last update: 2026-01-03 16:55:25 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();