超级包联盟的骨架库

联盟包的骨架库。(A skeleton repository for League Packages)

  • 所有者: thephpleague/skeleton
  • 平台: Linux, Mac, Windows, BSD, Solaris
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

:package_name

注意:将 README.md, CHANGELOG.md, CONTRIBUTING.md, LICENSE.md 和 composer.json 文件中的 :author_name :author_username :author_website :author_email :vendor :package_name :package_description 替换为正确的值,然后删除这一行。你可以在命令行中运行 $php prefill.php 来一次替换所有的文件。把 prefill.php 文件也删除。

这是你的描述应该去的地方。尽量限制在一到两段,也许可以提到你支持的PSR,以避免用户和贡献者的混淆。

架构

如果以下任何一项适用于您的项目,那么目录结构应遵循行业最佳实践,命名为:

bin/        
build/
docs/
config/
src/
tests/
vendor/

安装

通过 Composer

$ composer require :vendor/:package_name

用法

$skeleton = new League\Skeleton();
echo $skeleton->echoPhrase('Hello, League!');

更改日志

请参阅 CHANGELOG,了解最近发生的变化。

测试

$ composer test

贡献

详情请见 CONTRIBUTINGCODE_OF_CONDUCT

安全性

如果您发现任何与安全相关的问题,请发邮件给 :author_email,而不是使用问题跟踪器。

鸣谢

许可证

麻省理工学院许可证(MIT)。更多信息请参见许可证文件

(The first version translated by vz on 2020.08.30)

主要指標

概覽
名稱與所有者thephpleague/skeleton
主編程語言PHP
編程語言PHP (語言數: 1)
平台Linux, Mac, Windows, BSD, Solaris
許可證MIT License
所有者活动
創建於2013-08-07 17:38:00
推送於2021-05-24 11:46:45
最后一次提交2021-05-24 13:46:45
發布數0
用户参与
星數1.5k
關注者數79
派生數414
提交數230
已啟用問題?
問題數21
打開的問題數8
拉請求數100
打開的拉請求數4
關閉的拉請求數29
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

:package_name

Latest Version on Packagist
Software License
Build Status
Coverage Status
Quality Score
Total Downloads

Note: Replace :author_name :author_username :author_website :author_email :vendor :package_name :package_description with their correct values in README.md, CHANGELOG.md, CONTRIBUTING.md, LICENSE.md and composer.json files, then delete this line. You can run $ php prefill.php in the command line to make all replacements at once. Delete the file prefill.php as well.

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
PSRs you support to avoid any confusion with users and contributors.

Structure

If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following.

bin/        
build/
docs/
config/
src/
tests/
vendor/

Install

Via Composer

$ composer require :vendor/:package_name

Usage

$skeleton = new League\Skeleton();
echo $skeleton->echoPhrase('Hello, League!');

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.