PHPackages                             snippetify/programming-languages - 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. snippetify/programming-languages

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

snippetify/programming-languages
================================

Programming languages collection in php

1.1.0(5y ago)0161MITPHPPHP ^7.0CI failing

Since Jun 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/snippetify/programming-languages)[ Packagist](https://packagist.org/packages/snippetify/programming-languages)[ Docs](https://github.com/snippetify/programming-languages)[ RSS](/packages/snippetify-programming-languages/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (6)Used By (1)

Programming languages collection
================================

[](#programming-languages-collection)

This package contains a collection of programming languages

What it does
------------

[](#what-it-does)

This library allows you

1. To get a list of all programming languages
2. To test if a language exists in the collection
3. To count the number of languages available

How to use it
-------------

[](#how-to-use-it)

```
$ composer require snippetify/programming-languages
```

```
use Snippetify\ProgrammingLanguages\Languages;

// Get all languages
$languages = Languages::create()->all();

// Test if language exists
$exists = Languages::create()->exists('php');

// Count available languages
$count = Languages::create()->count();
```

##### You can use facade instead

[](#you-can-use-facade-instead)

```
use Snippetify\ProgrammingLanguages\Facades\Languages;

// Get all languages
$languages = Languages::all();

// Test if language exists
$exists = Languages::exists('php');

// Count available languages
$count = Languages::count();
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](https://github.com/snippetify/programming-languages/blob/master/CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/snippetify/programming-languages/blob/master/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

1. [Evens Pierre](https://github.com/pierrevensy)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/snippetify/programming-languages/blob/master/LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

Total

5

Last Release

2178d ago

PHP version history (2 changes)1.0.0PHP ^7.0.0

1.0.3PHP ^7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/61660083?v=4)[Snippetify](/maintainers/snippetify)[@snippetify](https://github.com/snippetify)

---

Top Contributors

[![evens-stone](https://avatars.githubusercontent.com/u/11338945?v=4)](https://github.com/evens-stone "evens-stone (5 commits)")

---

Tags

collectionlanguagesprogrammingprogramming-languagelanguagescollectionprogramming

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/snippetify-programming-languages/health.svg)

```
[![Health](https://phpackages.com/badges/snippetify-programming-languages/health.svg)](https://phpackages.com/packages/snippetify-programming-languages)
```

###  Alternatives

[phpcollection/phpcollection

General-Purpose Collection Library for PHP

1.0k64.7M34](/packages/phpcollection-phpcollection)[rinvex/countries

Rinvex Countries is a simple and lightweight package for retrieving country details with flexibility. A whole bunch of data including name, demonym, capital, iso codes, dialling codes, geo data, currencies, flags, emoji, and other attributes for all 250 countries worldwide at your fingertips.

1.7k8.0M61](/packages/rinvex-countries)[aimeos/map

Easy and elegant handling of PHP arrays as array-like collection objects similar to jQuery and Laravel Collections

4.3k459.4k15](/packages/aimeos-map)[league/period

Time range API for PHP

7335.8M23](/packages/league-period)[loophp/collection

A (memory) friendly, easy, lazy and modular collection class.

745762.4k15](/packages/loophp-collection)[athari/yalinqo

YaLinqo, a LINQ-to-objects library for PHP

4581.2M5](/packages/athari-yalinqo)

PHPackages © 2026

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