npmweb / payment
Simple payment interface for NPM apps to use to process online payments. Several drivers supported (maybe)
Installs: 232
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 0
Open Issues: 2
pkg:composer/npmweb/payment
Requires
- php: >=5.5.0
- psr/log: ~1.0
Requires (Dev)
- mockery/mockery: dev-master@dev
- nesbot/carbon: dev-master@dev
- phpunit/phpunit: 3.7.*
- vlucas/phpdotenv: dev-master
Suggests
- braintree/braintree_php: For payments via Braintree (currently the only supported option)
- guzzlehttp/guzzle: For payments via PayPal (not currently supported
- illuminate/support: For Laravel integration
- stripe/stripe-php: For payments via Stripe (not currently supported)
README
NPM-specific payment library with different providers, currently only Braintree supported