Stripe API
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
8.x-1.x
This module provides the Stripe PHP library as a service. It provides:
- API key storage via Key.
- A "@stripe_api.stripe_api" service that can be injected into your PHP classes
Once you've enabled the module and set your API keys, you are free to use the Stripe API library in your custom module. Simply injecting the "@stripe_api.stripe_api" into your class is sufficient to open a connection. For example:
