0

Is there a existing module or file to manage autoloading of sdk classes when using PHP GAE ? This would avoid to require a file when using a class of the google sdk. Thank you for any clue.

ip512
  • 128
  • 2
  • 9
  • Actually I can do it with composer, I just have to add "use-include-path" : true to composer.json, and it uses composer's autoloader. – ip512 Nov 07 '13 at 13:06

1 Answers1

1

No nothing yet - we're investigating if this is something we want to do provide out of the box.

Stuart Langley
  • 7,044
  • 1
  • 20
  • 20