Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

ericmann/gReader-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#gReader Library Original: https://github.com/ericmann/gReader-Library

PHP class library for providing access to the RSS services compatible with Google Reader API. Enables authentication and provides public methods for general Google Reader actions.

This project is dual-licensed as GPLv2 and MIT.

Example of use

<body>
<pre>
<?php
require('greader.class.php');
$gr = new JDMReader('aUserName', 'aPassword', 'https://your.server.example/', 'https://your.server.example/');

echo htmlspecialchars($gr->listAll());
?>
</pre>

<?php echo $gr->listUnread(100); ?>

</body>

Compatible RSS services

Known limitations

  • POST changes have not been tested yet

About

PHP Library for Google Reader

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages