An open API service indexing awesome lists of open source software.

https://github.com/taylordaughtry/ubi

A thin, standards-based PHP wrapper around Ubiquiti's API
https://github.com/taylordaughtry/ubi

networking ubi ubiquiti ubnt unifi

Last synced: 12 months ago
JSON representation

A thin, standards-based PHP wrapper around Ubiquiti's API

Awesome Lists containing this project

README

          

# Ubi, the standards-based Ubiquiti Device API

![](https://img.shields.io/packagist/vpre/silmaril/ubi.svg?style=flat-square) ![](https://img.shields.io/maintenance/yes/2019.svg?style=flat-square) ![](https://camo.githubusercontent.com/f8dc8b0dba0c01c69878a1b06bf2167d2bf9a5dd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)

![](https://i.imgur.com/XPSSyWG.png)

## Installation

#### via Composer
The preferred method of installation is with Composer:

```sh
composer require silmaril/ubi
```

#### Manual Installation
You can also download this repository and install it manually at [this](#) url. Either way, Ubi is designed to work in nearly any environment, and has almost no dependencies.

## Contributing

I welcome all pull requests, and would be glad to chat about specific questions and comments you might have. There are, however, two standards in place:

1. The `.editorconfig` file in the repository should be enabled for your editor.
2. All files enforce a PSR2 standard.

## Ubi Development
This project is under active development, and shouldn't be relied upon in an enterprise situation just yet. That said, I'll document all breaking changes, and semantic versioning is being enforced in this project.