Skip to content

Commit 071ca13

Browse files
committed
:octocat:
1 parent 8c0a79b commit 071ca13

File tree

1 file changed

+18
-24
lines changed

1 file changed

+18
-24
lines changed

README.md

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ namespaced, cleaned up, improved and other stuff.
3030
[gh-action-badge]: https://github.com/chillerlan/php-qrcode/workflows/Continuous%20Integration/badge.svg
3131
[gh-action]: https://github.com/chillerlan/php-qrcode/actions
3232

33-
Hi, please check out my other projects that are way cooler than qrcodes!
34-
35-
- [php-oauth-core](https://github.com/chillerlan/php-oauth-core) - an OAuth 1/2 client library along with a bunch of [providers](https://github.com/chillerlan/php-oauth-providers)
36-
- [php-httpinterface](https://github.com/chillerlan/php-httpinterface) - a PSR-7/15/17/18 implemetation
37-
- [php-database](https://github.com/chillerlan/php-database) - a database client & querybuilder for MySQL, Postgres, SQLite, MSSQL, Firebird
38-
3933
## Documentation
4034

4135
### Requirements
@@ -46,7 +40,9 @@ Hi, please check out my other projects that are way cooler than qrcodes!
4640
### Installation
4741
**requires [composer](https://getcomposer.org)**
4842

49-
*composer.json* (note: replace `dev-master` with a [version boundary](https://getcomposer.org/doc/articles/versions.md))
43+
via terminal: `composer require chillerlan/php-qrcode`
44+
45+
*composer.json* (note: replace `dev-master` with a [version boundary](https://getcomposer.org/doc/articles/versions.md), e.g. `^3.2`)
5046
```json
5147
{
5248
"require": {
@@ -56,23 +52,6 @@ Hi, please check out my other projects that are way cooler than qrcodes!
5652
}
5753
```
5854

59-
#### Manual installation
60-
Download the desired version of the package from [master](https://github.com/chillerlan/php-qrcode/archive/master.zip) or
61-
[release](https://github.com/chillerlan/php-qrcode/releases) and extract the contents to your project folder. After that:
62-
- run `composer install` to install the required dependencies and generate `/vendor/autoload.php`.
63-
- if you use a custom autoloader, point the namespace `chillerlan\QRCode` to the folder `src` of the package
64-
65-
Profit!
66-
67-
#### Framework Integration
68-
- Drupal [Google Authenticator Login `ga_login`](https://www.drupal.org/project/ga_login)
69-
- WordPress [`wp-two-factor-auth`](https://github.com/sjinks/wp-two-factor-auth)
70-
- WordPress [Simple 2FA `simple-2fa`](https://wordpress.org/plugins/simple-2fa/)
71-
- WoltLab Suite [two-step-verification](http://pluginstore.woltlab.com/file/3007-two-step-verification/)
72-
- [Cachet](https://github.com/CachetHQ/Cachet)
73-
- [slack-qrcode](https://github.com/sameyasu/slack-qrcode)
74-
- [gaara 嘎啦](https://github.com/xutengx/gaara)
75-
7655
### Usage
7756
We want to encode this URI for a mobile authenticator into a QRcode image:
7857
```php
@@ -390,3 +369,18 @@ I don't take responsibility for molten CPUs, misled applications, failed log-ins
390369
The word "QR Code" is registered trademark of *DENSO WAVE INCORPORATED*<br>
391370
http://www.denso-wave.com/qrcode/faqpatent-e.html
392371

372+
### Framework Integration
373+
- Drupal [Google Authenticator Login `ga_login`](https://www.drupal.org/project/ga_login)
374+
- WordPress [`wp-two-factor-auth`](https://github.com/sjinks/wp-two-factor-auth)
375+
- WordPress [Simple 2FA `simple-2fa`](https://wordpress.org/plugins/simple-2fa/)
376+
- WoltLab Suite [two-step-verification](http://pluginstore.woltlab.com/file/3007-two-step-verification/)
377+
- [Cachet](https://github.com/CachetHQ/Cachet)
378+
- other uses: [dependents](https://github.com/chillerlan/php-qrcode/network/dependents) / [packages](https://github.com/chillerlan/php-qrcode/network/dependents?dependent_type=PACKAGE)
379+
380+
381+
Hi, please check out my other projects that are way cooler than qrcodes!
382+
383+
- [php-oauth-core](https://github.com/chillerlan/php-oauth-core) - an OAuth 1/2 client library along with a bunch of [providers](https://github.com/chillerlan/php-oauth-providers)
384+
- [php-httpinterface](https://github.com/chillerlan/php-httpinterface) - a PSR-7/15/17/18 implemetation
385+
- [php-database](https://github.com/chillerlan/php-database) - a database client & querybuilder for MySQL, Postgres, SQLite, MSSQL, Firebird
386+

0 commit comments

Comments
 (0)