igophper/student
最新稳定版本:0.0.7
Composer 安装命令:
composer require igophper/student
包简介
A student package
关键字:
README 文档
README
composer require igophper/student
<?php use Igophper\Student\Student; require_once __DIR__.'/vendor/autoload.php'; $s = new Student(); echo $s->getName();
laravel
<?php namespace App\Http\Controllers; use Igophper\Student\Student; class HomeController extends Controller { public function index(Student $student) { return ['name' => $student->getName()]; } }
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-06-13