All Projects → simplepie → Simplepie

simplepie / Simplepie

Licence: bsd-3-clause
A simple Atom/RSS parsing library for PHP.

Projects that are alternatives of or similar to Simplepie

Atoma
Atom, RSS and JSON feed parser for Python 3
Stars: ✭ 67 (-95.18%)
Mutual labels:  rss, parser, atom
Picofeed
PHP library to parse and write RSS/Atom feeds
Stars: ✭ 439 (-68.39%)
Mutual labels:  rss, parser, atom
Gofeed
Parse RSS, Atom and JSON feeds in Go
Stars: ✭ 1,762 (+26.85%)
Mutual labels:  rss, parser, atom
Anglesharp.css
👼 Library to enable support for cascading stylesheets in AngleSharp.
Stars: ✭ 27 (-98.06%)
Mutual labels:  parser, library
Miniflux Legacy
Minimalist RSS reader (version 1.x)
Stars: ✭ 897 (-35.42%)
Mutual labels:  rss, atom
Badx12
A Python Library for parsing ANSI ASC X12 files.
Stars: ✭ 25 (-98.2%)
Mutual labels:  parser, library
Feeds2imap.clj
Pull RSS/Atom feeds to your IMAP folders with Clojure on JVM.
Stars: ✭ 31 (-97.77%)
Mutual labels:  rss, atom
Substitution Schedule Parser
Java library for parsing schools' substitution schedules. Supports multiple different systems mainly used in the German-speaking countries, including Untis, svPlan, and DAVINCI
Stars: ✭ 33 (-97.62%)
Mutual labels:  parser, library
Sharpmath
A small .NET math library.
Stars: ✭ 36 (-97.41%)
Mutual labels:  parser, library
Feedparser
Parse feeds in Python
Stars: ✭ 1,200 (-13.61%)
Mutual labels:  rss, atom
Anglesharp.js
👼 Extends AngleSharp with a .NET-based JavaScript engine.
Stars: ✭ 68 (-95.1%)
Mutual labels:  parser, library
Cat
Plain C library for parsing AT commands for use in host devices.
Stars: ✭ 77 (-94.46%)
Mutual labels:  parser, library
Feedkit
An RSS, Atom and JSON Feed parser written in Swift
Stars: ✭ 895 (-35.57%)
Mutual labels:  rss, atom
Jekyll Feed
📝 A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts
Stars: ✭ 630 (-54.64%)
Mutual labels:  rss, atom
Go Deb Version
A golang library for parsing deb package versions
Stars: ✭ 21 (-98.49%)
Mutual labels:  parser, library
Cypht
Cypht: Lightweight Open Source webmail written in PHP and JavaScript
Stars: ✭ 628 (-54.79%)
Mutual labels:  rss, atom
Liferea
Liferea (Linux Feed Reader), a news reader for GTK/GNOME
Stars: ✭ 612 (-55.94%)
Mutual labels:  rss, atom
Rst
PHP library to parse reStructuredText documents
Stars: ✭ 90 (-93.52%)
Mutual labels:  parser, library
Feed
A RSS, Atom and JSON Feed generator for Node.js, making content syndication simple and intuitive! 🚀
Stars: ✭ 523 (-62.35%)
Mutual labels:  rss, atom
Feeds
golang rss/atom generator library
Stars: ✭ 542 (-60.98%)
Mutual labels:  rss, atom

SimplePie

SimplePie is a very fast and easy-to-use class, written in PHP, that puts the 'simple' back into 'really simple syndication'. Flexible enough to suit beginners and veterans alike, SimplePie is focused on speed, ease of use, compatibility and standards compliance.

Requirements

  • PHP 5.6+ (Required since SimplePie 1.5.3)
  • libxml2 (certain 2.7.x releases are too buggy for words, and will crash)
  • One of iconv, mbstring or intl extensions
  • cURL or fsockopen()
  • PCRE support

What comes in the package?

  1. library/ - SimplePie classes for use with the autoloader
  2. autoloader.php - The SimplePie Autoloader if you want to use the separate file version.
  3. README.markdown - This document.
  4. LICENSE.txt - A copy of the BSD license.
  5. compatibility_test/ - The SimplePie compatibility test that checks your server for required settings.
  6. demo/ - A basic feed reader demo that shows off some of SimplePie's more noticeable features.
  7. idn/ - A third-party library that SimplePie can optionally use to understand Internationalized Domain Names (IDNs).
  8. build/ - Scripts related to generating pieces of SimplePie
  9. test/ - SimplePie's unit test suite.

Where's simplepie.inc?

Since SimplePie 1.3, we've split the classes into separate files to make it easier to maintain and use.

If you'd like a single monolithic file, you can run php build/compile.php to generate SimplePie.compiled.php.

To start the demo

  1. Upload this package to your webserver.
  2. Make sure that the cache folder inside of the demo folder is server-writable.
  3. Navigate your browser to the demo folder.

Need support?

For further setup and install documentation, function references, etc., visit the wiki. If you're using the latest version off GitHub, you can also check out the API documentation.

If you can't find an answer to your question in the documentation, head on over to one of our support channels. For bug reports and feature requests, visit the issue tracker.

Project status

SimplePie is currently maintained by Malcolm Blaney.

As an open source project, SimplePie is maintained on a somewhat sporadic basis. This means that feature requests may not be fulfilled straight away, as time has to be prioritized.

If you'd like to contribute to SimplePie, the best way to get started is to fork the project on GitHub and send pull requests for patches. When doing so, please be aware of our coding standards.

Authors and contributors

Current

Alumni

Contributors

For a complete list of contributors:

  1. Pull down the latest SimplePie code
  2. In the simplepie directory, run git shortlog -ns

License

New BSD license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].