定制 nathanmac/qr-code 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

nathanmac/qr-code

最新稳定版本:v1.0

Composer 安装命令:

composer require nathanmac/qr-code

包简介

Laravel package to providing a simple QR Code generator route

README 文档

README

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

Laravel package to providing a simple QR Code generator route

Hello World Example QR Code

Installation

Begin by installing this package through Composer. Edit your project's composer.json file to require nathanmac/qr-code.

"require": {
	"Nathanmac/qr-code": "1.*"
}

Next, update Composer from the Terminal:

composer update

Adding the Service Provider

If you are a Laravel user, then there is a service provider that you can make use of to automatically prepare the bindings and such.

Include the service provider within app/config/app.php.

'providers' => [
    '...',
    'Nathanmac\Utilities\QRCode\QRCodeServiceProvider'
];

Usage

/qr-code/{size?}/{color?}/{background?}?text=Text+Contents
/qrcode/100/ffff00/ff0000/?text=Hello+World

Example 1

/qrcode/100/03a/?text=Hello+World

Example 2

Testing

To test the library itself, run the tests:

composer test

Contributing

Please see CONTRIBUTING for details.

Credits

License

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

统计信息

  • 总下载量: 2.67k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-09