Download the PHP package mikolajprzybysz/php-sil without Composer

On this page you can find all versions of the php package mikolajprzybysz/php-sil. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package php-sil

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)

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.

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

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.


All versions of php-sil with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mikolajprzybysz/php-sil contains the following files

Loading the files please wait ....