bay13/hw-04

此包的最新版本(v1.0.1)没有可用的许可信息。

OTUS-PHP-2023-HW

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

This package is not auto-updated.

Last update: 2024-09-28 11:13:32 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();