PHPackages                             solifyn/solifyn - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. solifyn/solifyn

ActiveLibrary[HTTP &amp; Networking](/categories/http)

solifyn/solifyn
===============

Welcome to the Solifyn API Reference. Leverage our secure endpoints to manage products and issue, validate, and manage software license keys programmatically.

v1.1.6(1mo ago)00unlicensePHPPHP ^7.4 || ^8.0

Since Jun 4Pushed 1mo agoCompare

[ Source](https://github.com/solifyn/solifyn-php)[ Packagist](https://packagist.org/packages/solifyn/solifyn)[ Docs](https://openapi-generator.tech)[ RSS](/packages/solifyn-solifyn/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (4)Versions (13)Used By (0)

solifyn
=======

[](#solifyn)

Welcome to the Solifyn API Reference. Leverage our secure endpoints to manage products and issue, validate, and manage software license keys programmatically.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/solifyn/solifyn-php.git"
    }
  ],
  "require": {
    "solifyn/solifyn-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
