Coder Social home page Coder Social logo

fatsecret-laravel's Introduction

FatSecret API for Laravel

The FatSecret API for Laravel gives you access through laravel to the FatSecret API.

FatSecret provides you with access to comprehensive nutrition data for many thousands of foods, not to mention a range exercises and great weight management tools for your applications.

How to Install

  1. Install the braunson/fatsecret-laravel package

    $ composer require "braunson/fatsecret-laravel:dev-master"
  2. Update app/config/app.php to activate FatSecretAPI package

    # Add `FatsecretLaravelServiceProvider` to the `providers` array
    'providers' => array(
        ...
        'Braunson\FatsecretLaravel\FatsecretLaravelServiceProvider',
    )
    
    # Add the `FatsecretFacade` to the `aliases` array
    'aliases' => array(
        ...
        'Fatsecret' => 'Braunson\FatsecretLaravel\FatsecretFacade',
    )

Configuration

  1. Generate a template Fatsecret config file

    $ php artisan config:publish braunson/fatsecret-laravel
  2. Update app/config/packages/braunson/fatsecret-laravel/config.php with your Fatsecret API key and API secret:

    return array(
        'api_key'    => 'YOUR-API-KEY-HERE',
        'api_secret' => 'YOUR-API-SECRET-HERE',
    );

Usage

The FatSecretAPI is available as Fatsecret, for example:

Fatsecret::ProfileCreate($userID, &$token, &$secret);

For more information on using the FatSecret API check out the documentation

Reporting Bugs or Feature Requests

Please report any bugs or feature requests on the github issues page for this project here:

https://github.com/braunson/fatsecret-laravel/issues

Contributing

License

The Fatsecret Laravel API is free software released under the MIT License. See LICENSE for details. This is not an offical release and is released seperately from FatSecret.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.