What are Composer class maps?

devquora
devquora

Posted On: Feb 22, 2020

 

Composer Class map generation converts PSR-4/PSR-0 rules into the class-map rules. If the classes are known then the path is instantly returned by the class map and there is a guarantee that the Composer gives of the class is there leading to no filesystem check. There are two levels of optimizations done.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions