PHPackages                             olek/wolnelektury - 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. olek/wolnelektury

ActiveMetapackage

olek/wolnelektury
=================

API connected with wolnelektury.pl service

024PHP

Since Mar 25Pushed 7y agoCompare

[ Source](https://github.com/olekjs/laravel-wolnelektury)[ Packagist](https://packagist.org/packages/olek/wolnelektury)[ RSS](/packages/olek-wolnelektury/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Wolnelektury API package to Laravel
===================================

[](#wolnelektury-api-package-to-laravel)

Package is still under construction

### Installation

[](#installation)

Require package by composer

```
composer require olek/wolnelektury

```

Service Provider

```
'providers' => [
    ...
    Olekjs\Wolnelektury\ServiceProvider::class,
],

```

Facades

```
'aliases' => [
   ...
   'Wolnelektury' => Olekjs\Wolnelektury\Facade::class,
],

```

Publish provider
----------------

[](#publish-provider)

```
php artisan vendor:publish --provider=Olekjs\\Wolnelektury\\ServiceProvider

```

### Usage

[](#usage)

```
use Olekjs\Wolnelektury\Facade as Wolnelektury;

Wolnelektury::getBook('potop');

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d77218306f48d401541a76bbe876c3d14de544c10229fa1db94d4291ec299e7?d=identicon)[olekjs](/maintainers/olekjs)

---

Top Contributors

[![olekjs](https://avatars.githubusercontent.com/u/35314201?v=4)](https://github.com/olekjs "olekjs (2 commits)")

### Embed Badge

![Health badge](/badges/olek-wolnelektury/health.svg)

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

PHPackages © 2026

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