Download the PHP package hostbox/nette-paypal-payment-buttons without Composer
On this page you can find all versions of the php package hostbox/nette-paypal-payment-buttons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package nette-paypal-payment-buttons
Paypal Payment buttons for Nette Framework 
Support for Buy Now, Add to Cart, Donate, QR Codes, and Subscribe buttons
Package Installation
The best way to install Social Plugins is using Composer:
Nette Forum (cs) - plugin section
or manual edit composer.json in your project
Component Installation
config.neon
services:
# Config
- HostBox\Components\PayPal\PaymentButtons\Config('PaypalMerchantId')
# Factory
- HostBox\Components\PayPal\PaymentButtons\ButtonFactory
Presenter
Template
{control buyNow}
{control addToCart}
{control subscribe}
{control qRCodes}
// temporary(only for this render) settings editing in Template
{control donate, quantity => 10, tax => 10.5}
All versions of nette-paypal-payment-buttons with dependencies
PHP Build Version
Package Version
Requires
nette/nette Version
~2.0
The package hostbox/nette-paypal-payment-buttons contains the following files
Loading the files please wait ....