How to include stripe client api with symfony2. How to include files with no classes in symfony2
问题 I'm trying to include this file in my symfony2 project which is a file with a bunch of require statements. Unfortunately this, file doesn't contain a class. I don't want to manually write namespaces for all the included file that do contain the classes that I need so I was wondering how I can include this file in a way that it will also include the other files that I need. The file that I'm trying to include into symfony2 looks like this : <?php // Tested on PHP 5.2, 5.3 // This snippet (and