GithubHelp home page GithubHelp logo

cheddar-php's Introduction

Notice: This library is no longer being maintained. Use at your own peril.


Cheddar Logo

Cheddar-PHP [v1.1] is a PHP5 library that works out of the box with Cheddar.

Introduction

Cheddar is an minimalist-and-cool task management tool that is always in sync. With the release of their API, I decided that it was time I should release more code on GitHub and I thought Cheddar would be a great start.

Requirements

Cheddar PHP requires at least PHP 5.3 and cURL.

Installation

Upload Cheddar.php to your folder. That's it!

Instructions

See Example.php and Simple_Example.php for a executable demo.

Steps:

  • Ensure the file has been included through require 'Cheddar.php';
  • Obtain your Cheddar Application ID/Secret by clicking here.
  • Ensure your Return URL is the page where $cheddar->get_access_token(); is being called!
  • Place your Application ID/Secret through $cheddar = new Cheddar\API('app_id=APP ID HERE&app_secret=APP_SECRET_HERE'); .
  • See Example.php and make request you wish.
  • The data is returned as an Object. Use var_dump() or print_r() to see the values necessary, or look at the examples.

Have fun!

Author

Hi. I'm Bilawal Hameed. You can visit my website to learn more about me here.

cheddar-php's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.