This repo contains a PHP class to parse and use the index.xml
/index-v1.json
files of an F-Droid repository. I'm using it regularly now for more than a year,
so it should be quite stable – though it's far from being perfect. Not much
documentation for now. Feel free to use it with your own projects as long as
the license fits.
To get started, you might wish to take a look at the
doc/example.php
file which gives a short walk-through.
All source code is also documented using the
Javadoc style
PHPDoc. So take a look at the latter
Wikipedia page for possibilities to generate an API reference, if you need it.
Oh: In case you wonder about the name. Originally I've named the project "Prepaf" (Php REpo PArser for Fdroid). But as not even I myself could remember that name, I decided for something simpler: Frepp, which means as much as "Fdroid REpo Parser (library for) PHP".
index.xml
(or 'index-v1.json') downloaded – with a few limitations: as the
.apk
files are not there then, their timestamps cannot be evaluated for the
last-built-time, and since the categories.txt won't be available, it cannot
be evaluated either). A quick test with F-Droid's own index.xml
(1,800+ apps)
showed speed still seems reasonable.Maintainer Notes
block
using a line in the format AppAdded:YYYY-MM-DD
. The library checks that and
takes it with preference.This project uses the GPLv2 license as stated in the LICENSE file.
You like this library and want to contribute?
1FsfvUGUpoPkLvJboKAnuBXHZ1zN3hbBL1
:)