PHPackages                             uiza/uiza-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. uiza/uiza-php

ActiveLibrary[API Development](/categories/api)

uiza/uiza-php
=============

See https://docs.uiza.io for details

1.2.1(7y ago)0292PHPCI failing

Since Feb 18Pushed 6y ago2 watchersCompare

[ Source](https://github.com/uizaio/api-wrapper-php)[ Packagist](https://packagist.org/packages/uiza/uiza-php)[ RSS](/packages/uiza-uiza-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)Dependencies (3)Versions (15)Used By (0)

Uiza
====

[](#uiza)

---

Introduction
------------

[](#introduction)

This is documents the public API for Uiza version 4.0. The Uiza API is organized around RESTful standard. Our API has predictable, resource-oriented URLs, and uses HTTP response codes to indicate API errors. JSON is returned by all API responses, including errors, although our API libraries convert responses to appropriate language-specific objects.

---

Requirements
------------

[](#requirements)

PHP 5.3.0 and later.

---

Installation
------------

[](#installation)

You can install the bindings via Composer. Run the following command:

```
composer require uiza/uiza-php

```

---

Usage
-----

[](#usage)

The library needs to be configured with your account's `appId` and `authorization` (API key).\\

See details [here](http://dev-ap-southeast-1-api.uizadev.io/docs/).

Getting Started
---------------

[](#getting-started)

### Require library.

[](#require-library)

```
require __DIR__."/../vendor/autoload.php";

```

### Setup for your project

[](#setup-for-your-project)

```
Uiza\Base::setAppId('your-app-id');
Uiza\Base::setAuthorization('your-authorization');

```

Entity
------

[](#entity)

These below APIs used to take action with your media files (we called Entity).

See details [here](https://github.com/uizaio/api-wrapper-php/blob/develop/doc/Entity.md).

Category
--------

[](#category)

Category has been splits into 4 types: `folder`, `playlist`, `tag` and `category`. These will make the management of entity more easier.

See details [here](https://github.com/uizaio/api-wrapper-php/blob/develop/doc/Category.md).

Storage
-------

[](#storage)

You can add your storage (`FTP`, `AWS S3`) with UIZA. After synced, you can select your content easier from your storage to [create entity](https://docs.uiza.io/v4/?php#create-entity).

See details [here](https://github.com/uizaio/api-wrapper-php/blob/develop/doc/Storage.md).

Live Streaming
--------------

[](#live-streaming)

These APIs used to create and manage live streaming event.

- When a Live is not start : it's named as `Event`.
- When have an Event , you can start it : it's named as `Feed`.

See details [here](https://github.com/uizaio/api-wrapper-php/blob/develop/doc/Live.md).

Callback
--------

[](#callback)

Callback used to retrieve an information for Uiza to your server, so you can have a trigger notice about an entity is upload completed and .

See details [here](https://github.com/uizaio/api-wrapper-php/blob/develop/doc/Callback.md).

User Management
---------------

[](#user-management)

You can manage user with APIs user.

See details [here](https://github.com/uizaio/api-wrapper-php/blob/develop/doc/User.md).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 52.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~6 days

Total

6

Last Release

2603d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b1a94eaca022c8837a2fb04eaae9be8d097b3c6107f8d78c6be2ab516f2fa8a?d=identicon)[uiza\_developer](/maintainers/uiza_developer)

---

Top Contributors

[![phanngoc](https://avatars.githubusercontent.com/u/3756788?v=4)](https://github.com/phanngoc "phanngoc (72 commits)")[![nguyenngon95](https://avatars.githubusercontent.com/u/43599834?v=4)](https://github.com/nguyenngon95 "nguyenngon95 (62 commits)")[![deathemperor](https://avatars.githubusercontent.com/u/4255482?v=4)](https://github.com/deathemperor "deathemperor (2 commits)")[![toanvk-uiza](https://avatars.githubusercontent.com/u/46775445?v=4)](https://github.com/toanvk-uiza "toanvk-uiza (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/uiza-uiza-php/health.svg)

```
[![Health](https://phpackages.com/badges/uiza-uiza-php/health.svg)](https://phpackages.com/packages/uiza-uiza-php)
```

###  Alternatives

[googleads/googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP

67410.3M25](/packages/googleads-googleads-php-lib)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[zepgram/module-rest

Technical module to industrialize API REST call with dependency injection pattern using Guzzle library

1326.2k](/packages/zepgram-module-rest)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
