Skip to content

LindaLawton/Google-APIs-PHP-Samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unoffical Samples for the Google APIs PHP client library.

Sample project for working with the diffrent Google APIs with PHP.

Disclaimer

Google has not created these sample projects, or the tutorials that go along with them. They were all created by me.

Installing client library with Composer

The preferred method to use the client libray is via https://getcomposer.org. Follow the installation instructions https://getcomposer.org/doc/00-intro.md if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

composer require google/apiclient:^2.0

Each API direcotry contains a read me file explaning how to use the samples.   

Contributing

These samples have been programmatically generated. Changes must be made in the T4 template files. Changes made in the samples themselves will be over written the next time the project is generated.

See Contributing

License

Copyright 2017 DAIMTO (Linda Lawton) : www.daimto.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. See LICENSE

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Tutorials

Tutorials for these projects can be found on Daimto.com