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 -

c - Defining floating point constants, how many digits are useful? -

C# Apple Bonjour - how to monitor service records within Windows -