Code Monkey home page Code Monkey logo

flawkapi's Introduction

FlawkApi

===========

FlawkApi is a full featured PHP5.3+ Api library for popular gaming platforms (Xbox Live, Playstation Network, Steam). FlawkApi is easily implemented with any projects.

NOTE: Please be aware many components and interfaces are subject to change until official release.

Overview
  • PSR-0 Compliant Autoloader
  • Built for future additions and other services
  • Changeable HTTP client, FlawkApi\Common\Http\Client\ClientInterface
  • (SOLID, readable, documented code
In Development
  • Unit Tests
  • New Features on existing services and new services
  • External Sign in for existing services
  • More to come
Examples

Vist the /docs folder for more indept examples / documentation of the FlawkApi.

<?php
// namespace for all the Services
use FlawkApi\Services\Playstation;
use FlawkApi\Services\Xbox;
use FlawkApi\Services\Steam;

// include the Composer autoloader
require __DIR__ . '/vendor/autoload.php';

// FlawkClient() is the http client that comes with the FlawkApi package
$httpClientProvider = function(){
  return new \FlawkApi\Common\Http\Client\FlawkClient();
};

$playstation = new Playstation("Carlosvaldosta", $httpClientProvider);
$xbox        = new Xbox("iTravers", $httpClientProvider);
$steam       = new Steam("MrLink", $httpClientProvider);

flawkapi's People

Contributors

nybouchard avatar filp avatar

Stargazers

Cameron Tinker avatar Christopher  avatar  avatar Ignacio Muñoz Fernández avatar Brandon Burkeen avatar  avatar Dan Bennett avatar Dan Peterson avatar Cristi Radu avatar Kieran Innes avatar Alan Wynn avatar  avatar Stefaney Roberts avatar Tyler Matthews avatar Will avatar Smith avatar Sami T... avatar Donald Allen avatar  avatar  avatar Aleksandr Kukhta avatar Seth Ryder avatar Cees-Jan Kiewiet avatar Seb Barre avatar Brandon Summers avatar Robert Kraig avatar David Pennington avatar

Watchers

Josh Swift avatar  avatar  avatar Cameron Tinker avatar Kieran Innes avatar

Forkers

dragonfire1119

flawkapi's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.