UniFi-API-client VS kubernetes-pfsense-controller

Compare UniFi-API-client vs kubernetes-pfsense-controller and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
UniFi-API-client kubernetes-pfsense-controller
18 1
1,062 193
2.0% -
7.1 1.2
2 months ago about 1 year ago
PHP PHP
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

UniFi-API-client

Posts with mentions or reviews of UniFi-API-client. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.
  • Created a docker app to notify on new device connections
    4 projects | /r/UNIFI | 10 Dec 2023
    UniFiClientAlerts is a Dockerized application that monitors UniFi networks for new device connections and sends alerts via Telegram. It leverages PHP code from the Art-of-WiFi/UniFi-API-client for interfacing with UniFi Controllers.
  • Automatically rebooting a G3 Pro camera
    1 project | /r/Ubiquiti | 6 Dec 2023
    Take a look at the API Client here, https://github.com/Art-of-WiFi/UniFi-API-client. You can use the client to create a cron job or scheduled task to run a script to cycle the port.
  • Documenting Unifi Wireless Network Passwords
    1 project | /r/msp | 13 Sep 2022
  • Connecting to UDM SE API ?!?!
    1 project | /r/Ubiquiti | 5 Aug 2022
    I'm using a UDM SE (runs Unifi OS) and have cloud management up and running via a fixed external IP, and an external captive portal using port 443. SSL certificate installed and up to date. I'm trying to connect to using the API as 'documented' at https://ubntwiki.com/products/software/unifi-controller/api. I haven't been a dev for a long, long time, and although I think I could probably mug my way through using the stuff at https://github.com/Art-of-WiFi/UniFi-API-client, I'm first trying simply to connect to the API using curl. I'm falling at the first hurdle: I just can't connect to the API at all.
  • Executing a power-cycle command for a POE port
    1 project | /r/Ubiquiti | 8 Jul 2022
  • UDMP SSH Commands for Traffic Management
    2 projects | /r/UNIFI | 21 Jun 2022
  • Wifi captive portal login using G Suite (nonprofit) oauth
    1 project | /r/Ubiquiti | 25 Apr 2022
    Personally, I have scraped together a custom portal before using the PHP API client - https://github.com/Art-of-WiFi/UniFi-API-client - UniFi passes the MAC address of the device as a GET parameter called 'id'
  • Showcase: Ubiquiti UniFi MagicDash and Asset oneway sync
    1 project | /r/hudu | 18 Apr 2022
    We try to avoid external classes and dependencies to reduce the potential for trouble. Especially with something rather simple like a REST API. But based on the UniFi API situation, we decided to make an exception and go with the fantastic UniFi-API-client class for PHP by Art-of-WiFi that can be found over on Github https://github.com/Art-of-WiFi/UniFi-API-client. It’s actively maintained and offers the benefit of people reporting broken stuff so it’s a community thing to make the UniFi API usable even if Ubiquiti decides to change or remove stuff.
  • Management of Ubiquiti Flex XG
    1 project | /r/Ubiquiti | 14 Apr 2022
    There is a well-documented and maintained (though unofficial) PHP API for managing/talking to the controller. We use it for automating mundane tasks like loading lots of Mac-to-vlan bindings. It is quite feature complete. https://github.com/Art-of-WiFi/UniFi-API-client
  • Is there any API access to Unifi Controller or AP's?
    1 project | /r/Ubiquiti | 29 Mar 2022
    PHP API library: https://github.com/Art-of-WiFi/UniFi-API-client

kubernetes-pfsense-controller

Posts with mentions or reviews of kubernetes-pfsense-controller. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-17.
  • Browsing like it's 1994: Integrating a Mac SE, ImageWriter II into a modern LAN
    3 projects | news.ycombinator.com | 17 Sep 2023
    It's over-engineered, but I wanted to try running k8s in my homelab to continue learning about networking; deploying a blog seemed like a perfect test case. The cluster uses Traefik, https://github.com/travisghansen/kubernetes-pfsense-controll... to sync service definitions to HAProxy, and MetalLB. The k8s service IPs are routable from my local network, as well as the MetalLB IPs, and MetalLB handles syncing them to pfSense using BGP. pfSense sends DNS for any *.k8s.home.arpa to k8s, so I can resolve e.g. blog.default.svc.k8s.home.arpa on my local network.

    One interesting hiccup: I had to introduce a NAT at pfSense because MacBooks don't listen to ICMP redirects, the packet would go laptop -> router -> k8s and then k8s -> laptop. Since the MacBook ignored the ICMP redirect, it drops the reply packet.

What are some alternatives?

When comparing UniFi-API-client and kubernetes-pfsense-controller you can also consider the following projects:

UniFi-API-browser - Tool to browse data exposed by Ubiquiti's UniFi Controller API

ingress-merge - Merge Ingress Controller for Kubernetes

UBNT-EdgeRouter-Example-Configs - Example config.boot files for UBNT EdgeRouters with Google, Comcast, and Charter

phpsupabase - PHP Client to use Supabase

Postman-for-AlwaysOn-Cisco-SD-WAN - Postman for AlwaysOn Cisco SD-WAN

pfsense-temp-alert - Send email alerts if things get too toasty inside your firewall

php-azure-face-api-client - PHP client for Microsoft Azure Face API.

kubernetes-ingress - HAProxy Kubernetes Ingress Controller

erste-bank-client-php - Client written in PHP for Erste Bank API

kubernetes-pfsense-controll

smudge - Control the Spotify app from within Emacs.

php-k8s - Unofficial PHP client for Kubernetes. It supports any form of authentication, the exec API, and it has an easy implementation for CRDs.