PHPackages                             khrigo/laravel-skills-list - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. khrigo/laravel-skills-list

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

khrigo/laravel-skills-list
==========================

List of all LinkedIn skills for Laravel

1.2.0(2y ago)1116MITPHPPHP &gt;=5.6.0

Since Jul 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/khrigo/laravel-skills-list)[ Packagist](https://packagist.org/packages/khrigo/laravel-skills-list)[ RSS](/packages/khrigo-laravel-skills-list/feed)WikiDiscussions main Synced 3d ago

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

Skills List
===========

[](#skills-list)

Skills List is a package for Laravel which lists all LinkedIn skills.

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

[](#installation)

Run `composer require khrigo/laravel-skills-list`.

If you don't use auto-discovery, add the ServiceProvider to the `providers` array in `config/app.php`

```
Khrigo\SkillsList\SkillsListServiceProvider::class,
```

If needed, add the following alias as well

```
'Skills' => Khrigo\SkillsList\SkillsListFacade::class,
```

Usage
-----

[](#usage)

- Format (json, txt)

Get all skills

```
Route::get('/skills', function()
{
	return Skills::getList('json');
});
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

Total

3

Last Release

1060d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6208966?v=4)[Igor Khripchenko](/maintainers/khrigo)[@khrigo](https://github.com/khrigo)

---

Top Contributors

[![khrigo](https://avatars.githubusercontent.com/u/6208966?v=4)](https://github.com/khrigo "khrigo (7 commits)")

---

Tags

laravelskills

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/khrigo-laravel-skills-list/health.svg)

```
[![Health](https://phpackages.com/badges/khrigo-laravel-skills-list/health.svg)](https://phpackages.com/packages/khrigo-laravel-skills-list)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M10](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k12.5k1](/packages/vinkius-labs-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)[wearepixel/laravel-cart

A cart implementation for Laravel

1374.8k](/packages/wearepixel-laravel-cart)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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