Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move core components of the library into the 'base' folder. #12

Closed
GoogleCodeExporter opened this issue Dec 16, 2015 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link

The library is currently broken into the following structure:

google-api-php-client
 - test
 - examples
 - src
    -- auth
    -- service
    -- io
    -- auth
    -- cache
    -- services
    -- external
    -- apiClient.php
    -- config.php


Here's the proposed structure. This has a more obvious call-to-action when 
developers first unzip the client library. They will first see the php files 
they need to configure, and the apiClient.

google-api-php-client:
 - test
 - examples
 - config.php
 - apiClient.php
 - base
    -- auth
    -- service
    -- io
    -- auth
    -- cache
    -- services
    -- external

Original issue reported on code.google.com by chirags@google.com on 17 Aug 2011 at 1:46

@GoogleCodeExporter
Copy link
Author

I'm not totally sure about this one - the src folder is very common. Certainly 
repo structure will stay the same, but it hopefully should get a lot easier to 
understand as we move towards PSR0. 

Original comment by ianbar...@google.com on 22 Mar 2013 at 1:26

  • Changed state: WontFix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant