2017 © Pedro Peláez
 

library stubs

A PHP Library that contains Null-Implementations for various PSRs

image

devedge/stubs

A PHP Library that contains Null-Implementations for various PSRs

  • Friday, April 8, 2016
  • by ppetermann
  • Repository
  • 1 Watchers
  • 1 Stars
  • 204 Installations
  • PHP
  • 7 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

devedge/stubs

A library that provides null implementations for various PSRs remember that those don't do anything. I'd recommend to use them only if you are really sure you don't want something implementing the specific interface, or as a dev-dependency., (*1)

PSR-3 - psr/log

While psr/log for example includes a Null implementation (NullLogger), the psr/log package itself will not satisfy a psr/log-implementation requirement, hence this package provides Devedge\Log\NoLog. If you require this package the dependency will be full filled., (*2)

You can use $logger = new Devedge\Log\NoLog; to create a psr compliant Null Logger., (*3)

PSR-6 - psr/cache

The Pool is instanciated by doing: $pool = new Devedge\Cache\NoCachePool();, (*4)

License

MIT Style, see LICENSE.txt, (*5)

  • https://devedge.eu

The Versions

08/04 2016

dev-master

9999999-dev

A PHP Library that contains Null-Implementations for various PSRs

  Sources   Download

MIT

The Requires

 

08/04 2016

3.0.0

3.0.0.0

A PHP Library that contains Null-Implementations for various PSRs

  Sources   Download

MIT

The Requires

 

10/06 2015

2.0.0

2.0.0.0

A PHP Library that contains Null-Implementations for various PSRs

  Sources   Download

MIT

The Requires

 

27/09 2014

1.0.1

1.0.1.0

A PHP Library that contains Null-Implementations for various PSRs

  Sources   Download

MIT

The Requires

 

27/09 2014

1.0.0

1.0.0.0

A PHP Library that contains Null-Implementations for various PSRs

  Sources   Download

MIT

The Requires