steffospieler / tipeee-api
Simple TipeeeAPI Wrapper for PHP
v1.0.3
2025-10-03 10:05 UTC
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.0
- phpdocumentor/reflection-docblock: ^5.6
- symfony/serializer-pack: ^1.3
Requires (Dev)
- symfony/var-dumper: ^7.3
- vimeo/psalm: ^5.26
This package is auto-updated.
Last update: 2025-10-03 10:05:31 UTC
README
A simple API wrapper for the Tipeee API.
Not fully implemented
This API wrapper is not fully implemented yet. There are currently only two methods implemented. (The two I need for my project.)
- [x] /events
- [ ] /events/chart
- [ ] /events/forever
- [x] /shop/rate
- [ ] /me
- [ ] /me/api
- [ ] /users/{username}/events
API Docs: https://api.tipeeestream.com/api-doc/
Setup
To use the TipeeeAPI wrapper, you'll need to create a client with a descriptive user agent:
use SteffoSpieler\TipeeeAPI\Client;
$client = new Client("apikey-1234567890abcdefghijklmnopqrstuvwxyz");
Contributing
Contributions are always welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.