Skip to content

Commit

Permalink
Merge pull request #200 from SimpleSoftwareIO/develop
Browse files Browse the repository at this point in the history
4.1.0
  • Loading branch information
SimplyCorey authored Oct 6, 2020
2 parents c0f86e7 + 7db541f commit 3b72108
Show file tree
Hide file tree
Showing 9 changed files with 554 additions and 102 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Simple QrCode

## [Español](https://www.simplesoftware.io/#/docs/simple-qrcode/es) | [Français](https://www.simplesoftware.io/#/docs/simple-qrcode/fr) | [Italiano](https://www.simplesoftware.io/#/docs/simple-qrcode/it) | [Português](https://www.simplesoftware.io/#/docs/simple-qrcode/pt-br) | [Русский](https://www.simplesoftware.io/#/docs/simple-qrcode/ru) | [日本語](https://www.simplesoftware.io/#/docs/simple-qrcode/ja) | [한국어](https://www.simplesoftware.io/#/docs/simple-qrcode/kr) | [हिंदी](https://www.simplesoftware.io/#/docs/simple-qrcode/hi) | [简体中文](https://www.simplesoftware.io/#/docs/simple-qrcode/zh-cn)

Language files are currently out of date. We need volunteers to upgrade them to v3! Please submit a PR request!
Language files are currently out of date. We need volunteers to upgrade them to v4! Please submit a PR request!

### Try our dead simple, free file transfer service [keep.sh](https://keep.sh)

Expand Down
417 changes: 417 additions & 0 deletions docs/de/README.md

Large diffs are not rendered by default.

22 changes: 12 additions & 10 deletions docs/en/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/SimpleSoftwareIO/simple-qrcode.svg?branch=master)](https://travis-ci.org/SimpleSoftwareIO/simple-qrcode) [![Latest Stable Version](https://poser.pugx.org/simplesoftwareio/simple-qrcode/v/stable.svg)](https://packagist.org/packages/simplesoftwareio/simple-qrcode) [![Latest Unstable Version](https://poser.pugx.org/simplesoftwareio/simple-qrcode/v/unstable.svg)](https://packagist.org/packages/simplesoftwareio/simple-qrcode) [![License](https://poser.pugx.org/simplesoftwareio/simple-qrcode/license.svg)](https://packagist.org/packages/simplesoftwareio/simple-qrcode) [![Total Downloads](https://poser.pugx.org/simplesoftwareio/simple-qrcode/downloads.svg)](https://packagist.org/packages/simplesoftwareio/simple-qrcode)

#### [Español](http://www.simplesoftware.io/#/docs/simple-qrcode/es) | [Français](http://www.simplesoftware.io/#/docs/simple-qrcode/fr) | [Italiano](http://www.simplesoftware.io/#/docs/simple-qrcode/it) | [Português](http://www.simplesoftware.io/#/docs/simple-qrcode/pt-br) | [Русский](http://www.simplesoftware.io/#/docs/simple-qrcode/ru) | [日本語](http://www.simplesoftware.io/#/docs/simple-qrcode/ja) | [한국어](http://www.simplesoftware.io/#/docs/simple-qrcode/kr) | [हिंदी](http://www.simplesoftware.io/#/docs/simple-qrcode/hi) | [简体中文](http://www.simplesoftware.io/#/docs/simple-qrcode/zh-cn)
#### [Deutsch](http://www.simplesoftware.io/#/docs/simple-qrcode/de) | [Español](http://www.simplesoftware.io/#/docs/simple-qrcode/es) | [Français](http://www.simplesoftware.io/#/docs/simple-qrcode/fr) | [Italiano](http://www.simplesoftware.io/#/docs/simple-qrcode/it) | [Português](http://www.simplesoftware.io/#/docs/simple-qrcode/pt-br) | [Русский](http://www.simplesoftware.io/#/docs/simple-qrcode/ru) | [日本語](http://www.simplesoftware.io/#/docs/simple-qrcode/ja) | [한국어](http://www.simplesoftware.io/#/docs/simple-qrcode/kr) | [हिंदी](http://www.simplesoftware.io/#/docs/simple-qrcode/hi) | [简体中文](http://www.simplesoftware.io/#/docs/simple-qrcode/zh-cn)

## Try our dead simple, free file transfer service [keep.sh](https://keep.sh)

Expand Down Expand Up @@ -38,7 +38,7 @@ use SimpleSoftwareIO\QrCode\Facades\QrCode;

Run `composer require simplesoftwareio/simple-qrcode "~4"` to add the package.

Laravel will automiatcally pick up and install the package.
Laravel will automatically pick up and install the package.

<a id="docs-ideas"></a>
## Simple Ideas
Expand Down Expand Up @@ -96,7 +96,7 @@ The `generate` method has a second parameter that will accept a filename and pat

#### Format `(string $format)`

Three formats are currently supported; `png,` `eps,` and `svg.` To change the format use the following code:
Three formats are currently supported; `png,` `eps,` and `svg`. To change the format use the following code:

QrCode::format('png'); //Will return a png image
QrCode::format('eps'); //Will return a eps image
Expand Down Expand Up @@ -159,21 +159,21 @@ You may change the eye colors by using the `eyeColor` method.

#### Style `(string $style, float $size = 0.5)`

The style can be easily swapped out with `square.` `dot,` or `round.` This will change the blocks within the QrCode. The second parameter will affect the size of the dots or roundness.
The style can be easily swapped out with `square`, `dot,` or `round`. This will change the blocks within the QrCode. The second parameter will affect the size of the dots or roundness.

| Style | Example |
| --- | --- |
| `sqaure` | ![Sqaure](https://raw.githubusercontent.com/SimpleSoftwareIO/simple-qrcode/master/docs/imgs/200-pixels.png?raw=true) |
| `square` | ![Square](https://raw.githubusercontent.com/SimpleSoftwareIO/simple-qrcode/master/docs/imgs/200-pixels.png?raw=true) |
| `dot` | ![Dot](https://raw.githubusercontent.com/SimpleSoftwareIO/simple-qrcode/master/docs/imgs/dot.png)|
| `round` | ![Round](https://raw.githubusercontent.com/SimpleSoftwareIO/simple-qrcode/master/docs/imgs/round.png?raw=true) |

#### Eye Style `(string $style)`

The eye within the QrCode supports two different styles, `sqaure` and `circle.`
The eye within the QrCode supports two different styles, `square` and `circle`.

| Style | Example |
| --- | --- |
| `sqaure` | ![Sqaure](https://raw.githubusercontent.com/SimpleSoftwareIO/simple-qrcode/master/docs/imgs/200-pixels.png?raw=true) |
| `square` | ![Square](https://raw.githubusercontent.com/SimpleSoftwareIO/simple-qrcode/master/docs/imgs/200-pixels.png?raw=true) |
| `circle` | ![Circle](https://raw.githubusercontent.com/SimpleSoftwareIO/simple-qrcode/master/docs/imgs/circle-eye.png?raw=true)|

#### Margin `(int $margin)`
Expand Down Expand Up @@ -201,7 +201,9 @@ The following are supported options for the `errorCorrection` method:
#### Encoding `(string $encoding)`

Change the character encoding that is used to build a QrCode. By default `ISO-8859-1` is selected as the encoder. Read more about [character encoding](http://en.wikipedia.org/wiki/Character_encoding) You can change this to any of the following:
Change the character encoding that is used to build a QrCode. By default `ISO-8859-1` is selected as the encoder. Read more about [character encoding](http://en.wikipedia.org/wiki/Character_encoding).

You can change this to any of the following:

QrCode::encoding('UTF-8')->generate('Make me a QrCode with special symbols ♠♥!!');

Expand Down Expand Up @@ -346,7 +348,7 @@ This helper makes SMS messages that can be prefilled with the send to address an

#### WiFi

This helpers makes scannable QrCodes that can connect a phone to a WiFI network:
This helpers makes scannable QrCodes that can connect a phone to a WiFi network:

QrCode::wiFi([
'encryption' => 'WPA/WEP',
Expand All @@ -366,7 +368,7 @@ This helpers makes scannable QrCodes that can connect a phone to a WiFI network:
'hidden' => 'true'
]);

//Connects to an secured, WiFi network.
//Connects to a secured WiFi network.
QrCode::wiFi([
'ssid' => 'Network Name',
'encryption' => 'WPA',
Expand Down
Loading

0 comments on commit 3b72108

Please sign in to comment.