Since peppy opened the osu!api to the public, I went to play a bit with it (my signature is the result of it) and while I was doing it, I wrote this small PHP library to help those in need when to use the API on their websites. It's small but it has one or two features that already makes it at least useful:
- Simple but effective caching (default 6 hours).
- It already helps in not writing several lines for calling curl.
I'm releasing this to the osu! community so it can be of use to anyone and to improve it.
So here's the library: https://github.com/Repflez/osu-API-lib
Be sure to read the Readme for how to setup it.
- Simple but effective caching (default 6 hours).
- It already helps in not writing several lines for calling curl.
I'm releasing this to the osu! community so it can be of use to anyone and to improve it.
So here's the library: https://github.com/Repflez/osu-API-lib
Be sure to read the Readme for how to setup it.