Hello,
I made a repository available on Github for the Twitter API V2, with PHP and without any particular framework.

You can find it on github / packagist with that name: noweh/twitter-api-v2-php.

For fun and for test my work, I linked a Twitter account to PHPUnit with Github Actions, and with each valid push, a new tweet is automatically posted from this account.

Do not hesitate to give me your feedback :slight_smile:

4 Likes

This is great! Thank you! (I’ve moved this post into the “Libraries and SDKs category”)

Love your idea about running it via PHPUnit and GitHub Actions, this is a really neat thing to do :grin:

(Oh, BTW - I already noticed your library and put it on our documentation page, when we launched v2!)

3 Likes

Small update: I used the previously mentioned repository in a new project: GitHub - noweh/project-marvel-memories: Fanmade project using Twitter API and Marvel API..
I use the github actions to automatically send every hour a tweet containing information about a random Marvel comics (using the marvel API :smiley:)

1 Like