PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Link2Payment   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Link2Payment
Application to generate links for people to pay
Author: By
Last change:
Date: 1 year ago
Size: 2,183 bytes
 

Contents

Class file image Download

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 :smiley:

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 :smiley:

License

Under General Public License 3 or later.