Download the PHP package prgayman/laravel-qrcodemonkey without Composer

On this page you can find all versions of the php package prgayman/laravel-qrcodemonkey. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-qrcodemonkey

QRCode Monky API

The Free QR Code Generator for High Quality QR Codes

QRCode Monkey is one of the most popular free online qr code generators with millions of already created QR codes. The high resolution of the QR codes and the powerful design options make it one of the best free QR code generators on the web that can be used for commercial and print purposes.

Features

Installation

  1. You can install the package via composer:

  2. Optional: The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:

  3. You should publish the config/qrcode_monkey.php config file with:

Documentation

Custome Generate QRCode

Functions CustomeGenerate Class

  1. Set Qrcode Type (Optional) default value (text)

  2. Set Platform (Optional) default value (web)

  3. Set File type (Optional) default value (png)

  4. Set Qrcode Size (Optional) default value (300x300)

  5. Set Qrcode Background Color (Optional) default value (#ffffff)

  6. Set Qrcode Body Color (Optional) default value (#000000)

  7. Set Qrcode Eye Color (Optional) default value (#000000)

  8. Set Qrcode Eye Ball Color (Optional) default value (#000000)

  9. Set Qrcode Gradient Color (Optional) default value (null)

  10. Set Qrcode Gradient type (Optional) default value (linear)

  11. Set Qrcode logo mode (Optional) default value (default)

  12. Set Qrcode logo (Optional) default value (null)

  13. Gradient On Eyes default false

  14. Generate QrCode and return image data

  15. Generate QrCode and return download image url

  16. Set Qrcode Body shape (optional) default value (square)

  17. Set Qrcode Eye shape (optional) default value (frame0)

  18. Set Qrcode Eye Ball shape (optional) default value (ball0)

Contributing

Please submit all issues and pull requests to the prgayman/laravel-qrcodemonkey repository on the develop branch!

License

This software is released under the MIT license.


All versions of laravel-qrcodemonkey with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^6.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package prgayman/laravel-qrcodemonkey contains the following files

Loading the files please wait ....