2017 © Pedro Peláez
 

library qr-code

Laravel package to providing a simple QR Code generator route

image

nathanmac/qr-code

Laravel package to providing a simple QR Code generator route

  • Wednesday, January 13, 2016
  • by nathanmac
  • Repository
  • 1 Watchers
  • 5 Stars
  • 460 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 40 % Grown

The README.md

QR Code

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads, (*1)

Laravel package to providing a simple QR Code generator route, (*2)

Hello World Example QR Code, (*3)

Installation

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

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

Next, update Composer from the Terminal:, (*5)

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., (*6)

Include the service provider within app/config/app.php., (*7)

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

Usage

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

Example 1, (*8)

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

Example 2, (*9)

Testing

To test the library itself, run the tests:, (*10)

composer test

Contributing

Please see CONTRIBUTING for details., (*11)

Credits

License

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

The Versions

13/01 2016

dev-master

9999999-dev

Laravel package to providing a simple QR Code generator route

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nathan Macnamara

generator route qrcode qr

13/01 2016

v1.0

1.0.0.0

Laravel package to providing a simple QR Code generator route

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nathan Macnamara

generator route qrcode qr