PHPackages                             alex-kalanis/sorter - 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. alex-kalanis/sorter

ActiveLibrary

alex-kalanis/sorter
===================

Shareable sorter - basic interfaces

v1.0.2(3y ago)036BSD-3-ClausePHPPHP &gt;=7.2.0

Since Dec 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/alex-kalanis/sorter)[ Packagist](https://packagist.org/packages/alex-kalanis/sorter)[ RSS](/packages/alex-kalanis-sorter/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Sorter Interfaces
=================

[](#sorter-interfaces)

[![Build Status](https://camo.githubusercontent.com/c8aef2d1d0ef1b6422ac867119a510a0c81909bbf48ce934fcc55caadfcb7431/68747470733a2f2f7472617669732d63692e6f72672f616c65782d6b616c616e69732f736f727465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/alex-kalanis/sorter)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/5ba5697beab241c25a8cd9600c93127ec78bf846bc306b869f5cb535d4336a1b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c65782d6b616c616e69732f736f727465722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/alex-kalanis/sorter/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/97fc3bfa76c5a7a5f6f8857e86bd6225eb75df824555dc8f1ea98977a96a6957/68747470733a2f2f706f7365722e707567782e6f72672f616c65782d6b616c616e69732f736f727465722f762f737461626c652e7376673f763d31)](https://packagist.org/packages/alex-kalanis/sorter)[![Minimum PHP Version](https://camo.githubusercontent.com/eed4d5cf01364b115489810f47ed4b33191d997e7ab4014f3daff1c09fbae7d9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e332d3838393242462e737667)](https://php.net/)[![Downloads](https://camo.githubusercontent.com/a33bddc08a338fc05dda482169359d9e3a7cb5c270f51620beed081bfcf47996/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c65782d6b616c616e69732f736f727465722e7376673f7631)](https://packagist.org/packages/alex-kalanis/sorter)[![License](https://camo.githubusercontent.com/93d9ee72d4d82f14c5a73808fc40d100bba421d88a561a8ebca35d8c91db6cd1/68747470733a2f2f706f7365722e707567782e6f72672f616c65782d6b616c616e69732f736f727465722f6c6963656e73652e7376673f763d31)](https://packagist.org/packages/alex-kalanis/sorter)[![Code Coverage](https://camo.githubusercontent.com/634856b012a2172ac0571d55219923b080299bb1e1c32327821a3228120aa1be/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c65782d6b616c616e69732f736f727465722f6261646765732f636f7665726167652e706e673f623d6d617374657226763d31)](https://scrutinizer-ci.com/g/alex-kalanis/sorter/?branch=master)

Contains simple interfaces for creating sorting compatible across the libraries. It has been cut from running project and simplified for usage available for another libraries.

This is the mixed package - contains sever-side implementation in Python and PHP.

PHP Installation
================

[](#php-installation)

```
{
    "require": {
        "alex-kalanis/sorter": "1.0"
    }
}

```

(Refer to [Composer Documentation](https://github.com/composer/composer/blob/master/doc/00-intro.md#introduction) if you are not familiar with composer)

PHP Usage
=========

[](#php-usage)

1.) Use your autoloader (if not already done via Composer autoloader)

2.) Connect the "kalanis\\kw\_sorter" into your app. When it came necessary you can extends every library to comply your use-case; mainly your processing.

Python Installation
===================

[](#python-installation)

into your "setup.py":

```
    install_requires=[
        'kw_sorter',
    ]

```

Python Usage
============

[](#python-usage)

1.) Connect the "kw\_sorter\\sorter" into your app. When it came necessary you can extends every library to comply your use-case; mainly your processing.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

1443d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/499b0a541b787cdb31412f578c7b94c9790bcbee7de12c65b6101c6ce45ef6f0?d=identicon)[alex-kalanis](/maintainers/alex-kalanis)

---

Top Contributors

[![alex-kalanis](https://avatars.githubusercontent.com/u/59184183?v=4)](https://github.com/alex-kalanis "alex-kalanis (15 commits)")

---

Tags

interfacessorter

### Embed Badge

![Health badge](/badges/alex-kalanis-sorter/health.svg)

```
[![Health](https://phpackages.com/badges/alex-kalanis-sorter/health.svg)](https://phpackages.com/packages/alex-kalanis-sorter)
```

###  Alternatives

[symfony/event-dispatcher-contracts

Generic abstractions related to dispatching event

3.4k756.5M424](/packages/symfony-event-dispatcher-contracts)[symfony/service-contracts

Generic abstractions related to writing services

2.6k860.1M360](/packages/symfony-service-contracts)[symfony/translation-contracts

Generic abstractions related to translation

2.6k698.7M432](/packages/symfony-translation-contracts)[symfony/cache-contracts

Generic abstractions related to caching

2.4k308.9M198](/packages/symfony-cache-contracts)[symfony/http-client-contracts

Generic abstractions related to HTTP clients

2.0k402.7M267](/packages/symfony-http-client-contracts)[symfony/contracts

A set of abstractions extracted out of the Symfony components

3.9k64.6M103](/packages/symfony-contracts)

PHPackages © 2026

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