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