Skip to content

jpauli/PHP-Pattern-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is aimed for PHP training sessions and is not designed to be used as a production code as-is.
It shows how to implement a simple Proxy pattern in PHP for caching calls to heavy object methods

The proxy can aggregate one and only one cache backend.
The proxy proxies methods of one and only one object (aggregated)

PHP >= 5.6

About

A simple proxy pattern implemented in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages