PHPackages                             jizuscreed/lingualeoclient - 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. jizuscreed/lingualeoclient

ActiveLibrary[API Development](/categories/api)

jizuscreed/lingualeoclient
==========================

A library for access to LinguaLeo.com content by API from Android-app

1.0.2(6y ago)023GPL-3.0+PHPPHP &gt;=5.4

Since Nov 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jizuscreed/lingualeoclient)[ Packagist](https://packagist.org/packages/jizuscreed/lingualeoclient)[ RSS](/packages/jizuscreed-lingualeoclient/feed)WikiDiscussions master Synced 1mo ago

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

LinguaLeoClient
===============

[](#lingualeoclient)

A library for access to **LinguaLeo.com** content by API from Android-app. It can:

- auth by user
- getting user's dictionary
- getting collections of materials
- getting materials from collection
- getting translation for any word or phrase from lingualeo base

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

[](#installation)

```
composer require jizuscreed/lingualeoclient

```

Quickstart
----------

[](#quickstart)

Authorization:

```
$linguaLeoClient = new LinguaLeoClient\Client($userEmail, $userPassword);

```

Getting user profile data:

```
$linguaLeoClient->user;

```

Getting user's dictionary:

```
$dictionary = $linguaLeoClient->getDictionary($startLimit, $chunkLimit, $onlyWords);

```

Getting materials collections:

```
$collections = $linguaLeoClient->getCollections();

```

Getting materials from collection (grabs list of materials with its datas and preview):

```
$materials = $linguaLeoClient->getMaterialsFromCollection(Collection $collection, $chunkOffset, $chunkLimit);

```

Getting material full text:

```
$materials[0]->getFullText();

```

Getting word's translations:

```
$linguaLeoClient->getWordTranslations('attraction');

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Total

3

Last Release

2255d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ddd523b9ab6c401fc8ae46c7a40c1fbffebd9c06bcda14c485eef43deda1329?d=identicon)[jizuscreed](/maintainers/jizuscreed)

---

Top Contributors

[![jizuscreed](https://avatars.githubusercontent.com/u/13093236?v=4)](https://github.com/jizuscreed "jizuscreed (8 commits)")

---

Tags

apiLinguaLeo

### Embed Badge

![Health badge](/badges/jizuscreed-lingualeoclient/health.svg)

```
[![Health](https://phpackages.com/badges/jizuscreed-lingualeoclient/health.svg)](https://phpackages.com/packages/jizuscreed-lingualeoclient)
```

###  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)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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