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
- Host: GitHub
- URL: https://github.com/roundpartner/stripe-php
- Owner: roundpartner
- License: mit
- Created: 2017-09-16T15:44:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T13:03:09.000Z (over 2 years ago)
- Last Synced: 2025-02-17T04:41:21.903Z (about 1 year ago)
- Topics: microservice, php, stripe
- Language: PHP
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/roundpartner/stripe-php)
[](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
```