Libraries tagged by static-interface
itsgoingd/slim-facades
55068 Downloads
"Static" interface for various Slim features
jeremeamia/xstatic
22477 Downloads
Static interfaces without static pitfalls
statical/statical
2205 Downloads
Static proxy implementation
lorddashme/php-static-class-interface
3959 Downloads
A simple package that convert a service class into a static-like class.
lhsazevedo/restatic
365 Downloads
Laravel like facades por PSR11 containers
tuuz/net
0 Downloads
TuuzNet is a lightweight cURL-based HTTP client library for PHP. Provides clean static interface for GET, POST (JSON/Form/File/Binary), PUT, DELETE requests with customizable headers, timeouts, and SSL configuration.
kohkimakimoto/static-proxy
24 Downloads
StaticProxy provides static interface to an instance method.
hyder/facade-pattern
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.