include a phar file in Symfony 2 -


a company release php sdk phar file. sample file gave like:

include 'baidubce.phar'; require 'sampleconf.php';  use baidubce\bceclientconfigoptions; use baidubce\util\time; use baidubce\util\mimetypes; use baidubce\http\httpheaders;  

i want use in symfony 2 project. best practice of including vendor phar file in symfony2 project?


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

SoapUI on windows 10 - high DPI/4K scaling issue -

java - why am i getting a "cannot resolve method" error on getApplication? -