Archive for the ‘API’ Category
Monday, August 9th, 2010
Ever considered developing a RESTful API? Ever wondered what is FRAPI and how it works? Well apart from reading the frameworks’s website, there was no real way to assess FRAPI as a RESTful API Framework — Not until recently.
In order to ease adoption and make it more accessible for people to evaluate FRAPI, we’ve put an Amazon AMI together. This AMI comes pre-installed with Linux Lucid Lynx (Ubuntu 10.04 LTS), NGINX as the webserver, Memcached — (And no, port 11211 isn’t opened to the public), PHP5-FPM, APC and obviously FRAPI.
If you’d like to give this public AMI a spin, just go to Amazon’s instance management section, click on “Launch Instance, go to community AMIs, and search for : “ami-0adf2f63″ . Once you found it, click on “Select” (And make sure to select Port HTTP (80) when asked about which ports to open).
(more…)
Tags: amazon, APC, Cloud Computing, ec2, frapi, memcached, nginx, php-fpm, php532
Posted in API, Cloud Computing, PHP, frapi | 7 Comments »
Thursday, April 1st, 2010
Introduction
At echolibre we’ve been trying to organize our sales and customer relationship in a more efficient way as the company customer base is getting larger and larger. That’s natural process for any growing company. In order to help us organize how we do everything related to customers (Sales, Leads, Relationships, etc) we are giving Capsule CRM a good run.
Capsule CRM is basically a nice CRM tool that takes the boring part out of CRM’ing. Moreover (And the whole reason of this blog post), it has an API and as you all know, we LOVE APIs.
Therefore, we realized that we needed to integrate Capsule with some online services we have and so we built a PHP wrapper for their API to give developers the ability to place requests and use the web service as they wish using PHP
Services_Capsule is now being proposed to PEAR however you can already get the code from http://github.com/davidcoallier/Services_Capsule and start using it. The lack of end-user documentation may be the greatest lack in the package right now so I figured it might be good to post a few usage examples in a post.
Tags: API, capsulecrm, developer, PEAR, PHP, webservice
Posted in API, PEAR, PHP | 16 Comments »
Monday, October 12th, 2009
On Friday evening we quietly announced on twitter a product that we’ve been working on for the last 10 months. FRAPI is an Open Source API framework that allows you to open up your existing web based application or legacy system to your own or third party developers.
FRAPI handles standard API things like authentication and data formatting, and speeds up the API development process — like the way ZF or Symfony for PHP, Django for Python, JQuery for JavaScript (or, I suppose even Ruby on Rails ;-p ), does for other technologies.
David Coallier put together a quick 5 minute screencast to show you how you can use FRAPI to start building your API. (more…)
Tags: echolibre, javascript, PHP, web3.0
Posted in API, Open Source, PHP, Zend Framework, echolibre, innovation, jquery, python, web3.0 | 13 Comments »
Friday, April 3rd, 2009
Watch out! The semantic web is on the way, a thought that many (and not just the marketeers) may find daunting . Why? Because system and web app developers that want to take advantage of the semantic web will need to learn a lot of new standards and change the way they work.
I have been studying and working with web standards (XHTML, RDF, ATOM, RSS) for well over 4 years now, something I am glad of, because recently something struck me. Conventions are arising, for example DOAP, SKOS and others, that are built on top of the Resource Description Framework otherwise known as RDF, if they aren’t, they are usually built on something very similar or related. (more…)
Tags: innovation, javascript, json, PJSF, semantics web, standards, technology, web, web3.0
Posted in API, OSS Bar Camp, PHP London, PJSF, echolibre, industry, innovation, performance, security, web3.0 | 21 Comments »
Tuesday, March 31st, 2009

This past weekend we went along to Dublin’s OSS BarCamp. There were some really great talks, Stuart Langridge’s Javascript presentation was a highlight. Jaime Hemmett’s talk on using Git for version control was useful and informative. Paul Biggar’s talk on PHC, the Open Source PHP Compiler, was thought provoking and certainly caused a few grumbles from PHP guys like myself in the audience ;). JD and myself managed to catch up with him after and talk through some of his ideas over a drink. (more…)
Tags: API, architecture, community, design, performance, scaling, semantics, web1.0, web2.0, web3.0, webservice
Posted in API, OSS Bar Camp, Open Source, echolibre, innovation, performance, web3.0 | 3 Comments »