steffospieler/tipeee-api

Simple TipeeeAPI Wrapper for PHP

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/steffospieler/tipeee-api

v1.0.3 2025-10-03 10:05 UTC

This package is auto-updated.

Last update: 2025-10-03 10:05:31 UTC


README

Packagist Version Packagist License

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.