inakiabt / etsy-php

Etsy API wrapper for PHP
74 stars 59 forks source link

Dependencies? #4

Open villanus opened 10 years ago

villanus commented 10 years ago

Does this still have the PERL dependencies? I am looking for something I can use on a windows II7 machine running php. Actually the goal is to use JavaScript (jquery) to push values to something like your library, and then have your library do the OAuth nonsense with etsy. Is this sort of what you have mapped out with querystrings?

Thanks

inakiabt commented 10 years ago

Yes, it's still have the OAuth dependency. What do you recommend?

villanus commented 10 years ago

it would be super sweet if the dependency did not exist and this was a 100 percent php solution. even better would be if it was just a wrapper where each etsy mehod was its own php script and then each vale passed as form variables. that way you could ue this with client side jswithout delving into php code.

how about this outh library? https://code.google.com/p/oauth-php/

inakiabt commented 10 years ago

Last year I started a new branch to decouple the OAuth dependency (https://github.com/inakiabt/etsy-php/tree/client_abstraction), but I'm not having much time to finish it, right now. Feel free to submit a pull request ;)

villanus commented 10 years ago

Im not a php coder, but found this oauth library which you may want to look at if you have time. http://www.phpclasses.org/package/7700-PHP-Authorize-and-access-APIs-using-OAuth.html

It has support for Etsy API,

Tekrajs commented 6 years ago

So in this -> (https://github.com/inakiabt/etsy-php/tree/client_abstraction) library if we could remove dependency of client folder, then we can remove the oauth and pecl dependency ? Actually, I have a oauth 1.0 for etsy that is working fine for all other things except uploading images. Your SDK did upload the images and its cool but it is dependent. So can we mix up this two Wrapper and create new ? . I can send you the full code, the library is not made by me though, i got it from somewhere and i am currently using that. Butt it lacks image uploading part. Thanks.

inakiabt commented 6 years ago

@Tekrajs I'm actually looking for help, so if you can give a hand would be great. Thanks.

Tekrajs commented 6 years ago

@inakiabt I would love to assist you. But I have very little understanding of oauth. I already said i can provide you the working library for etsy api . Can you integrate in your wrapper? But as is said it supports all things accept image uploading.

Tekrajs commented 6 years ago

Also I am doing research on it, as i need it very much. If in case i made it working, I will for sure notify you :).

michaelborn commented 6 years ago

I've found two PHP-OAuth libraries so far:

I recommend the second, it is up to date and has over 100 contributors, so it's probably going to stay fairly well supported for the near/far future.

UPDATE: Erm, this has a supposedly working example for Etsy integration by none other than... @inakiabt ? :) https://github.com/Lusitanian/PHPoAuthLib/blob/master/examples/etsy.php

inakiabt commented 6 years ago

:) El El lun, 1 oct. 2018 a las 03:38, Michael Born notifications@github.com escribió:

I've found two PHP-OAuth libraries so far:

I recommend the second, it is up to date and has over 100 contributors, so it's probably going to stay fairly well supported for the near/far future.

UPDATE: Erm, this has a supposedly working example for Etsy integration by none other than... @inakiabt https://github.com/inakiabt ? :) https://github.com/Lusitanian/PHPoAuthLib/blob/master/examples/etsy.php

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/inakiabt/etsy-php/issues/4#issuecomment-425803707, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlChGaB1gsqr-ukd2dj-Rajehm58EIUks5ugbhOgaJpZM4CnmT8 .

-- Iñaki Abete :: Tandil :: Argentina :: about.me/inaki.abete