超级包联盟的骨架库

联盟包的骨架库。(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.