3/8/2026 at 4:26:46 PM
Im definitely not the target here, but if someone I knew wanted a store and wanted this I would have a few things I would be critical of.1. no tests, no static analysis.
2. avoiding composer. Why write your own autoloader when Composer can do it, and keep things up to date pretty easily.
3. associative arrays being passed around. There is no type safety on those arrays, and you aren't using a package like PHPStan or Psalm to at least try and enforce _something_ at run time.
4. I find it odd you are anti-composer (one of the best things to happen to PHP) yet tell people to configure a web server with various extensions, permissions, etc.
If I was going to install this, I'd want composer support and tests.
by rocketpastsix