akrfjmt/decorated

This package is abandoned and no longer maintained. No replacement package was suggested.

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/akrfjmt/decorated

v1.0.2 2018-03-24 17:26 UTC

This package is not auto-updated.

Last update: 2020-01-19 15:13:53 UTC


README

decorator pattern in PHP

  • PHP ≧ 7.2.x

Usage

  1. implement Decorator interface
  2. decorate your instance with Decorated
  3. call instance's method

Please see the decorator example and the test for details.