This repository was archived by the owner on Jul 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathCITATION.cff
More file actions
70 lines (62 loc) · 2.45 KB
/
CITATION.cff
File metadata and controls
70 lines (62 loc) · 2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# ============================================================
# CITATION.cff ― Android Market API (PHP)
# Format-spec: Citation File Format v1.2.0
# ============================================================
cff-version: "1.2.0"
message: "If you use this software, please cite it using the metadata below."
title: "Android Market API (PHP)"
version: "v1"
doi: 10.5281/zenodo.14769247 # DOI for this specific release
date-released: 2025-01-30
type: software
url: "https://github.com/splitfeed/android-market-api-php"
repository: "https://github.com/splitfeed/android-market-api-php"
repository-code: "https://github.com/splitfeed/android-market-api-php"
authors:
- given-names: Vincent
family-names: Koc
name: "Vincent Koc"
affiliation: "Hyperthink LLC"
# ------------------------------------------------------------------
# Alternate / historical identifiers (helps citation crawlers merge)
# ------------------------------------------------------------------
identifiers:
- type: doi
value: 10.5281/zenodo.14769246 # concept DOI – all versions
description: "DOI representing all versions (latest resolves here)"
- type: doi
value: 10.5281/zenodo.14769247 # version-specific DOI (v1)
description: "DOI for version v1"
- type: url
value: "https://github.com/splitfeed/android-market-api-php"
description: "Primary GitHub repository (current)"
- type: url
value: "https://github.com/ondervincentkoc/android-market-api-php"
description: "Original GitHub location (2012 – 2018)"
- type: url
value: "https://code.google.com/archive/p/android-market-api-php/"
description: "Google Code read-only mirror (legacy)"
- type: url
value: "http://android-market-api-php.googlecode.com/files/"
description: "Legacy direct-download directory referenced in early blogs"
keywords:
- Android
- Google Play
- PHP
- API
- Software
abstract: |
PHP implementation of the (legacy) Android Market / Google Play API, enabling
programmatic access to app metadata, purchase history, and APK downloads
without relying on the official SDK. First released in 2012; still used in
archival research, market-data collection, and automation pipelines.
preferred-citation:
type: software
title: "Android Market API (PHP)"
version: "v1"
doi: 10.5281/zenodo.14769247
url: "https://doi.org/10.5281/zenodo.14769247"
authors:
- given-names: Vincent
family-names: Koc
date-released: 2025-01-30