Re: Anyone interested in a PSR-0 compliant PHP client?

2012-09-05 Thread Kasper Pedersen
@Anash, that would be great. I'll send you an email :) Changing the official client obviously has some major benefits, my only concern is that a lot of my gripes will require breaking backwards compatibility. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Anyone interested in a PSR-0 compliant PHP client?

2012-09-05 Thread Jason Stedman
I don't do much with PHP, but as far as I can tell adding namespaces would remove support for PHP versions 5.3, currently the minimum version is 5.2 it would be great if there were a way to reach out to the AdWords PHP community oob and find out how many people are actually still relying on

Re: Anyone interested in a PSR-0 compliant PHP client?

2012-09-05 Thread Ewan Heming
I've recently been thinking about the same issue myself because it would make working with the Symfony framework much easier. I don't have too much spare time, but would certainly be happy to help out with at least the namespace issue for improved classloading and IDE support. --

Anyone interested in a PSR-0 compliant PHP client?

2012-09-04 Thread Kasper Pedersen
Hello all, I'm looking for contributors for a new PHP client, that is better suited for using with frameworks and other libraries. The key difference between this client and the official one is PSR-0 compliance, so the library can easily be autoloaded. Anyone interested? BR Kasper Pedersen

Anyone interested in a PSR-0 compliant PHP client?

2012-09-04 Thread Evgeniy Bogdanov
Hi. Conditions of participating? Details of architecture? What is your role? Estimates? Regards, Evgeniy -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Anyone interested in a PSR-0 compliant PHP client?

2012-09-04 Thread Kasper Pedersen
My role is currently very simple, I just have an idea and I think someone else may find it useful. I have no experience managing open source projects, so if someone has experience (or wants to take it on), please step forward :) Conditions for participating? None really. If you want to help

Re: Anyone interested in a PSR-0 compliant PHP client?

2012-09-04 Thread Anash P. Oommen
Hi Kasper, I could put you in touch with the current maintainer of AdWords API PHP library, to see if you could contribute to it directly to make the changes you wish to see. The official client library is open-sourced, has a code base that works, complete with code examples and tests. So IMHO