[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/google/ -> readme_moodle.txt (source)

   1  Google APIs Client Library for PHP
   2  ==================================
   3  
   4  Only the source and the README files have been kept in this directory:
   5  
   6  - Copy /src/Google to /Google
   7  - Copy /LICENSE to LICENSE
   8  - Copy /README.md to README.md
   9  
  10  Here are the files that we have added.
  11  
  12  /lib.php
  13  
  14      Is a wrapper to get a Google_Client object with the default configuration
  15      that should be used throughout Moodle. It also takes care of including the
  16      required files and updating the include_path.
  17  
  18  /curlio.php
  19  
  20      An override of the default Google_IO_Curl class to use our Curl class
  21      rather then their implementation. When upgrading the library the default
  22      Curl class should be checked to ensure that its functionalities are covered
  23      in this file.
  24  
  25  
  26  Information
  27  -----------
  28  
  29  Repository: https://github.com/google/google-api-php-client
  30  Documentation: https://developers.google.com/api-client-library/php/
  31  Global documentation: https://developers.google.com
  32  
  33  Downloaded version: 1.0.5-beta


Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1