2017 © Pedro Peláez
 

library 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.

image

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.

  • Wednesday, November 11, 2015
  • by mikolajprzybysz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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., (*1)

Install (include in composer)

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

Use it to create easily pluggable project.

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

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, (*3)

Milestones

version deadline description
1.1.0 February 2016 Acquire at least two implementations for CacheInterface, CommandInterface, SemaphoreInterface, LogInterface, LogAsyncInterface and list them in readme.
1.2.0 June 2016 Development of four additional interfaces for existing groups and creation of two additional groups.

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 (https://github.com/mikolajprzybysz/php-sil/issues/new) and link your repo., (*4)

The Versions

11/11 2015

dev-master

9999999-dev https://github.com/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.

  Sources   Download

MIT

by Mikołaj Przybysz

11/11 2015

v1.0

1.0.0.0 https://github.com/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.

  Sources   Download

MIT

by Mikołaj Przybysz