You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
-
39
33
## Documentation
40
34
41
35
### Requirements
@@ -46,7 +40,9 @@ Hi, please check out my other projects that are way cooler than qrcodes!
46
40
### Installation
47
41
**requires [composer](https://getcomposer.org)**
48
42
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`)
50
46
```json
51
47
{
52
48
"require": {
@@ -56,23 +52,6 @@ Hi, please check out my other projects that are way cooler than qrcodes!
56
52
}
57
53
```
58
54
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
- 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
0 commit comments