{
  "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": " [email protected]",
      "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"
    }
  }
}
 
  |