Skip to content

Commit

Permalink
update readme file and composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
suman0359 committed Jun 19, 2023
1 parent a672268 commit 0b1a46a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

*By [endroid](https://endroid.nl/)*

[![Latest Stable Version](http://img.shields.io/packagist/v/endroid/qr-code.svg)](https://packagist.org/packages/endroid/qr-code)
[![Build Status](https://github.com/endroid/qr-code/workflows/CI/badge.svg)](https://github.com/endroid/qr-code/actions)
[![Total Downloads](http://img.shields.io/packagist/dt/endroid/qr-code.svg)](https://packagist.org/packages/endroid/qr-code)
[![Monthly Downloads](http://img.shields.io/packagist/dm/endroid/qr-code.svg)](https://packagist.org/packages/endroid/qr-code)
[![License](http://img.shields.io/packagist/l/endroid/qr-code.svg)](https://packagist.org/packages/endroid/qr-code)
[![Latest Stable Version](http://img.shields.io/packagist/v/suman0359/qr-code.svg)](https://packagist.org/packages/suman0359/qr-code)
[![Build Status](https://github.com/suman0359/qr-code/workflows/CI/badge.svg)](https://github.com/suman0359/qr-code/actions)
[![Total Downloads](http://img.shields.io/packagist/dt/suman0359/qr-code.svg)](https://packagist.org/packages/suman0359/qr-code)
[![Monthly Downloads](http://img.shields.io/packagist/dm/suman0359/qr-code.svg)](https://packagist.org/packages/suman0359/qr-code)
[![License](http://img.shields.io/packagist/l/suman0359/qr-code.svg)](https://packagist.org/packages/suman0359/qr-code)

This library helps you generate QR codes in a jiffy. Makes use of [bacon/bacon-qr-code](https://github.com/Bacon/BaconQrCode)
to generate the matrix and [khanamiryan/qrcode-detector-decoder](https://github.com/khanamiryan/php-qrcode-detector-decoder)
Expand All @@ -24,7 +24,7 @@ Use [Composer](https://getcomposer.org/) to install the library. Also make sure
[GD extension](https://www.php.net/manual/en/book.image.php) if you want to generate images.

``` bash
composer require endroid/qr-code
composer require suman0359/qr-code
```

## Usage: using the builder
Expand Down Expand Up @@ -188,15 +188,15 @@ Please note that validation affects performance so only use it in case of proble

## Symfony integration

The [endroid/qr-code-bundle](https://github.com/endroid/qr-code-bundle)
The [suman0359/qr-code-bundle](https://github.com/suman0359/qr-code-bundle)
integrates the QR code library in Symfony for an even better experience.

* Configure your defaults (like image size, default writer etc.)
* Support for multiple configurations and injection via aliases
* Generate QR codes for defined configurations via URL like /qr-code/<config>/Hello
* Generate QR codes or URLs directly from Twig using dedicated functions

Read the [bundle documentation](https://github.com/endroid/qr-code-bundle)
Read the [bundle documentation](https://github.com/suman0359/qr-code-bundle)
for more information.

## Versioning
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "endroid/qr-code",
"name": "suman0359/qr-code",
"description": "Endroid QR Code",
"keywords": ["endroid", "qrcode", "qr", "code", "php"],
"homepage": "https://github.com/suman0359/qr-code",
Expand Down

0 comments on commit 0b1a46a

Please sign in to comment.