syntaxsanctuary/ss-tfh
Composer 安装命令:
composer create-project syntaxsanctuary/ss-tfh
包简介
A modern, lightweight static project.
README 文档
README
librería.
Installation
The recommended way to install this library is through Composer.
You can create a new project using this library with the following command:
composer create-project syntaxsanctuary/ss-tfh <my-project>
Packagist Description
The short description of the project that appears on Packagist before the README is configured in the description field of your composer.json file.
{
"name": "syntaxsanctuary/ss-tfh",
"description": "librería.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Ramiro",
"email": "mostlyphpsoftware@email.com"
}
],
"minimum-stability": "stable",
"require": {
"php": "^8.1"
},
"autoload": {
"psr-4": {
"syntaxsanctuary\\ss-tfh\\": "src/"
}
}
}
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-19