Code Monkey home page Code Monkey logo

2performant-php's Introduction

2Performant PHP API
===================

The API allows you to integrate any 2Performant network in your application. It's goal is to make sure developers can implement anything that can be done via the web interface using API functions.

The API is RESTful XML over HTTP using all four verbs (GET/POST/PUT/DELETE). The PHP implementation is built as an PHP4 class.

API documentation can be found at:
http://help.2performant.com/API


Some Examples
=============

Interacting with 2Performant networks is very easy.

First you initialize an object

        $session = new TPerformant("simple", array("user => "user", "pass" => "pass"), 'http://api.yournetwork.com');
        // or via OAuth
        $consumer = new HTTP_OAuth_Consumer($APP_KEY, $APP_SECRET, $oauth_data['token'], $oauth_data['secret']);
        $obj = new Tperformant("oauth", $consumer, "http://api.yournetwork.com");

Afterwards you can call any function from the TPerformant class:

        // display the last 6 received messages
        print_r($session->received_messages_list());

For details about each API function the documentation can be found at:
http://help.2performant.com/API


Advanced Applications
=====================

You can build advanced applications using the 2Performant API and have them distributed over 2Performant App Store. 

Get Started at: http://apps.2performant.com and http://help.2performant.com/Developers-Area

Reporting Problems
==================

If you encounters any problems don't hesitate to contact us at:
support (at) 2performant.com

2performant-php's People

Contributors

sradu avatar tetele avatar alecslupu avatar

Watchers

James Cloos avatar Gabi Udrescu avatar

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.