Elephox is a PHP framework with high standards for code quality, reusability and type safety. You can use it to develop web or console applications.
It borrows many ideas from Microsofts .NET framework. Some examples include the C# IEnumerable and the concept of HostBuilders, realized in the ConsoleApplicationBuilder and WebApplicationBuilder.
By implementing PHP Standards Recommendations (PSRs), Elephox provides interoperability with many other great frameworks and libraries. This way, you aren't restricted to use the whole framework. You can use any parts you like or replace certain parts of the framework with other implementations. All of this is possible because of the flexible Elephox Dependency Injection container.
Visit elephox.dev for more information.