jobbrander/moonclerk-php

Making it easy to integrate with Moonclerk's read only API.

0.1.0 2015-04-21 18:23 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:50:16 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.