jobbrander / moonclerk-php
Making it easy to integrate with Moonclerk's read only API.
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: >=5.0
Requires (Dev)
- mockery/mockery: >=0.9.4
- phpunit/php-code-coverage: ~2.0
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2024-10-26 18:54:34 UTC
README
This package makes it simple to integrate your application with Moonclerk's read only API discussed here.
What's Moonclerk?
Moonclerk is a wrapper around Stripe's payment processor that allows you to easily set up recurring payments. Moonclerk will generate the forms and let you embed them on your site or link to them directly that way payments are handled securely and even non-technical people can update pricing, issue coupon codes, and check on payment statuses.
Note: I am not affiliated with Moonclerk in any way; I just happen to use their product.
Requirements
The following versions of PHP are supported.
- PHP 5.4
- PHP 5.5
- PHP 5.6
- PHP 7.0
- HHVM
Usage
Please see example.php for details.
Install
Via Composer
$ composer require jobbrander/moonclerk-php
Testing
$ ./vendor/bin/phpunit
Contributing
Please see CONTRIBUTING for details.
Credits
License
The Apache 2.0. Please see License File for more information.