Home » Web Services » Services_Technorati
A class for interacting with the Technorati API
This package is unmaintained.
Download latest release 0.7.1beta (archived versions might be outdated)
License: PHP License
Description
Services_Technorati is a wrapper for the REST-based Technorati webservices API. Technorati is a blog search engine that provides a number of interfaces for interacting with recent blog entries, such as searching for entries that link to a certain URL, are linked from a certain URL, or have been given certain tags.
Services_Technorati provides an interface to all of the query types in Technorati API version 1.0, and supports filesystem caching of query data using Cache_Lite compatible cache objects.
As of version 0.7.0 this package is PHP5 only, and requires simplexml.
Documentation
Maintainers
- James Stewart (jystewart) — lead, active
- Ryan King (ryansking) — developer, active
Dependencies
Required
- PHP (>= 5.0.0)
- PEAR Installer (>= 1.4.0b1)
- HTTP_Request
- simplexml (extension)
Optional
Releases
- 0.7.1beta (beta, 2007-04-09)
Release notes
License: PHP License
Moving PHP5 version to beta. No changes from alpha
- 0.7.0alpha (alpha, 2007-02-27)
Release notes
License: PHP License
Switch to PHP5-only version
- 0.6.6beta (beta, 2005-09-29)
Release notes
License: PHP License
Cleaning up docblocks and versioning data
Changed license to LGPL
Fixed bug in return value of _checkOptions()
Fixed typo in topTags method - 0.6.5beta (beta, 2005-09-22)
Release notes
License: PHP License
Resolved bug #5500 - misuse of array_merge
- 0.6.4beta (beta, 2005-09-04)
Release notes
License: PHP License
Added support for new blogPostTags API method
Refactored most calls and broke up _sendRequest method
Fixed typos in comments - 0.6.3alpha (alpha, 2005-05-08)
Release notes
License: PHP License
Completed unit tests and made several minor changes (mainly type checking) as a result
Added checks to be sure we have a cache object before trying to use it. - 0.6.2alpha (alpha, 2005-05-01)
Release notes
License: PHP License
Removed debug code that had been left in (thanks to Greg Beaver for spotting this)
- 0.6.1alpha (alpha, 2005-05-01)
Release notes
License: PHP License
Cleaned up factory method. This should now be the standard way to instantiate
No longer dependent on Cache_Lite (instead accepts handle for external cache)
Added initial unit tests - 0.6.0alpha (alpha, 2005-04-17)
Release notes
License: PHP License
Clean up to match coding standards (thanks to Ryan King for assistance)
- 0.5.6 (devel, 2005-04-16)
- 0.5.5 (devel, 2005-04-05)
Release notes
License: PHP License
Removed 'query' from method names.
First release on PEAR site
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #4166 | Closed | Bug | 2005-04-16 | Parse error on line 586 | |
| #4167 | Closed | Bug | 2005-04-16 | Package unusable | |
| #5500 | Closed | Bug | 2005-09-22 | Line 138, array_merge fails | |
| #5517 | Closed | Bug | 2005-09-25 | blogInfo method fix | |
| #6086 | Closed | Req | 0.7.0 | 2005-11-27 | Change User-Agent header |
| #10163 | Wont fix | Req | CVS | 2007-02-23 | Zend Code Analyzer Report |