MarkBaker / PHPMatrix

PHP Class for handling Matrices
MIT License
1.42k stars 13 forks source link

Discard all usage of direct calls to the namespaced functions #21

Closed MarkBaker closed 3 years ago

MarkBaker commented 3 years ago

Discard all usage of direct calls to the namespaced functions, because I'm so fing ped off with people complaining about the entries that they require in composer.json, and telling me how I'm making the world burn, and deliberately making the interwebz slow. Direct procedural access to functions and operations is being moved to a separate library, which will have this library as a dependency (more details to follow once I've created it and put all the documentation in place).