Tag Archives: api

Using the Asterisk Manager PHP API

Well it’s been a while since the PHP Asterisk Manager API was released and I’ve yet to produce a clear and definitive example of its use.  So here goes. Prerequisites Your Asterisk server must be set up correctly before this API can ‘speak’ to the server. First you’ll need to ensure the Manager interface is [...]

Ruby Asterisk: 2 Libraries & 2 Docs

Just so the Asterisk-Ruby’ists don’t feel left out after my PHP Asterisk post here’s a useful list if you’re wanting to integrate Asterisk with your Ruby (on Rails) app: Adhearsion – Its a full framework on top of Asterisk built in Ruby. Think ‘RAGI-on-steroids’. RAGI – Ruby Asterisk Gateway Interface provides a Ruby interface to [...]

Facebook API Wins API of the Year

If you’ve never heard of Programmable Web then I suggest you take a look. Its a huge directory of all the major APIs on the web open for development. They’ve decided to award the Best API of the Year to the Facebook site. It won based on its openness, audience, money-making potential, viral features, modularity [...]

Ruby + PayPal

I don’t normally like throwing up a basic link or copying another blog but this, THIS, really is good news – certainly for me anyway. There’s been a number of libraries released for using Ruby with Paypal providing full integration with the online paytment service. vPayPal RoR::PayPal Ruby PayPal

Google Adwords PHP APIlity

Its been around for a few weeks now but I thought I’d point it out to those who hadn’t noticed its release. Google have unleashed a PHP API to their Google Adwords system called APIlity. The APIlity PHP Library provides an object-oriented way to easily access and manage the Google AdWords API from within PHP. [...]