Installation
Install the Solifyn PHP SDK via Composer:Terminal
composer.json for the latest development version:
composer.json
Terminal
Quickstart
Configure the default configuration with your API access token and pass it to your API class.index.php
API Classes
Individual modules of the Solifyn API are split into separate classes under theSolifyn\Api namespace:
Solifyn\Api\ProductsApi- Manage products and addonsSolifyn\Api\LicenseApi&Solifyn\Api\LicenseKeysApi- Admin license key operationsSolifyn\Api\LicenseKeysClientApi- Public activation/verification endpoints for client applicationsSolifyn\Api\CheckoutApi- Manage checkout sessionsSolifyn\Api\CheckoutLinksApi- Manage payment linksSolifyn\Api\CustomersApi- Customer information endpointsSolifyn\Api\CollectionsApi- Group products togetherSolifyn\Api\SubscriptionsApi- Manage active customer subscriptionsSolifyn\Api\DiscountsApi- Administer discounts and validationSolifyn\Api\MetersApi- Ingest metered billing telemetrySolifyn\Api\DeveloperApi- Retrieve API keys and manage webhooksSolifyn\Api\DigitalFileApi- Digital download asset managementSolifyn\Api\DisputesApi- Handle chargeback and dispute evidenceSolifyn\Api\OrdersApi- Invoices and customer purchases