Download the PHP package trukes/threads-api-php-client without Composer
On this page you can find all versions of the php package trukes/threads-api-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download trukes/threads-api-php-client
More information about trukes/threads-api-php-client
Files in trukes/threads-api-php-client
Package threads-api-php-client
Short Description A PHP client library for accessing Threads from Meta
License
Informations about the package threads-api-php-client
Threads Meta API PHP Integration [WIP]
A PHP library for seamless integration with the Threads API by Meta. This package provides a simple and intuitive interface for interacting with the API, making it easy to integrate with PHP applications.
Features
- Publishing: Upload and publish Threads media objects and check their status.
- Media Retrieval: Retrieve Threads media objects.
- Reply Management: Retrieve replies and conversations and hide/unhide replies.
- User: Retrieve a Threads user's posts, publishing limit, and profile.
- Insights: Retrieve insights for Threads media objects and users.
Coming soon
- Authentication: Issue - Support for OAuth2 authentication.
Requirements
- PHP 8.1 or higher
Installation
Installation is done via Composer. Simply run the following command:
Basic Usage
Client
Before using the API, you need to create a client:
Create a Post
Publish a Post
Threads Documentation
Complete META Threads documentation can be found here.
Package Documentation
Complete documentation can be found here.
Contributing
Contributions are welcome! If you have suggestions, fixes, or improvements, feel free to open an issue or a pull request.
How to Contribute
- Fork the repository.
- Create a new branch for your feature (
git checkout -b feature/new-feature
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Open a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contact
If you have any questions or suggestions, feel free to contact us at [email protected].
⭐️ Show Your Support
If this project helped you or you find it useful, please give it a star ⭐️ on GitHub. It helps others discover the project and motivates us to continue developing and improving it.
Made with ❤️ by Trukes (https://github.com/Trukes).
All versions of threads-api-php-client with dependencies
php-http/client-common Version ^2.7
guzzlehttp/guzzle Version ^7.9
php-http/discovery Version ^1.19