bay13 / hw-04
There is no license information available for the latest version (v1.0.1) of this package.
OTUS-PHP-2023-HW
v1.0.1
2023-03-28 06:19 UTC
Requires
- php: >=7.4
This package is not auto-updated.
Last update: 2025-07-05 14:54:16 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();