Giter Site home page Giter Site logo

cloudsponge-lib-php's Introduction

CloudSponge.com PHP Library 0.9 Beta

This library consists of one php file that provides an interface to CloudSponge.com API. Other files are included to present an example of the usage of the library and CloudSponge.com API.

Installation:

  • Unzip all files into a folder in your web directory.
  • Modify the contents of csconstants.php. Move this file to a central location where you will not copy over it with subsequent installs, and modify the require_once line in csimport.php to reflect this new location.
  • Point your browser at step_1_start.php in your web directory and run the sample import.

Dependencies

This library depends on PHP >= 5.2.0 or PECL json >= 1.2.0. If upgrading your version of PHP is not an option, consider installing the PECL json library.

Openssl and libcurl are also required. For HTTPS connections you may need to install a CA certificate bundle. A bundle has been converted for use with cURL by Haxx. Background.

SSL Issues

SSL related errors are usually resoved by updating your CA certificate bundle. A certificate bundle has been converted for use with cURL by Haxx. You can read some background here.

Files:

  • csimport.php - library that interfaces with CloudSponge.com
  • csconstants.php - example constants definition that should be modified to include your own CloudSponge.com credentials.
  • step_1_start.php - Example start page that displays options to a user to import their contacts.
  • step_2_events.php - Example progress page that displays events as they become available.
  • step_3_contacts.php - Example completion page that displays the imported contacts.
  • popup.php - Example page that displays a popup to the user, to take them through the OAuth or DelAuth processes.
  • auth.php - Callback endpoint responsible for proxying WindowsLive authentication for CloudSponge.com.
  • prototype.js - dependency for the sample pages to interact with the DOM.

Support

For additional support or feedback contact [email protected].

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.