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