Download the PHP package ghanem/gfycat without Composer

On this page you can find all versions of the php package ghanem/gfycat. 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 gfycat

Gfycat and Stickers

Latest Stable Version Total Downloads Latest Unstable Version License

A package that provides an interface between Laravel and Gfycat API, includes Gifs and Stickers.

Installation

You can install the package via composer:

now you need to publish the config file with:

Parameters

Endpoints

Gifs

Search

Search all Gfycat GIFs for a word or phrase. Punctuation will be stripped and ignored. On this case, $gfycats is an array.

Method: Gfycat::search($query, $limit = 25, $offset = 0, $rating = null, $lang = null)

You can do a dd($gfycats) to see all attributes:

Translate

The translate API draws on search, but uses the Gfycat "special sauce" to handle translating from one vocabulary to another.

Method: Gfycat::translate($query, $rating = null, $lang = null)

You can do a dd($gfycat) to see all attributes:

Trending

Fetch GIFs currently trending online. On this case, $gfycats is an array.

Method: Gfycat::trending($limit = 25, $rating = null)

You can do a dd($gfycats) to see all attributes:

Random

Returns a random GIF, limited by tag.

Method: Gfycat::random($query, $rating = null)

You can do a dd($gfycat) to see all attributes:

By ID

Returns meta data about a GIF, by GIF id.

Method: Gfycat::getByID($id)

You can do a dd($gfycat) to see all attributes:

By IDs

A multiget version of the get GIF by ID endpoint. On this case, $gfycats is an array.

Method: Gfycat::getByIDs(array $ids)

You can do a dd($gfycats) to see all attributes:

Stickers

The methods of Stickers are similar to the methods Gfycat, so I will omit the examples of dd(), but also you can use it to view all the attributes of objects.

Sticker Search

Search all Sticker for a word or phrase. Punctuation will be stripped and ignored. On this case, $stickers is an array.

Method: Stickers::search($query, $limit = 25, $offset = 0, $rating = null, $lang = null)

Sticker Translate

The translate API draws on search, but uses the Stickers "special sauce" to handle translating from one vocabulary to another.

Method: Stickers::translate($query, $rating = null, $lang = null)

Sticker Trending

Fetch Stickers currently trending online. On this case, $stickers is an array.

Method: Stickers::trending($limit = 25, $rating = null)

Sticker Random

Returns a random Sticker, limited by tag.

Method: Stickers::random($query, $rating = null)


All versions of gfycat with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^8.0
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 ghanem/gfycat contains the following files

Loading the files please wait ....