unrivaledir/composer-hello-world
最新稳定版本:V1.0.0
Composer 安装命令:
composer require unrivaledir/composer-hello-world
包简介
This is a simple package for starting packaging on composer
README 文档
README
A simple PHP package to demonstrate how to create and publish a Composer package.
Installation
composer require unrivaledir/composer-hello-world
How to run?
- First run :
composer dump-autoload
- then create
index.phpfile. insert this code and run it:
<?php
use App\ComposerHelloWorldClass as MyClass;
require_once __DIR__ . '/vendor/autoload.php';
$myClass = new MyClass();
echo $myClass->sayHello();
- Finally
php -S localhost:8000
License
This code published under GPL-3.0-or-later license.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2025-01-25