thephpleague / oauth1-client

OAuth 1 Client
MIT License
968 stars 73 forks source link

[2.0] Move providers to separate projects #43

Closed stevenmaguire closed 5 years ago

stevenmaguire commented 8 years ago

@bencorlett Now that the develop branch is fresh with some of the new architecture I wanted to bring up the topic of moving the provider implementations to independent repositories. I noticed that there are some empty repos within thephpleague organization. Were those created with this purpose in mind?

I am happy to assume responsibility for a few of them to get the ball rolling. I'd prefer to take trello, tumblr, twitter, and bitbucket, as I have experience with those APIs.

What are your thoughts?

bencorlett commented 8 years ago

Haha, those would be the only ones I’m interested in too. Yep, those repos were created to start adding those providers.

I think outside of those three, the others were community contributed :)

On 2 Dec 2015, at 3:59 PM, Steven Maguire notifications@github.com wrote:

@bencorlett https://github.com/bencorlett Now that the develop branch is fresh with some of the new architecture I wanted to bring up the topic of moving the provider implementations to independent repositories. I noticed that there are some empty repos within thephpleague organization. Were those created with this purpose in mind?

oauth1-xing oauth1-uservoice oauth1-twitter oauth1-tumblr oauth1-trello oauth1-magento oauth1-bitbucket

I am happy to assume responsibility for a few of them to get the ball rolling. I'd prefer to take trello, tumblr, twitter, and bitbucket, as I have experience with those APIs.

What are your thoughts?

— Reply to this email directly or view it on GitHub https://github.com/thephpleague/oauth1-client/issues/43.

stevenmaguire commented 8 years ago

Well, I am in favor of two things. 1) We can split the four (trello, tumblr, twitter, and bitbucket) evenly and maintain under the league's banner 2) Delete the other empty repos and publish a new issue asking for maintains to take over.

If that sounds reasonable, I will amend my list of preferred providers to be trello and bitbucket :)

bencorlett commented 8 years ago

Sounds a plan!

On 3 Dec 2015, at 1:19 PM, Steven Maguire notifications@github.com wrote:

Well, I am in favor of two things. 1) We can split the four (trello, tumblr, twitter, and bitbucket) evenly and maintain under the league's banner 2) Delete the other empty repos and publish a new issue asking for maintains to take over.

If that sounds reasonable, I will amend my list of preferred providers to be trello and bitbucket :)

— Reply to this email directly or view it on GitHub https://github.com/thephpleague/oauth1-client/issues/43#issuecomment-161495645.

stevenmaguire commented 8 years ago

Awesome! I assume you have rights to manage permissions on those projects. Could you add me as admin to oauth1-trello and oauth1-bitbucket? I will create issues for the remaining projects after I've got a boilerplate to "share".

bencorlett commented 8 years ago

Awesome! Doing that now :)

On 3 Dec 2015, at 1:31 PM, Steven Maguire notifications@github.com wrote:

Awesome! I assume you have rights to manage permissions on those projects. Could you add me as admin to oauth1-trello and oauth1-bitbucket? I will create issues for the remaining projects after I've got a boilerplate to "share".

— Reply to this email directly or view it on GitHub https://github.com/thephpleague/oauth1-client/issues/43#issuecomment-161497795.

stevenmaguire commented 8 years ago

The oauth1-trello and oauth1-bitbucket packages are published and awaiting official release and/or further updates to this package. Once #50 is merged they will be fully functional as well.

If you are interested in picking up one of the incomplete packages listed in this issue, or another third-party, feel free to clone the trello or bitbucket repos for a boilerplate to get started.

stevenmaguire commented 8 years ago

I will take the remaining four providers (oauth1-xing, oauth1-uservoice, oauth1-tumblr, oauth1-magento) on once we get the develop branch somewhat stable and building successfully in CI.

ChaerilM commented 8 years ago

can i help with magento?

stevenmaguire commented 8 years ago

Yes, please.