PHPackages                             tutocom/tuto-api-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. tutocom/tuto-api-php

ActiveLibrary[API Development](/categories/api)

tutocom/tuto-api-php
====================

wrapper for Tuto.com API

0.2.4(11y ago)024MITPHPPHP &gt;=5.4

Since Dec 22Pushed 11y ago1 watchersCompare

[ Source](https://github.com/tutocom/tuto-api-php)[ Packagist](https://packagist.org/packages/tutocom/tuto-api-php)[ Docs](https://api.tuto.com/docs/)[ RSS](/packages/tutocom-tuto-api-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Tuto PHP Wrapper
================

[](#tuto-php-wrapper)

[![Latest Stable Version](https://camo.githubusercontent.com/2650a0381c6f2772b6c9a9623c7da6583382332af9a26cfb75a8aae677e11e9c/68747470733a2f2f706f7365722e707567782e6f72672f7475746f636f6d2f7475746f2d6170692d7068702f762f737461626c652e737667)](https://packagist.org/packages/tutocom/tuto-api-php)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/3a78c32fc1be666b16434046f15568533be704f07d50459ef177842821302f7a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7475746f636f6d2f7475746f2d6170692d7068702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tutocom/tuto-api-php/?branch=master)

Introduction
------------

[](#introduction)

Fournis une libairie PHP pour la derniere version de l'[API Tuto.com](https://api.tuto.com/docs). Le but étant de simplifier l'utilisation de l'api Tuto.com aux développeurs PHP. Pour le moment, l'API Tuto.com est uniquement disponible pour les auteurs.

### Prerequis

[](#prerequis)

Afin d'utiliser l'API Tuto.com correctement, il vous faut:

- PHP5
- Composer
- une API Key
- une API Secret
- un peu d'imagination

Installation
------------

[](#installation)

Installation avec Composer. Installer Composer pour votre projet :

```
$ curl -s http://getcomposer.org/installer | php

```

Créer/Editer votre fichier composer.json

```
{
    "require": {
        "tutocom/tuto-api-php" : "0.2.*"
    }
}

```

Installer la librairie

```
$ composer install

```

Ajouter l'autoloader Composer à votre fichier index.php

```
require_once __DIR__.'/vendor/autoload.php';
```

Utilisation
-----------

[](#utilisation)

```
$client = new Tuto\Client(API_KEY);
$client->setCredentials(API_LOGIN, API_SECRET);
```

Exemples
--------

[](#exemples)

### Informations du compte

[](#informations-du-compte)

```
$infos = $client->contributor->infos();
```

### Statistiques

[](#statistiques)

Récupération des statistiques relatives au compte

```
$stats = $client->contributor->statistics();
```

Récupération de la note moyenne sur le catalogue

```
$stats = $client->contributor->statistics('rating');
```

Récupération du nombre de tuto

```
$stats = $client->contributor->statistics('tutorials');
```

Récupération du nombre de clients

```
$stats = $client->contributor->statistics('customers');
```

Récupération du nombre de ventes

```
$stats = $client->contributor->statistics('sales');
```

Support
-------

[](#support)

Contacter le support sur Ou créer une [issue](https://github.com/tutocom/tuto-api-php/issues)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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 ~11 days

Total

3

Last Release

4143d ago

PHP version history (2 changes)0.2.0PHP &gt;=5.3.0

0.2.3PHP &gt;=5.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/0bc8ca9acdd7f5606091b579de2c6d9cb8a7bc189db7a0574b600135b2cac76a?d=identicon)[remiheens](/maintainers/remiheens)

### Embed Badge

![Health badge](/badges/tutocom-tuto-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/tutocom-tuto-api-php/health.svg)](https://phpackages.com/packages/tutocom-tuto-api-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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