php frameworks
A software framework is a reusable design for a software system (or subsystem). This is expressed as a set of abstract classes and the way their instances collaborate for a specific type of software. Software frameworks can be object-oriented designs. Although designs don't have to be implemented in an object-oriented language, they usually are and in some ways they can be considered the object-oriented equivalent of software libraries. A software framework may include support programs, code libraries, a scripting language, or other software to help develop and glue together the different components of a software project. Various parts of the framework may be exposed through an application programming interface (API).
From : http://en.wikipedia.org/wiki/Software_framework
Zend Google Data Client
The Zend Google Data Client provides a PHP 5 component to execute queries and commands against the Google Data APIs.
The Google data APIs provide a simple standard protocol for reading and writing data on the web.
These APIs use either of two standard XML-based syndication formats: Atom or RSS. They also have a feed-publishing system that consists of the Atom publishing protocol plus some extensions (using Atom's standard extension model) for handling queries.
Many Google services support the Google data API protocol. The following data APIs allow your client applications to interact with Google services:
Google Apps APIs
Google Base data API
Blogger data API
Google Calendar data API
Google Code Search data API
Google Notebook data API
Google Spreadsheets data API
Picasa Web Albums data API
Google Documents List data API
YouTube data API
Loading .....