PHPackages                             logikostech/common - 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. logikostech/common

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

logikostech/common
==================

Miscellaneous useful classes, interfaces, and traits

1.0.2(9y ago)01934MITPHPPHP &gt;=5.4

Since May 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/logikostech/common)[ Packagist](https://packagist.org/packages/logikostech/common)[ Docs](https://github.com/logikostech/common)[ RSS](/packages/logikostech-common/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)DependenciesVersions (5)Used By (4)

Logikos\\Common
===============

[](#logikoscommon)

Miscellaneous useful classes, interfaces, and traits used by other Logikos components.

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

[](#installation)

### Installing via Composer

[](#installing-via-composer)

Install Composer in a common location or in your project:

```
curl -s http://getcomposer.org/installer | php
```

create or edit the `composer.json` file as follows:

```
{
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/logikostech/common"
        }
    ],
    "require": {
        "logikostech/common": "dev-master"
    }
}
```

Run the composer installer:

```
$ php composer.phar install
```

### Installing via GitHub

[](#installing-via-github)

Just clone the repository in a common location or inside your project:

```
git clone https://github.com/logikostech/common.git
```

Autoloading (if not using composer)
-----------------------------------

[](#autoloading-if-not-using-composer)

Add or register the following namespace strategy to your `Phalcon\Loader`:

```
$loader = new Phalcon\Loader();

$loader->registerNamespaces([
    'Logikos' => '/path/to/this/repo/src/'
]);

$loader->register();
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

4

Last Release

3445d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/22dea9d45991672bd10001bb3cfaf5900bdd27d29322564581dadaa8f863e565?d=identicon)[logikos](/maintainers/logikos)

---

Top Contributors

[![tempcke](https://avatars.githubusercontent.com/u/6674150?v=4)](https://github.com/tempcke "tempcke (1 commits)")

---

Tags

plugincommonphalconlogikostechlogikos

### Embed Badge

![Health badge](/badges/logikostech-common/health.svg)

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

###  Alternatives

[ergebnis/composer-normalize

Provides a composer plugin for normalizing composer.json.

1.1k40.0M2.7k](/packages/ergebnis-composer-normalize)[coldtrick/widget_manager

Manage your widgets

214.4k](/packages/coldtrick-widget-manager)[coldtrick/thewire_tools

Extend the functionality of The Wire

133.2k](/packages/coldtrick-thewire-tools)

PHPackages © 2026

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