An open API service indexing awesome lists of open source software.

https://github.com/roundpartner/stripe-php

PHP Integration into Stripe Micro Service
https://github.com/roundpartner/stripe-php

microservice php stripe

Last synced: 11 months ago
JSON representation

PHP Integration into Stripe Micro Service

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/roundpartner/stripe-php.svg)](https://travis-ci.org/roundpartner/stripe-php)
[![Coverage Status](https://coveralls.io/repos/github/roundpartner/stripe-php/badge.svg?branch=master)](https://coveralls.io/github/roundpartner/stripe-php?branch=master)
# Stripe PHP
PHP Integration into Stripe Micro Service

```bash
composer require roundpartner/stripe-php
```
## Clean code
```bash
./vendor/bin/phpcbf --standard=psr2 ./src ./tests
```

## Testing
```bash
vendor/bin/phpunit
```