php-sql-query-builder
php-sql-query-builder copied to clipboard
use php-sql-query-builder without composer
hello every one how can i use php-sql-query-builder without composer?
thankyou
Are you able to at least use an autoloader? if not then you will need to manually require the files in a specific order. You can use Symfony's autoload as its PSR-4 compliant: https://symfony.com/doc/current/components/class_loader.html if not you can always write your own https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader-examples.md.
Any reason you cannot use composer?