Revision [1053]

Last edited on 2009-05-23 15:09:05 by KlenwellAdmin
Deletions:
===Documentation===
[[GreqoDocLoadLibrary How to Load Library]]
[[GreqoDocRequestGoogleToken Get Authentication Token]]


Revision [1052]

Edited on 2009-05-23 15:08:06 by KlenwellAdmin
Additions:
Greqo is an open source PHP library for use with various Google [[http://code.google.com/apis/gdata/index.html Data APIs]] and services. It integrates [[http://pear.php.net/manual/en/package.http.http-request.php PEAR HTTP Request]], [[http://magpierss.sourceforge.net/ Magpie RSS]], [[http://pear.php.net/manual/en/package.caching.cache-lite.php PEAR Cache Lite]] and [[http://phpmailer.sourceforge.net/ PHPMailer]] classes within an object-oriented architecture and is compatible with both PHP 4 and PHP 5.
The source is available from its [[http://greqo.googlecode.com/svn/tags/v4.0/ Subversion repository]] at the [[http://code.google.com/p/greqo/ Google project page]].
Documentation for the library is slowly being added. If you are a PHP developer, check out the [[http://greqo.googlecode.com/svn/tags/v4.0/test/ test scripts]] packaged with the library for a hands-on introduction to usage.
[[http://framework.zend.com/download/gdata Zend Framework Gdata Library]]
Deletions:
Greqo is an open source PHP library I am developing for use with various Google [[http://code.google.com/apis/gdata/index.html Data APIs]] and services. It integrates [[http://pear.php.net/manual/en/package.http.http-request.php PEAR HTTP Request]], [[http://magpierss.sourceforge.net/ Magpie RSS]], [[http://pear.php.net/manual/en/package.caching.cache-lite.php PEAR Cache Lite]] and [[http://phpmailer.sourceforge.net/ PHPMailer]] classes within an object-oriented architecture and is compatible with both PHP 4 and PHP 5.
The source is available from its [[http://greqo.googlecode.com/svn/trunk/ Subversion repository]] at the [[http://code.google.com/p/greqo/ Google project page]].
Documentation for the library is slowly being added. If you are a PHP developer, check out the [[http://greqo.googlecode.com/svn/trunk/test/ test scripts]] packaged with the library for a hands-on introduction to usage.
[[http://framework.zend.com/download/gdata Zend Framework Gdata Library]] (PHP 5)
[[http://www.phpclasses.org/browse/package/3450.html Ngeblog]] (PHP Blogger API Class for PHP 5)


Revision [719]

Edited on 2007-09-10 19:44:14 by KlenwellAdmin
Additions:
**Important Note:** Google Services require SSL support. Please make sure that your version of PHP supports it. If you are getting a [[http://code.google.com/p/greqo/issues/detail?id=7 "malformed response"]] error, lack of SSL support is most likely the reason.


Revision [695]

Edited on 2007-07-18 23:53:37 by KlenwellAdmin
Additions:
===Documentation===
===Index===
===References===
===Similar Projects===
Deletions:
=====Documentation=====
=====Index=====
=====References=====
=====Similar Projects=====


Revision [548]

Edited on 2007-06-11 00:12:22 by KlenwellAdmin
Additions:
[[PhpGmailMailer Gmail]]
Deletions:
[[GreqoMailer Gmail]]


Revision [546]

Edited on 2007-06-11 00:10:28 by KlenwellAdmin
Deletions:
[[GreqoDocGetBlogList Get User's Blog List]]
[[GreqoDocGetBlogFeed Get Blog Feed]]
[[GreqoDocPostEntry Post Entry]]
[[http://klenwell.net/greqo/ Live Demo]]
[[http://greqo.googlecode.com/svn/trunk/test/ Greqo Test Scripts]]
[[http://code.google.com/apis/gdata/blogger.html Blogger Data API Documentation]]
[[http://groups.google.com/group/bloggerDev Blogger Data API Discussion Group]]


Revision [544]

Edited on 2007-06-11 00:04:39 by KlenwellAdmin
Additions:
""""
Deletions:
""""


Revision [543]

Edited on 2007-06-11 00:03:54 by KlenwellAdmin
Additions:
""""
Greqo is an open source PHP library I am developing for use with various Google [[http://code.google.com/apis/gdata/index.html Data APIs]] and services. It integrates [[http://pear.php.net/manual/en/package.http.http-request.php PEAR HTTP Request]], [[http://magpierss.sourceforge.net/ Magpie RSS]], [[http://pear.php.net/manual/en/package.caching.cache-lite.php PEAR Cache Lite]] and [[http://phpmailer.sourceforge.net/ PHPMailer]] classes within an object-oriented architecture and is compatible with both PHP 4 and PHP 5.
At present, Greqo includes interfaces for the following Google services:
[[GreqoBlogger Blogger]]
[[GreqoAnalytics Analytics]]
[[GreqoMailer Gmail]]
Deletions:
{{image class="right" alt="greqo logo" title="greqo logo" url="/img_bin/greqo/logo.png" }}
Greqo is an open source PHP library I am developing for use with the [[http://code.google.com/apis/gdata/index.html Google Data APIs]]. It integrates [[http://pear.php.net/manual/en/package.http.http-request.php PEAR HTTP Request]], [[http://magpierss.sourceforge.net/ Magpie RSS]], and [[http://phpmailer.sourceforge.net/ PHPMailer]] classes for use with a variety of Google services.


Revision [535]

Edited on 2007-06-05 19:22:37 by KlenwellAdmin
Additions:
=====Greqo Library Overview=====
Greqo is an open source PHP library I am developing for use with the [[http://code.google.com/apis/gdata/index.html Google Data APIs]]. It integrates [[http://pear.php.net/manual/en/package.http.http-request.php PEAR HTTP Request]], [[http://magpierss.sourceforge.net/ Magpie RSS]], and [[http://phpmailer.sourceforge.net/ PHPMailer]] classes for use with a variety of Google services.
Deletions:
=====Greqo Blogger API Library Overview=====
**[[http://code.google.com/p/greqo/downloads/list download now]]**
Greqo is an open source PHP library I am developing for use with the [[http://code.google.com/apis/gdata/blogger.html Blogger Data API]] using the new [[http://code.google.com/apis/accounts/AuthForInstalledApps.html#ClientLogin Google ClientLogin authentication]] method. It uses the [[http://magpierss.sourceforge.net/ Magpie RSS]] and [[http://pear.php.net/manual/en/package.http.http-request.php PEAR HTTP Request]] classes and is PHP 4 compatible.


Revision [461]

Edited on 2007-04-27 13:48:56 by KlenwellAdmin
Additions:
The source is available from its [[http://greqo.googlecode.com/svn/trunk/ Subversion repository]] at the [[http://code.google.com/p/greqo/ Google project page]].
Deletions:
The library is available for download through its [[http://code.google.com/p/greqo/source Subversion repository]] at the [[http://code.google.com/p/greqo/ Google project page]].


Revision [267]

Edited on 2007-03-07 17:34:14 by KlenwellAdmin
Additions:
[[GreqoDocPostEntry Post Entry]]


Revision [249]

Edited on 2007-03-03 15:31:34 by KlenwellAdmin
Additions:
{{image class="right" alt="greqo logo" title="greqo logo" url="/img_bin/greqo/logo.png" }}
Deletions:
{{image class="right" alt="greqo logo" title="greqo logo" url="/img_bin/greqo/logo.png" link="http://code.google.com/p/greqo/downloads/list"}}


Revision [248]

Edited on 2007-03-03 15:31:11 by KlenwellAdmin
Additions:
{{image class="right" alt="greqo logo" title="greqo logo" url="/img_bin/greqo/logo.png" link="http://code.google.com/p/greqo/downloads/list"}}


Revision [247]

Edited on 2007-03-03 15:11:45 by KlenwellAdmin
Additions:
**[[http://code.google.com/p/greqo/downloads/list download now]]**
Deletions:
**[http://code.google.com/p/greqo/downloads/list [download now]]**


Revision [246]

Edited on 2007-03-03 15:11:32 by KlenwellAdmin
Additions:
**[http://code.google.com/p/greqo/downloads/list [download now]]**


Revision [225]

Edited on 2007-02-21 15:14:00 by KlenwellAdmin
Additions:
The library is available for download through its [[http://code.google.com/p/greqo/source Subversion repository]] at the [[http://code.google.com/p/greqo/ Google project page]].


Revision [224]

Edited on 2007-02-21 15:09:56 by KlenwellAdmin
Additions:
=====Greqo Blogger API Library Overview=====
Documentation for the library is slowly being added. If you are a PHP developer, check out the [[http://greqo.googlecode.com/svn/trunk/test/ test scripts]] packaged with the library for a hands-on introduction to usage.
Deletions:
=====Overview=====


Revision [220]

Edited on 2007-02-21 14:59:26 by KlenwellAdmin
Additions:
[[http://greqo.googlecode.com/svn/trunk/test/ Greqo Test Scripts]]


Revision [55]

Edited on 2006-12-30 14:53:50 by KlenwellAdmin
Additions:
[[http://groups.google.com/group/bloggerDev Blogger Data API Discussion Group]]


Revision [50]

The oldest known version of this page was created on 2006-12-29 13:21:06 by KlenwellAdmin
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki