unrivaledir/composer-hello-world 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.php file. 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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2025-01-25