Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ph-7/link2payment
:dollar: Link2Payment allows anyone to get paid anywhere from anyone with their Stripe account. Thanks Link2Payment, you don't need a website, you don't need a SSL certificate, you can literally be paid from anywhere (even by just putting your unique payment link on a paper book) while taking all advantages of Stripe service.
https://github.com/ph-7/link2payment
easy-stripe lightweight-framework materializecss payment payment-link payment-saas paypal php-71 php71 saas saas-payment saas-stripe stripe stripe-link
Last synced: 3 months ago
JSON representation
:dollar: Link2Payment allows anyone to get paid anywhere from anyone with their Stripe account. Thanks Link2Payment, you don't need a website, you don't need a SSL certificate, you can literally be paid from anywhere (even by just putting your unique payment link on a paper book) while taking all advantages of Stripe service.
- Host: GitHub
- URL: https://github.com/ph-7/link2payment
- Owner: pH-7
- License: gpl-3.0
- Created: 2017-11-03T05:43:57.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T07:43:42.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T12:22:33.376Z (3 months ago)
- Topics: easy-stripe, lightweight-framework, materializecss, payment, payment-link, payment-saas, paypal, php-71, php71, saas, saas-payment, saas-stripe, stripe, stripe-link
- Language: PHP
- Homepage: https://Link2Payment.co
- Size: 450 KB
- Stars: 13
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Link2Payment
Get your Stripe payment link to get paid everywhere, in emails, on a non-SSL website, donation, from an ebook, on a book (by just displaying the payment link, ...).
Psst! It now works also with PayPal! Get easier your PayPal Payment Link than generating a PayPal button through the old and painful PayPal website.
**Link2Payment** is based on the same code (little bit improved though) than another startup idea called "[MyNewDream.eu](https://github.com/pH-7/MyDreamLife.eu)"
The project is based on a homemade lightweight PHP framework (ideal for very small web apps). Feel free to use it if you like it :smiley:
- [Requirements](#requirements)
- [Setting Up](#setting-up)
- [Author/Info](#the-author)
- [License](#license)![Payment2Link](screenshots/Stripe-Payment-Link-Link2Payment.png)
## Requirements
* **Server** PHP 7.3 or newer
* **Database** MySQL/MariaDB 5.0.3 or newer
* **Package Manager** Composer
* **Package Manager** NPM## Setting Up
* From a command line opened in the project, run `composer install` and `npm install` to install the project dependencies.
* Create a MySQL database and import `database.sql` file.
* Rename `.env.example` to `.env` and edit `SITE_URL`, `ADMIN_EMAIL`, and DB details.
* You can also change the available currencies by editing `app/config/currencies.php`## The Author
I'm [Pierre-Henry Soria](https://ph7.me). A **super passionate** Belgian **software engineer** 🤗 And a true cheese 🧀 & chocolate 🍫 lover! 😋 You can reach me at *hi {[AT]} ph7 [{D0T}] me*
️☕️ Are you enjoying my work? **[Offer me a coffee](https://ko-fi.com/phenry)** - and boost the software development at the same time! 💪
[![@phenrysay](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/phenrysay "Follow Me on Twitter") [![pH-7](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/pH-7 "Follow Me on GitHub")
## Project URL
[https://link2payment.co](https://link2payment.co) :smiley:
## License
Under [General Public License 3](http://www.gnu.org/licenses/gpl.html) or later.