All Projects → MattRyder → Steamapi

MattRyder / Steamapi

A PHP wrapper for interacting with Valve's Steam Community.

Projects that are alternatives of or similar to Steamapi

node-steamapi
A nice Steam API wrapper for nodejs
Stars: ✭ 112 (+348%)
Mutual labels:  api-wrapper, steam-api
Slack
🎉✨ Slack API client for Node and browsers.
Stars: ✭ 903 (+3512%)
Mutual labels:  api-wrapper
Igbot
🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
Stars: ✭ 4,094 (+16276%)
Mutual labels:  api-wrapper
Api
Native PHP Wrapper for Telegram BOT API
Stars: ✭ 714 (+2756%)
Mutual labels:  api-wrapper
Pytube
A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.
Stars: ✭ 4,979 (+19816%)
Mutual labels:  api-wrapper
Archisteamfarm
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
Stars: ✭ 7,219 (+28776%)
Mutual labels:  steam-api
Cuda Api Wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
Stars: ✭ 362 (+1348%)
Mutual labels:  api-wrapper
Goodshirt
R client to the Good Place Quotes API
Stars: ✭ 24 (-4%)
Mutual labels:  api-wrapper
Rscorecard
R wrapper for U.S. Department of Education College Scorecard Data API
Stars: ✭ 17 (-32%)
Mutual labels:  api-wrapper
Rapid.js
An ORM-like Interface and a Router For Your API Requests
Stars: ✭ 700 (+2700%)
Mutual labels:  api-wrapper
Python Poloniex
Poloniex API wrapper for Python 2.7 & 3
Stars: ✭ 557 (+2128%)
Mutual labels:  api-wrapper
Bitex
Crypto-currency Exchange API Framework
Stars: ✭ 455 (+1720%)
Mutual labels:  api-wrapper
Pizzly
The simplest, fastest way to integrate your app with an OAuth API 😋
Stars: ✭ 796 (+3084%)
Mutual labels:  api-wrapper
Bitly
A Ruby wrapper for the bit.ly API
Stars: ✭ 435 (+1640%)
Mutual labels:  api-wrapper
Groovehq
Ruby gem for GrooveHQ api
Stars: ✭ 22 (-12%)
Mutual labels:  api-wrapper
Hourboostr
Two programs for idling Steam game hours and trading cards
Stars: ✭ 372 (+1388%)
Mutual labels:  steam-api
V8 Archive
Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
Stars: ✭ 486 (+1844%)
Mutual labels:  api-wrapper
Godotsteam
Steam API for the Godot game engine
Stars: ✭ 746 (+2884%)
Mutual labels:  steam-api
Steam Market
Find arbitrages on the Steam Market.
Stars: ✭ 25 (+0%)
Mutual labels:  steam-api
Aiomixcloud
Mixcloud API wrapper for Python and Async IO
Stars: ✭ 23 (-8%)
Mutual labels:  api-wrapper

SteamAPI

SteamAPI is a PHP wrapper for interacting with Valve's Steam Community.

SteamAPI offers the ability to:

  • pull entire player profiles, including most played games, Steam Ratings, and groups subscribed to;
  • get achievements and statistics schema for specific games (Steam apikey and json PHP extension required);
  • track user achievements
  • pull the latest App/Game Store List, and query the latest version of a game
  • check for online and offline servers for a given IP Address

Hopefully over time, more functionality can be added to this API, including pulling global game statistics, group interaction if there's time!

Overview

It's simple to integrate SteamAPI into your web application!

To access user profiles, create a SteamUser object for the target user:

<?php

require("steam/SteamUser.php");

$user = new SteamUser($id);
print_r($user); //Or whatever you want to do with it! :)

?>

More Information

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].