Download the PHP package wowmaking/web-purchases without Composer
On this page you can find all versions of the php package wowmaking/web-purchases. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package web-purchases
Install
Supported payment services
- stripe
- recurly
- paypal (Not supports customers)
- solidgate (Not supports customers)
Clients required parameters
stripe
- client_type = stripe
- secret_key
recurly
- client_type = recurly
- public_key
- secret_key
paypal
- client_type = paypal
- secret_key
- client_id
- sandbox
solidgate
- client_type = solidgate
- secret_key
- merchant_id
- webhook_secret_key
- webhook_merchant_id
Require
- "php": ">=7.2.0"
- "stripe/stripe-php": "^7"
- "recurly/recurly-client": "^4"
- "guzzlehttp/guzzle": "^7.3"
- "facebook/php-business-sdk": "^12.0"
Entities
Client
Price
Fields
- id
- amount
- currency
- trial_period_days
- trial_price_amount
Methods
Customer
Fields
- id
- provider
- provider_response
Methods
Subscription
Fields
- transaction_id
- plan_name
- currency
- amount
- customer_id
- created_at
- trial_start_at
- trial_end_at
- expire_at
- canceled_at
- state
- is_active
- provider
- provider_response
Methods
Create subscription
Get subscriptions
Cancel subscription
All versions of web-purchases with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
stripe/stripe-php Version ^7.93
recurly/recurly-client Version ^4.6
guzzlehttp/guzzle Version ^7.3
facebook/php-business-sdk Version ^12.0
ext-json Version *
ext-openssl Version *
stripe/stripe-php Version ^7.93
recurly/recurly-client Version ^4.6
guzzlehttp/guzzle Version ^7.3
facebook/php-business-sdk Version ^12.0
ext-json Version *
ext-openssl Version *
The package wowmaking/web-purchases contains the following files
Loading the files please wait ....