Skip to content

Alkarex/gReader-Library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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

  • PHP 100.0%