PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Link2Payment   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Link2Payment
Application to generate links for people to pay
Author: By
Last change:
Date: 1 year ago
Size: 1,073 bytes
 

Contents

Class file image Download
{ "name": "ph-7/link2payment", "description": "Get your Stripe/PayPal 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, ...)", "keywords": ["payment", "stripe", "link", "link payment", "stripe payment", "paypal", "paypal link", "paypal donate", "share link payment", "stripe donation", "donation", "donate"], "type": "project", "homepage": "https://ph7.me", "license": "GPL-3.0+", "authors": [ { "name": "Pierre-Henry Soria", "email": "hi@ph7.me", "homepage": "https://pierrehenry.be" } ], "config": { "platform": { "php": "7.3" }, "preferred-install": "dist", "optimize-autoloader": true, "sort-packages": true }, "require": { "php": ">=7.3", "vlucas/phpdotenv": "^5.4", "ph-7/form": "^0.9.2", "stripe/stripe-php": "^5.6", "symfony/mailer": "^5.4" }, "require-dev": { "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": { "PH7App\\Core\\": "app/Core" } } }