Libraries tagged by static-interface
jeremeamia/xstatic
108 Favers
20062 Downloads
20062 Downloads
Static interfaces without static pitfalls
itsgoingd/slim-facades
76 Favers
44815 Downloads
44815 Downloads
"Static" interface for various Slim features
statical/statical
8 Favers
2107 Downloads
2107 Downloads
Static proxy implementation
lorddashme/php-static-class-interface
6 Favers
3137 Downloads
3137 Downloads
A simple package that convert a service class into a static-like class.
lhsazevedo/restatic
7 Favers
305 Downloads
305 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
30 Downloads
30 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.