PHPackages                             ente/cryptolens-php - 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. [API Development](/categories/api)
4. /
5. ente/cryptolens-php

ActiveLibrary[API Development](/categories/api)

ente/cryptolens-php
===================

Manage your licenses with this Cryptolens API client

1.4(3mo ago)2321MITPHPPHP &gt;=7.4

Since Jan 13Pushed 3mo agoCompare

[ Source](https://github.com/bryan-ente/cryptolens-php)[ Packagist](https://packagist.org/packages/ente/cryptolens-php)[ RSS](/packages/ente-cryptolens-php/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)DependenciesVersions (22)Used By (0)

Cryptolens PHP
==============

[](#cryptolens-php)

This repository contains functions for interacting with the Cryptolens Web API from PHP. All endpoints are supported. This API client uses Cryptolens Web API 3.

For more information about the API and possible values and types, visit [the official API documentation](https://app.cryptolens.io/docs/api/v3).

To use the library, you can `require_once` the `loader.php` which loads all other classes automatically or use composer where you just have to `require` the composer `autoload.php`. Currently, this library is not safe to use for CLI. Inside your script you need to `use` the classes, here is an example:

Needs PHP &gt;7.4.0, works with 8.2

Note

This is an independent PHP API client for Cryptolens. The official "client" currently consists of a small procedural script focused on license activation... This package takes a slightly more ambitious approach and provides a structured, object-oriented wrapper around the Cryptolens API.

Official client:

Code example
------------

[](#code-example)

```
