Sending your stats and metrics to Stated from your PHP application
require_once("stated.php");
You're now ready to send stats from your PHP app with a single line of code.
Send a count stat
stated_count( 'your@email.com', 'stat-count-name', 1 );
Send a value stat
stated_value( 'your@email.com', 'stat-value-name', 10.4 );
Your stats will show up in your dashboard within seconds of sending.
Need help? - We'd love to assist you with any issues, code, or questions you may have -- contact us.