Skip to content

Commit 264e176

Browse files
committed
docs: change some documentation & project metadata
1 parent 20f2bef commit 264e176

File tree

3 files changed

+17
-51
lines changed

3 files changed

+17
-51
lines changed

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2014-2020 Simple Software LLC www.simplesoftware.io
4+
Copyright (c) 2025 Abdul Rahmad Pasaribu misterabdul.moe
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,3 @@
11
Simple QrCode
2-
========================
32

4-
![Unit Tests](https://github.com/SimpleSoftwareIO/simple-qrcode/workflows/Unit%20Tests/badge.svg)
5-
[![Latest Stable Version](https://poser.pugx.org/simplesoftwareio/simple-qrcode/v/stable.svg)](https://packagist.org/packages/simplesoftwareio/simple-qrcode)
6-
[![Latest Unstable Version](https://poser.pugx.org/simplesoftwareio/simple-qrcode/v/unstable.svg)](https://packagist.org/packages/simplesoftwareio/simple-qrcode)
7-
[![License](https://poser.pugx.org/simplesoftwareio/simple-qrcode/license.svg)](https://packagist.org/packages/simplesoftwareio/simple-qrcode)
8-
[![Total Downloads](https://poser.pugx.org/simplesoftwareio/simple-qrcode/downloads.svg)](https://packagist.org/packages/simplesoftwareio/simple-qrcode)
9-
10-
## [Deutsch](https://www.simplesoftware.io/#/docs/simple-qrcode/de) | [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) | [العربية](https://www.simplesoftware.io/#/docs/simple-qrcode/ar)
11-
12-
Language files are currently out of date. We need volunteers to upgrade them to v4! Please submit a PR request!
13-
14-
### Try our dead simple, free file transfer service [keep.sh](https://keep.sh)
15-
16-
[![keep.sh](https://user-images.githubusercontent.com/624784/95805291-1121e980-0cd3-11eb-9048-0264bd9f2fd7.gif)](https://keep.sh)
17-
18-
Easy fast file sharing from the command line with a single curl command! `curl --upload-file your-local-file.txt https://keep.sh`
19-
20-
## Introduction
21-
Simple QrCode is an easy to use wrapper for the popular Laravel framework based on the great work provided by [Bacon/BaconQrCode](https://github.com/Bacon/BaconQrCode). We created an interface that is familiar and easy to install for Laravel users.
22-
23-
## Official Documentation
24-
25-
Documentation for Simple QrCode can be found on our [website.](http://www.simplesoftware.io/#/docs/simple-qrcode)
26-
27-
## Examples
28-
29-
![Example 1](docs/imgs/example-1.png) ![Example 2](docs/imgs/example-2.png)
30-
31-
## Use Cases
32-
<p align="center">
33-
<a href="https://www.rsvpify.com">
34-
<img width="300" src="https://rsvpify.com/wp-content/uploads/2017/03/rsvpify-logo-header-rsvp.png">
35-
</a>
36-
</p>
37-
<p align="center">
38-
<a href="https://rsvpify.com/sell-tickets">Platform to sell tickets online</a>
39-
</p>
40-
41-
## Contributing
42-
43-
Please submit all issues and pull requests to the [simplesoftwareio/simple-qrcode](https://github.com/simplesoftwareio/simple-qrcode) repository on the develop branch!
44-
45-
## License
46-
47-
This software is released under the [MIT license.](https://opensource.org/licenses/MIT)
3+
Another fork of [simple-qrcode](https://github.com/SimpleSoftwareIO/simple-qrcode) because it seems no longer maintained. I just update the code to work with newer Laravel & PHP version.

composer.json

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
11
{
2-
"name": "simplesoftwareio/simple-qrcode",
2+
"name": "misterabdul/simple-qrcode",
33
"description": "Simple QrCode is a QR code generator made for Laravel.",
4-
"keywords": ["qrcode", "laravel", "simple", "generator", "wrapper"],
5-
"homepage": "https://www.simplesoftware.io/#/docs/simple-qrcode",
6-
"license" : "MIT",
4+
"keywords": [
5+
"qrcode",
6+
"laravel",
7+
"simple",
8+
"generator",
9+
"wrapper"
10+
],
11+
"license": "MIT",
712
"authors": [
813
{
914
"name": "Simple Software LLC",
1015
"email": "[email protected]"
16+
},
17+
{
18+
"name": "Abdul Rahmad Pasaribu",
19+
"email": "[email protected]"
1120
}
1221
],
1322
"require": {
1423
"php": "^8.2",
15-
"ext-gd": "*",
24+
"ext-gd": "*",
1625
"bacon/bacon-qr-code": "^3.0",
1726
"illuminate/support": "^11.0"
1827
},
@@ -42,4 +51,4 @@
4251
}
4352
}
4453
}
45-
}
54+
}

0 commit comments

Comments
 (0)