Libraries tagged by static-interface
itsgoingd/slim-facades
76 Favers
47108 Downloads
47108 Downloads
"Static" interface for various Slim features
jeremeamia/xstatic
108 Favers
20542 Downloads
20542 Downloads
Static interfaces without static pitfalls
lorddashme/php-static-class-interface
6 Favers
3751 Downloads
3751 Downloads
A simple package that convert a service class into a static-like class.
lhsazevedo/restatic
7 Favers
328 Downloads
328 Downloads
Laravel like facades por PSR11 containers
statical/statical
8 Favers
2158 Downloads
2158 Downloads
Static proxy implementation
kohkimakimoto/static-proxy
3 Favers
24 Downloads
24 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.