Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 2.13 KB

README.md

File metadata and controls

49 lines (28 loc) · 2.13 KB

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"

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 😃

Payment2Link

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. 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 - and boost the software development at the same time! 💪

@phenrysay pH-7

Project URL

https://link2payment.co 😃

License

Under General Public License 3 or later.