Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Api Client Laravel Package

qencode/api-client

View on GitHub
Deep Wiki
Context7

qencode-api-php-client

PHP library for interacting with the Qencode API.

Installation

Get composer, run this in your project directory:

    curl -sS https://getcomposer.org/installer | php

Create composer.json under the root of your project with the following instructions:

    {
      "require": {
        "qencode/api-client": "1.13.*"
      }
    }

Run composer:

    php composer.phar install

Include vendor/autoload.php:

   require 'vendor/autoload.php';

If you don't use composer, use autoload.php located in the root of the repo:

   require_once __DIR__ . '/../autoload.php';

Usage

Instantiate Qencode API Client:

   $q = new QencodeApiClient($apiKey);

Create a new job:

   $task = $q->createTask(); 
   $task->start($transcodingProfileId, $video_url);

Query an existing job:

    $response = $task->getStatus();

Copyright

Copyright 2018 Qencode, Inc.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
sentix/ai-chatbot
terminal42/code-quality-tools
codifyo/ts-generator-bundle
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky