pmvc-plugin / google_api
Google API for JWT server side oauth
0.0.1
2017-08-12 11:08 UTC
Requires
- pmvc/pmvc: *
This package is auto-updated.
Last update: 2024-11-12 03:44:36 UTC
README
google_api
Install with Composer
1. Download composer
- mkdir test_folder
- curl -sS https://getcomposer.org/installer | php
2. Install by composer.json or use command-line directly
2.1 Install by composer.json
- vim composer.json
{
"require": {
"pmvc-plugin/google_api": "dev-master"
}
}
- php composer.phar install
2.2 Or use composer command-line
- php composer.phar require pmvc-plugin/google_api