astFacades
astFacades is a software library designed to provide a clean and expressive way to interact with underlying PHP classes and functionalities. It offers a fluent interface that allows developers to access static methods of classes as if they were instance methods, or to access instance methods through static proxies. This approach aims to simplify common programming tasks and improve code readability.
The core concept behind astFacades is to create "facades." A facade is a class that provides a
Developers often use astFacades to reduce the boilerplate code associated with dependency injection or direct instantiation
The library promotes a convention-over-configuration approach, making it easier to integrate with existing PHP projects and