siims/hello_packagist
Composer 安装命令:
composer require siims/hello_packagist
包简介
Hello World Packagist
关键字:
README 文档
README
Sample vendor/package for packagist/composer
2023-04-14 16:12
Attempt to submit production tag 0.0.1 Found cached composer.json of siims/hello_packagist (v0.0.7) Reading composer.json of siims/hello_packagist (v0.0.6-dev) Skipped tag v0.0.6-dev, invalid tag name, tags can not use dev prefixes or suffixes Reading composer.json of siims/hello_packagist (v0.0.4-dev) Skipped tag v0.0.4-dev, invalid tag name, tags can not use dev prefixes or suffixes
2023-04-08 16:30
For getting a working sample:
mkdir new_folder
composer create-project siims/hello_packagist:dev-main .
php ExampleHelloComposer.php
Hello Composer
With create-project you get a copy of the original composer.json.
With require you get a new composer.json or the existing composer.json gets updated.
2023-04-07 23:00 - Updated on 2023-04-08 16:30
For using the stuff at your own stuff
composer require siims/hello_packagist:dev-main
composer show --platform
Tested, should work
./composer.json has been created
Running composer update siims/hello_packagist
Loading composer repositories with package information
Updating dependencies
Lock file operations: 1 install, 0 updates, 0 removals
- Locking siims/hello_packagist (dev-main 1fd7f1a)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Downloading siims/hello_packagist (dev-main 1fd7f1a)
- Installing siims/hello_packagist (dev-main 1fd7f1a): Extracting archive
Generating autoload files
No security vulnerability advisories found
2023-04-07 22:00
Search for a package:
Add PSR-4 autoload mapping? Maps namespace "Siims\HelloPackagist" to the entered relative path. [src/, n to skip]:
{
"name": "siims/hello_packagist",
"description": "Hello World Packagist",
"type": "library",
"license": "OSL-3.0",
"autoload": {
"psr-4": {
"Siims\\HelloPackagist\\": "src/"
}
},
"authors": [
{
"name": "siims",
"email": "system@siims.biz"
}
],
"require": {}
}
Do you confirm generation [yes]?
Generating autoload files
Generated autoload files
Would you like the vendor directory added to your .gitignore [yes]?
PSR-4 autoloading configured. Use "namespace Siims\HelloPackagist;" in src/
Include the Composer autoloader with: require 'vendor/autoload.php';
siims/hello_packagist 适用场景与选型建议
siims/hello_packagist 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 16 次下载、GitHub Stars 达 0, 最近一次更新时间为 2023 年 04 月 07 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「hello world」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 siims/hello_packagist 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 siims/hello_packagist 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 siims/hello_packagist 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A Laravel Nova card.
A simple Symfony2/Symfony3 bundle for the official sdk provided by HelloSign.
PHP library to calculate World Athletics (IAAF) scoring points of athletics and World Athletics (IAAF) scoring points for combined events.
The Aura Framework_Demo package provides sample 'Hello World' web and CLI demos for the Aura framework.
A database with ISO country information in all configured translations
Contao dummy frontend modules.
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2023-04-07