An open API service indexing awesome lists of open source software.

https://github.com/codeadamca/php-books-api

A basic example of retrieving data using the Google Books API.
https://github.com/codeadamca/php-books-api

api books google php

Last synced: 6 months ago
JSON representation

A basic example of retrieving data using the Google Books API.

Awesome Lists containing this project

README

          

# Using PHP with the Google Books API

A basic example of retrieving data using the Google Books API and PHP.

The API endpoints in the example are both public endpoints and do not require an API key. However, if you want to add your API key simply follow these steps:

1. Go to the [Google Cloud Console](https://console.cloud.google.com/)
2. Create an API key
3. Put your API key into the first line of PHP in the `maps.php` file
4. Upload your files to a PHP server and test

***

## Repo Resources

* [Visual Studio Code](https://code.visualstudio.com/)
* [Google Books API](https://developers.google.com/maps)