Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabre-io/xml-atom
Atom XML reader and writer
https://github.com/sabre-io/xml-atom
Last synced: about 2 months ago
JSON representation
Atom XML reader and writer
- Host: GitHub
- URL: https://github.com/sabre-io/xml-atom
- Owner: sabre-io
- License: bsd-3-clause
- Created: 2015-12-24T02:22:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T10:49:32.000Z (about 3 years ago)
- Last Synced: 2024-05-02T21:56:48.235Z (8 months ago)
- Language: PHP
- Size: 54.7 KB
- Stars: 11
- Watchers: 14
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
sabre/xml-atom
===============This package contains a reader and writer for the [Atom XML format][5].
It also serves as a sample implementation of the [sabre/xml][6] package.Installation
------------Make sure you have [composer][1] installed, and then run:
composer require sabre/xml-atom
Build status
------------| branch | status |
| ------ | ------ |
| master | [![Build Status](https://travis-ci.org/sabre-io/xml-atom.png?branch=master)](https://travis-ci.org/sabre-io/xml-atom) |Questions?
----------Head over to the [sabre/dav mailinglist][2], or you can also just open a ticket
on [GitHub][3].Made at fruux
-------------This library is being developed by [fruux][4]. Drop us a line for commercial
services or enterprise support.[1]: http://getcomposer.org/
[2]: http://groups.google.com/group/sabredav-discuss
[3]: https://github.com/fruux/sabre-skel/issues/
[4]: https://fruux.com/
[5]: https://tools.ietf.org/html/rfc4287
[6]: https://github.com/fruux/sabre-xml/