|
|
|
|
|
by TekMol
1594 days ago
|
|
But you suffer the indirections caused by the fat stack that is needed to deal with the missing import system. In Python, "import" actually imports the code. In PHP, the "use" statement you see everywhere does not. It only works because the code has already "magically" been imported. Usually by composer. Thats why there are tens of thousands of hits for "clear composer cache" on Google. To just point out one issue with the dependecy on a fat stack to deal with a missing import system. |
|
You can manual include, define your own extra auto loader and use interfaces to quick swap for custom implementations.
Like I said, +15 years. Composer is 9 years old. How do you think we handle this in our own Jurassic times?