PHPackages                             tum-dev/fmeat - 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. tum-dev/fmeat

AbandonedArchivedLibrary[API Development](/categories/api)

tum-dev/fmeat
=============

PHP Library for accessing the FMeat API

3.0.2(5y ago)117.5k1[2 PRs](https://github.com/TUM-Dev/FMeat.php/pulls)MITPHPPHP &gt;=7.2.0

Since Nov 23Pushed 3y agoCompare

[ Source](https://github.com/TUM-Dev/FMeat.php)[ Packagist](https://packagist.org/packages/tum-dev/fmeat)[ Docs](https://jpbernius.github.io/FMeat.php/)[ RSS](/packages/tum-dev-fmeat/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (6)Versions (25)Used By (0)

FMeat.php
=========

[](#fmeatphp)

[![GitHub Actions Status](https://github.com/jpbernius/FMeat.php/workflows/PHP%20Composer/badge.svg)](https://github.com/jpbernius/FMeat.php/actions?query=workflow%3A%22PHP+Composer%22)[![Build Status](https://camo.githubusercontent.com/7deaa093de111778cee29719b2150ba6640b7452e79b3b451c8055b6aed3673a/68747470733a2f2f7472617669732d63692e6f72672f6a706265726e6975732f464d6561742e7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/jpbernius/FMeat.php)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/2e8b9f5384e716f632d4b2fccd6b7b417e7691d52819838942798d342cf7b59c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a706265726e6975732f666d6561742e7068702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/jpbernius/fmeat.php/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/5ab6a92041563350fb55253c32d7ac254032ad472642c7776400cc6ea2aa5b86/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a706265726e6975732f666d6561742e7068702f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/jpbernius/fmeat.php/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/625583c107521584f29d2d0ae35790f34771cbcefb2977051094b76961d63584/68747470733a2f2f706f7365722e707567782e6f72672f6a706265726e6975732f666d6561742f646f776e6c6f616473)](https://packagist.org/packages/jpbernius/fmeat)

PHP Library for accessing the FMeat API.

Installation
------------

[](#installation)

```
composer require jpbernius/fmeat

```

Usage
-----

[](#usage)

```
use JPBernius\FMeat\FMeatClient;

$fmeat = new FMeatClient();
$week = $fmeat->getCurrentWeek();

foreach ($week as $day) {
  foreach ($day as $dish) {
	echo($dish->getName());
  }
}
```

Credits
-------

[](#credits)

[eat-api](https://github.com/srehwald/eat-api) by [@srehwald](https://github.com/srehwald)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 69.4% 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.

###  Release Activity

Cadence

Every ~105 days

Recently: every ~187 days

Total

12

Last Release

1941d ago

Major Versions

1.2.2 → 2.0.02019-07-01

2.0.0 → 3.0.02019-11-21

PHP version history (2 changes)1.0.0PHP &gt;=7.1.0

2.0.0PHP &gt;=7.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/a1437808d1e093d38b66525cf63ad691ff9ae2006618ce9bcfff5eac996f253b?d=identicon)[kordianbruck](/maintainers/kordianbruck)

![](https://www.gravatar.com/avatar/b2e6809de682617ee45c4175bc65df037a31abbeb259d490b106cf16962cdaaf?d=identicon)[joschahenningsen](/maintainers/joschahenningsen)

---

Top Contributors

[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (125 commits)")[![dependabot-support](https://avatars.githubusercontent.com/u/112581971?v=4)](https://github.com/dependabot-support "dependabot-support (22 commits)")[![jpbernius](https://avatars.githubusercontent.com/u/6382716?v=4)](https://github.com/jpbernius "jpbernius (17 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (13 commits)")[![joschahenningsen](https://avatars.githubusercontent.com/u/44805696?v=4)](https://github.com/joschahenningsen "joschahenningsen (1 commits)")[![kordianbruck](https://avatars.githubusercontent.com/u/298860?v=4)](https://github.com/kordianbruck "kordianbruck (1 commits)")[![Masrepus](https://avatars.githubusercontent.com/u/6538121?v=4)](https://github.com/Masrepus "Masrepus (1 commits)")

---

Tags

FMeatTUM

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/tum-dev-fmeat/health.svg)

```
[![Health](https://phpackages.com/badges/tum-dev-fmeat/health.svg)](https://phpackages.com/packages/tum-dev-fmeat)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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