Proposal for "Services_Twilio"

» Metadata » Status
  • Category: Web Services
  • Proposer: Neuman Vong 
  • License: MIT License
  • Status: Proposed
» Description

An SDK (or helper library, as we're calling them) for PHP developers to negotiate with Twilio's REST API and generate TwiML responses.

To use, developers will need to sign up for a Twilio account and retrieve ID/Token pair, which can then be used to issue HTTP requests to the Twilio API.

» Dependencies » Links
» Timeline » Changelog
  • First Draft: 2011-03-08
  • Proposal: 2011-03-08
  • Call for Votes: 1970-01-01
  • Voting Extended: 1970-01-01
  • Neuman Vong
    [2011-03-14 08:41 UTC]

    • Uses HTTP_Request2
    • Some PEAR coding standards fixes
    • Improvements to internal APIs
  • Neuman Vong
    [2011-03-15 19:16 UTC]

    Changelog:

    • 4 space indent
    • custom autoloader
    • one class per file
    • add dependencies to package.xml