php-sql-query-builder icon indicating copy to clipboard operation
php-sql-query-builder copied to clipboard

use php-sql-query-builder without composer

Open asadghazanfary opened this issue 8 years ago • 1 comments

hello every one how can i use php-sql-query-builder without composer?

thankyou

asadghazanfary avatar Feb 10 '17 15:02 asadghazanfary

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?

joseph-montanez avatar Feb 10 '17 17:02 joseph-montanez