PHPackages                             mikolajprzybysz/php-sil - 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. mikolajprzybysz/php-sil

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

mikolajprzybysz/php-sil
=======================

Standard Interface Library provides a set of interfaces for software developers to ensure compatibility of across various projects. Making them easily exchangeable and reducing to zero the overhead of making library compatible with projects using this standard.

v1.0(10y ago)015MITPHP

Since Nov 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/mikolajprzybysz/php-sil)[ Packagist](https://packagist.org/packages/mikolajprzybysz/php-sil)[ Docs](https://github.com/mikolajprzybysz/php-sil)[ RSS](/packages/mikolajprzybysz-php-sil/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PHP Standard Interface Library
==============================

[](#php-standard-interface-library)

Standard Interface Library provides a set of interfaces for software developers to ensure compatibility of across various projects. Making them easily exchangeable and reducing to zero the overhead of making library compatible with projects using this standard.

Install (include in composer)
=============================

[](#install-include-in-composer)

```
"require": {
    "mikolajprzybysz/php-sil": "^1.0.0"
}
```

Use it to create easily pluggable project.
==========================================

[](#use-it-to-create-easily-pluggable-project)

Create two different project, each of projects will be cache implementation using redis or memcache.

Using interfaces in project classes to ensure pluggability of different implementations.
========================================================================================

[](#using-interfaces-in-project-classes-to-ensure-pluggability-of-different-implementations)

Create class that will be able to cache data once it recieves it from external service and use *SimpleCacheInterface*, now you are able to use any cache implementation based on *SimpleCacheInterface*

Milestones
==========

[](#milestones)

versiondeadlinedescription1.1.0February 2016Acquire at least two implementations for `CacheInterface`, `CommandInterface`, `SemaphoreInterface`, `LogInterface`, `LogAsyncInterface` and list them in readme.1.2.0June 2016Development of four additional interfaces for existing groups and creation of two additional groups.Collaboration
=============

[](#collaboration)

If you are interested in adding some interfaces, fork the repo, add your interfaces and make a pull request. If you have created project compatible with Standard Interface Library please create issue () and link your repo.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Unknown

Total

1

Last Release

3863d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd81c9a4cd0da4d4f13237c3309298f034068a7455c570925af8c8f607c47dda?d=identicon)[mikolajprzybysz](/maintainers/mikolajprzybysz)

### Embed Badge

![Health badge](/badges/mikolajprzybysz-php-sil/health.svg)

```
[![Health](https://phpackages.com/badges/mikolajprzybysz-php-sil/health.svg)](https://phpackages.com/packages/mikolajprzybysz-php-sil)
```

###  Alternatives

[doxphp/doxphp

Dox for PHP, inspired by Dox for JavaScript.

503.0k2](/packages/doxphp-doxphp)

PHPackages © 2026

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