Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 754 Bytes

README.md

File metadata and controls

34 lines (16 loc) · 754 Bytes

Skeleton interceptor

This is a base package for create an AOP interceptor for PHP AOP (PHP AOP).

  1. Download this skeleton.

  2. Rename the expression skeleton by the specific name (explicit) of your interceptor.

  3. Complete the files: README.md, LICENSE and composer.json.

Describe in the README.md file the capabilities of your interceptor. Mainly the selectors supported, the rest of API is not supposed to change (given that each interceptor respects the main API).

Getting Started

Install skeleton-interceptor

Usage

License

MIT (c) , .

Author