PHPackages                             typo3-canto/canto-api - 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. typo3-canto/canto-api

ActiveLibrary[API Development](/categories/api)

typo3-canto/canto-api
=====================

Client library for Canto SaaS APIs.

1.1.0(11mo ago)02.5k↓32.1%11MITPHPPHP ^7.4 || ^8.0CI passing

Since Oct 20Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/TYPO3-Canto/canto-api)[ Packagist](https://packagist.org/packages/typo3-canto/canto-api)[ Docs](https://github.com/TYPO3-Canto/canto-api)[ RSS](/packages/typo3-canto-canto-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (3)Used By (1)

PHP client for Canto API
========================

[](#php-client-for-canto-api)

Fork information
----------------

[](#fork-information)

This package is a fork of [fairway/canto-saas-api](https://packagist.org/packages/fairway/canto-saas-api).

It was forked to be able to extend and maintain a public version of [Canto FAL TYPO3 extension](https://github.com/TYPO3-Canto/canto-fal).

Example usage
-------------

[](#example-usage)

```
use TYPO3Canto\CantoApi\ClientOptions;
use TYPO3Canto\CantoApi\Client;
use TYPO3Canto\CantoApi\Http\LibraryTree\GetTreeRequest;

$clientOptions = new ClientOptions([
    'cantoName' => 'my-canto-name',
    'cantoDomain' => 'canto.de',
    'appId' => '123456789',
    'appSecret' => 'my-app-secret',
]);
$client = new Client($clientOptions);
$accessToken = $client->authorizeWithClientCredentials('my-user@email.com')
                      ->getAccessToken();
$client->setAccessToken($accessToken);
$allFolders = $client->libraryTree()
                     ->getTree(new GetTreeRequest())
                     ->getResults();
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance51

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~593 days

Total

2

Last Release

349d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1453345?v=4)[Nicole Hummel](/maintainers/IchHabRecht)[@IchHabRecht](https://github.com/IchHabRecht)

---

Top Contributors

[![ChrisB9](https://avatars.githubusercontent.com/u/7099583?v=4)](https://github.com/ChrisB9 "ChrisB9 (13 commits)")[![IchHabRecht](https://avatars.githubusercontent.com/u/1453345?v=4)](https://github.com/IchHabRecht "IchHabRecht (12 commits)")[![coding46](https://avatars.githubusercontent.com/u/1724196?v=4)](https://github.com/coding46 "coding46 (1 commits)")[![ferfrost](https://avatars.githubusercontent.com/u/146172865?v=4)](https://github.com/ferfrost "ferfrost (1 commits)")[![jleehr](https://avatars.githubusercontent.com/u/1804614?v=4)](https://github.com/jleehr "jleehr (1 commits)")

---

Tags

apiCanto

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/typo3-canto-canto-api/health.svg)

```
[![Health](https://phpackages.com/badges/typo3-canto-canto-api/health.svg)](https://phpackages.com/packages/typo3-canto-canto-api)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[bushlanov-dev/max-bot-api-client-php

Max Bot API Client library

281.6k](/packages/bushlanov-dev-max-bot-api-client-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
