Download the PHP package malvik-lab/brewbuddy-api-client without Composer

On this page you can find all versions of the php package malvik-lab/brewbuddy-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package brewbuddy-api-client

Brew Buddy API Client

What is Brew Buddy?

Brew Buddy is your companion in beer discovery. Whether you're a passionate homebrewer or a talented developer eager to create innovative applications, he is here to support you.

Explore the vast universe of beers through rich APIs filled with accurate data. From ingredient profiles to sensory characteristics, you'll have access to a wealth of information to enhance your applications or websites.

Installation

Initializing

Client Methods

METHOD ARGUMENTS
getLanguages RequestOption $requestOption
getCountries RequestOption $requestOption
getImages RequestOption $requestOption
getTypologies RequestOption $requestOption
getBreweries RequestOption $requestOption
getGlasses RequestOption $requestOption
getFermentationMethods RequestOption $requestOption
getFoams RequestOption $requestOption
getBeers RequestOption $requestOption

Basic use

Request Option

The RequestOption class represents request options for API calls. It provides methods to configure pagination, sorting, and filtering options for specific requests.

METHOD ARGUMENTS DEFAULT VALUES DESCRIPTION
setId string $id Set the identifier of the requested object
setPage int $page 1 Set the page number of the results
setLimit int $limit 20 Set the maximum number of results per page
setSort string $sort Set the field to order the results by
setOrder string $order asc Set the sorting direction
addFilterByFullTextSearch mixed $value Add a filter for full text search
addFilterByExactMatch string $field, mixed $value Add a filter for exact match search
addFilterByPartialMatch string $field, mixed $value Add a filter for partial match search
addFilterByLessThanOrEqualValue string $field, mixed $value Add a filter for searching based on less than or equal to value
addFilterByGreaterThanOrEqualValue string $field, mixed $value Aggiunge un filtro per la ricerca basata su valore maggiore o uguale
getId Returns the identifier of the requested object
getPage Returns the page number of the results
getLimit Returns the maximum number of results per page
getSort Returns the field to order the results by
getOrder Returns the sorting direction
getFilters Returns the filters for searching results

Advanced usage

Output example

Running Test


All versions of brewbuddy-api-client with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
guzzlehttp/guzzle Version ^7.8
rakit/validation Version ^1.4
cuyz/valinor Version ^1.11
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package malvik-lab/brewbuddy-api-client contains the following files

Loading the files please wait ....