Symfony2中的Gmail服务

I need to use the Gmail service in my project in Symfony2. I installed the Google Suite via composer but I noticed that it is really too much for what I do. I need only the services and Gmail API. Is there a way to just download the Service Gmail and not all of Google ever via composer?

Thanks for the possible response.

I need to use the Gmail service in my project in Symfony2.

I'd suggest using an existing package:

Both packages use google/apiclient interally to access the Google API.

I installed the Google Suite via composer but I noticed that it is really too much for what I do.

What is Google Suite? Which package are you referring to?

I need only the services and Gmail API. Is there a way to just download the Service Gmail and not all of Google ever via composer?

Composer fetches development dependencies. That doesn't mean that you have to ship all of the fetched stuff. You can reduce the size of your project by deleting unnecessary parts (before you package for deployment).