patreon-php icon indicating copy to clipboard operation
patreon-php copied to clipboard

Interact with the Patreon API via OAuth

Results 17 patreon-php issues
Sort by recently updated
recently updated
newest added

Hi. I have checked your API in detail. I think it's really good code to integrate patreon API. I want to upload image to my patreon account using API. Would...

Hello There are many users out there using the PHP [Symfony framework](https://github.com/symfony/symfony) (22.4k stars on Github). There's also an excellent extension called [HWIOAuthBundle](https://github.com/hwi/HWIOAuthBundle) for Symfony to provide easy OAuth integrations...

Hello, I would like to suggest some changes to your API, because it's too much complicated, I think. Or maybe I missed something? Eg: I have a website where users...

Hi there, I'm struggling with your API/webhooks and I would love some insights/advice on how could I achieve this: Using your webhooks, I would like to be able to categorise...

Full discloser: I'm the author of the library art4/json-api-client that you are using in this project. Hi :wave: I've recently release JsonApiClient v0.10 that introduces some changes and deprecates many...

I have a scenario where I needed to loop through all the stored tokens and retrieve some user data with them. The current cache implementation doesn't take the access token...

I am using creator’s access token from here https://www.patreon.com/portal/registration/register-clients. I call this way ``` public function getPatrons() { $api = new API(config('patreon.access_token')); dd($api->fetch_campaigns()); } ``` I’m getting null in response.