Re: Should google-api-php-client be a library? (webmaster)
Jimmy Berry <[email protected]>
| Newsgroups | gmane.comp.php.drupal.devel |
|---|---|
| Message-ID | <CABTDdhUjvuPCBU8U_7NCEpFBLq+V9_xvT4Bw08yqha0bzawfag@mail.gmail.com> |
The module the provides the library integration should provide a hook_requirements() that makes the necessary assertions. If you have a module like awssdk then you can simply depend on that module in your info file to imply a dependency on the AWS SDK for PHP from Amazon. Obvioulsy you can do this all in one module otherwise. -- Jimmy