PHPackages                             thorsten/phpmyfaq-api-app - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. thorsten/phpmyfaq-api-app

ActiveProject[API Development](/categories/api)

thorsten/phpmyfaq-api-app
=========================

Mini Symfony-based API for phpMyFAQ version and verification endpoints

202PHPCI passing

Since Jun 14Pushed 2w ago4 watchersCompare

[ Source](https://github.com/phpMyFAQ/api.phpmyfaq.de)[ Packagist](https://packagist.org/packages/thorsten/phpmyfaq-api-app)[ RSS](/packages/thorsten-phpmyfaq-api-app/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

api.phpmyfaq.de
===============

[](#apiphpmyfaqde)

This subdomain provides information about the latest stable and development releases from [phpMyFAQ](https://www.phpmyfaq.de).

API endpoints
-------------

[](#api-endpoints)

### api.phpmyfaq.de/versions

[](#apiphpmyfaqdeversions)

JSON Response:

```
{
    "stable": "3.2.1",
    "stable_released": "2023-09-21",
    "development": "4.0.0-alpha",
    "development_released": "2023-09-21"
    "nightly: "2023-09-21",
    "nightly_released: "2023-09-21"
}

```

### api.phpmyfaq.de/verify/

[](#apiphpmyfaqdeverify)

JSON Response:

```
{
    "created": "2014-11-30 11:24:38+01:00",
    "/add.php": "079e1ebf846535c45205cba1f66cedc16d8b9d7b",
    "/admin/ajax.attachment.php": "7d7297c5870fadf7c3568ecc6da8939b98124682",
    ...
}

```

### api.phpmyfaq.de/version/stable

[](#apiphpmyfaqdeversionstable)

JSON Response:

```
"3.2.1"

```

### api.phpmyfaq.de/version/development

[](#apiphpmyfaqdeversiondevelopment)

JSON Response:

```
"4.0.0-alpha"

```

### api.phpmyfaq.de/version/nightly

[](#apiphpmyfaqdeversionnightly)

JSON Response:

```
"nightly-4.0.0-alpha"

```

Testing
-------

[](#testing)

Just use the built-in web server from PHP:

```
$ php -S localhost:3000

```

Requests:

```
http://localhost:3000/index.php
http://localhost:3000/version.php
http://localhost:3000/verify.php?version=2.8.18

```

License
-------

[](#license)

Mozilla Public License 2.0, see LICENSE.md for more information.

Copyright © 2014-2023 Thorsten Rinne

Lightweight Symfony-based front controller
------------------------------------------

[](#lightweight-symfony-based-front-controller)

- Front controller: `public/index.php` using `symfony/http-foundation` and `symfony/routing`.
- Controller: `src/Controller/ApiController.php` implements all endpoints.
- Apache rewrites: root `.htaccess` forwards all requests to `public/`, and `public/.htaccess` routes to the front controller.
- CORS support: default `Access-Control-*` headers and `OPTIONS` preflight handling.

### Requirements

[](#requirements)

- PHP &gt;= 8.2

### Local run

[](#local-run)

Install deps and start a local server:

```
composer install
composer serve
# or
php -S 127.0.0.1:3000 -t public public/index.php
```

Try:

```
curl http://127.0.0.1:3000/
curl http://127.0.0.1:3000/versions
curl http://127.0.0.1:3000/version/stable
curl "http://127.0.0.1:3000/verify/2.8.18"
```

### Notes

[](#notes)

- Nightly value is generated as `nightly-`; its release date equals yesterday.
- `verify` responds with 418 for missing or invalid versions.
- CORS headers are always present; `OPTIONS` returns 204.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance63

Regular maintenance activity

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/03776dfc00b258ac23dc7f7a611d9092896197775a052aa88aca51ea440d8d42?d=identicon)[thorsten](/maintainers/thorsten)

---

Top Contributors

[![thorsten](https://avatars.githubusercontent.com/u/45284?v=4)](https://github.com/thorsten "thorsten (162 commits)")

### Embed Badge

![Health badge](/badges/thorsten-phpmyfaq-api-app/health.svg)

```
[![Health](https://phpackages.com/badges/thorsten-phpmyfaq-api-app/health.svg)](https://phpackages.com/packages/thorsten-phpmyfaq-api-app)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
