Download the PHP package hypejunction/hypesubscriptions without Composer
On this page you can find all versions of the php package hypejunction/hypesubscriptions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hypejunction/hypesubscriptions
More information about hypejunction/hypesubscriptions
Files in hypejunction/hypesubscriptions
Package hypesubscriptions
Short Description Subscriptions API
License proprietary
Homepage http://hypejunction.com
Informations about the package hypesubscriptions
hypeSubscriptions
API for implementing paid subscriptions
Features
- Agnostic API that can be extended with any payment provider
- Implement site subscriptions and optionally restrict access to paying subscribers only
- API to implement entity/group specific subscriptions
-
API to restrict access to posts and downloads
Developer Notes
Events
To implement custom logic when the subscription is created, listen to
create, subscription
event.To implement custom logic when the subscription cancelled, listing to
cancel, subscription
. Note that the subscription can be cancelled at period end, so checkcurrent_period_end
metadata, before terminating access to features. Useexpire, subscription
hook to do additional clean up for when subscription has expired after being cancelled with a future expiration.