Sample project for working with the diffrent Google APIs with PHP.
- Source Code Google google-api-php-client
Google has not created these sample projects, or the tutorials that go along with them. They were all created by me.
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.
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
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
https://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 for these projects can be found on Daimto.com