2017 © Pedro Peláez
 

library fmeat

PHP Library for accessing the FMeat API

image

jpbernius/fmeat

PHP Library for accessing the FMeat API

  • Friday, July 27, 2018
  • by jpbernius
  • Repository
  • 1 Watchers
  • 1 Stars
  • 777 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 5 Open issues
  • 13 Versions
  • 36 % Grown

The README.md

FMeat.php

GitHub Actions Status Build Status Scrutinizer Code Quality Code Coverage Total Downloads, (*1)

PHP Library for accessing the FMeat API., (*2)

Installation

composer require jpbernius/fmeat

Usage

use JPBernius\FMeat\FMeatClient;

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

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

Credits

eat-api by @srehwald, (*3)

The Versions

27/07 2018

dev-dependabot/composer/squizlabs/php_codesniffer-3.3.1

dev-dependabot/composer/squizlabs/php_codesniffer-3.3.1 https://jpbernius.github.io/FMeat.php/

PHP Library for accessing the FMeat API

  Sources   Download

MIT

The Requires

 

The Development Requires

fmeat tum

18/07 2018

dev-dependabot/composer/php-di/php-di-6.0.2

dev-dependabot/composer/php-di/php-di-6.0.2 https://jpbernius.github.io/FMeat.php/

PHP Library for accessing the FMeat API

  Sources   Download

MIT

The Requires

 

The Development Requires

fmeat tum

18/07 2018

dev-dependabot/composer/guzzlehttp/guzzle-6.3.3

dev-dependabot/composer/guzzlehttp/guzzle-6.3.3 https://jpbernius.github.io/FMeat.php/

PHP Library for accessing the FMeat API

  Sources   Download

MIT

The Requires

 

The Development Requires

fmeat tum

18/07 2018

dev-dependabot/composer/squizlabs/php_codesniffer-3.3.0

dev-dependabot/composer/squizlabs/php_codesniffer-3.3.0 https://jpbernius.github.io/FMeat.php/

PHP Library for accessing the FMeat API

  Sources   Download

MIT

The Requires

 

The Development Requires

fmeat tum

18/07 2018

dev-dependabot/composer/phpunit/phpunit-7.2.7

dev-dependabot/composer/phpunit/phpunit-7.2.7 https://jpbernius.github.io/FMeat.php/

PHP Library for accessing the FMeat API

  Sources   Download

MIT

The Requires

 

The Development Requires

fmeat tum

23/11 2017

1.0.0

1.0.0.0 https://jpbernius.github.io/fmeat.php

PHP Library for accessing the FMeat API

  Sources   Download

MIT

The Requires

 

The Development Requires

fmeat tum