Libraries tagged by static-interface
jeremeamia/xstatic
108 Favers
19329 Downloads
19329 Downloads
Static interfaces without static pitfalls
itsgoingd/slim-facades
76 Favers
43283 Downloads
43283 Downloads
"Static" interface for various Slim features
lorddashme/php-static-class-interface
6 Favers
2851 Downloads
2851 Downloads
A simple package that convert a service class into a static-like class.
statical/statical
8 Favers
2053 Downloads
2053 Downloads
Static proxy implementation
lhsazevedo/restatic
7 Favers
298 Downloads
298 Downloads
Laravel like facades por PSR11 containers
kohkimakimoto/static-proxy
3 Favers
23 Downloads
23 Downloads
StaticProxy provides static interface to an instance method.
hyder/facade-pattern
0 Favers
28 Downloads
28 Downloads
In this pattern, you would create Facade classes that provide a simplified, static interface to the underlying service implementations. The service classes would perform the actual business logic and communicate with the database or other external systems.