Download the PHP package dywily/gaw without Composer
On this page you can find all versions of the php package dywily/gaw. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package gaw
Google-api-php-wrap
- A package base from google/apiclient
- Currently only packaging the gmail, you can easily manage syncing email, displaying email, and sending email
- The examples folder in the reference package is used for the basics
- you can see configuration file
config/gaw.php
and overwrite related configuration
Configure OAuth client authorization
-
refer: google api 授权及使用 总结
- You need to move the downloaded credentials file into the configuration {auth_path}/{credential_file}
Usage of Examples folder
-
Enter parent directory of the examples
-
Execute
- Browser view: http://localhost:8068/examples/index.php
If you use the laravel
-
Add the following into
routes/console.php
-
Execute
-
Add the following into
providers
ofconfig/app.php
- Execute and view: http://localhost:8068/getLabels
PS
- Usage of memory when synchronous mail is about using yield to retrieve the mailing list, vs directly return the mailing list
All versions of gaw with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
google/apiclient Version ^2.12.1
ext-dom Version *
ext-libxml Version *
ext-curl Version *
nesbot/carbon Version ^2.66
google/apiclient Version ^2.12.1
ext-dom Version *
ext-libxml Version *
ext-curl Version *
nesbot/carbon Version ^2.66
The package dywily/gaw contains the following files
Loading the files please wait ....