ahmetbarut/pixabay

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ahmetbarut/pixabay

1 2020-08-22 17:57 UTC

This package is auto-updated.

Last update: 2025-09-29 02:29:05 UTC


README

Pixabay için php api.

Kurulum

    composer require ahmetbarut/pixabay

Basit Kullanım

    require_once "./vendor/autoload.php";

    use Pixabay\Client;

    $pixabay = new Client([
        "key" => "api_key",
        "lang" => "tr",
        "image_type" => "photo",
        "q" => "kediler"
    ]);

    $response = $pixabay->body();

    print_r($response->hits);

Dökümantasyon