Creating Classes With PHP Factory, Abstract Factory, Simple and Static Factory Patterns
Factories act as a way to create a new instance of specific class, in another way instead of handling the creation of the class by the client code some classes will be in charge of that and handles the creation process, all you have to do is to call that factory.
Read More »