jhoacar/uci-graphql-php

A PHP implementation for the UCI System using GraphQL

v1.1.4 2022-08-05 04:52 UTC

This package is auto-updated.

Last update: 2024-05-05 08:30:04 UTC


README

                                                        
 _____ _____ _____    _____             _   _____ __    
|  |  |     |     |  |   __|___ ___ ___| |_|     |  |   
|  |  |   --|-   -|  |  |  |  _| .'| . |   |  |  |  |__  (Generated by patorjk.com)
|_____|_____|_____|  |_____|_| |__,|  _|_|_|__  _|_____|
                                   |_|        |__|      

Latest Stable Version Total Downloads CI

This is a PHP implementation of the UCI System from OpenWRT specification based on the webonyx/graphql-php package.

Installation

Via composer:

composer require jhoacar/uci-graphql-php

Documentation

Full documentation is available at https://jhoacar.github.io/uci-graphql-php/

If you don't know what GraphQL is, visit the official website first.

Examples

There are several ready examples in the examples directory, with a specific README file per example.