silmaril / ubi
A thin, standards-based PHP wrapper around Ubiquiti's API
v0.1.0
2019-03-02 08:11 UTC
Requires
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpstan/phpstan: ^0.11.2
This package is not auto-updated.
Last update: 2025-05-05 18:36:06 UTC
README
Installation
via Composer
The preferred method of installation is with Composer:
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:
- The
.editorconfig
file in the repository should be enabled for your editor. - 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.