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)124GPL-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 today

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

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

2302d 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

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[resend/resend-php

Resend PHP library.

617.2M43](/packages/resend-resend-php)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M13](/packages/checkout-checkout-sdk-php)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.8k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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