超级包联盟的骨架库

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

  • Owner: thephpleague/skeleton
  • Platform: Linux, Mac, Windows, BSD, Solaris
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

: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)

Main metrics

Overview
Name With Ownerthephpleague/skeleton
Primary LanguagePHP
Program languagePHP (Language Count: 1)
PlatformLinux, Mac, Windows, BSD, Solaris
License:MIT License
所有者活动
Created At2013-08-07 17:38:00
Pushed At2021-05-24 11:46:45
Last Commit At2021-05-24 13:46:45
Release Count0
用户参与
Stargazers Count1.5k
Watchers Count78
Fork Count415
Commits Count230
Has Issues Enabled
Issues Count21
Issue Open Count8
Pull Requests Count100
Pull Requests Open Count4
Pull Requests Close Count29
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

: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.