PHPackages                             keyvanakbary/tuenti - 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. keyvanakbary/tuenti

ActiveLibrary[API Development](/categories/api)

keyvanakbary/tuenti
===================

Unofficial Tuenti API

v1.0.2(11y ago)3221MITPHPPHP &gt;=5.3.3

Since Feb 8Pushed 11y ago1 watchersCompare

[ Source](https://github.com/keyvanakbary/php-tuenti)[ Packagist](https://packagist.org/packages/keyvanakbary/tuenti)[ RSS](/packages/keyvanakbary-tuenti/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

PHP Tuenti API
==============

[](#php-tuenti-api)

[![Build Status](https://camo.githubusercontent.com/a44199a512cbbe21f9303bf21d5b402a363e7208cc5c865b4c4523dabd50a0c8/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6b657976616e616b626172792f7068702d7475656e74692e7376673f6272616e63683d6d6173746572)](http://travis-ci.org/keyvanakbary/php-tuenti)

Unofficial Tuenti API.

Setup and Configuration
-----------------------

[](#setup-and-configuration)

Add the following to your `composer.json` file

```
{
    "require": {
        "keyvanakbary/tuenti": "~1.0"
    }
}
```

Update the vendor libraries

```
curl -s http://getcomposer.org/installer | php
php composer.phar install

```

Usage
-----

[](#usage)

```
