- PHP 5.4+
- MySQL database or MariaDB
Simple class that will allow you to use SmiteAPI quickly and with ease in just couple minutes. Example of usage can be found in index.php file.
This class is using database to store your session and its timestamp, so please, don't forget to properly fill the settings on top of smite.class.php file. This class will automatically create MySQLi connection (or use existing one) and create table for session if it does not exist already.
To get your developer id and api key, please fill out this form: https://fs12.formsite.com/HiRez/form48/secure_index.html
If you have any issues or requests, don't hesitate to go here: https://github.com/MiChAeLoKGB/SmiteAPI/issues or make pull request.
MiChAeLoKGB