UniFi-API-client

A PHP API client class to interact with Ubiquiti's UniFi Controller API

MIT License

Downloads
238.7K
Stars
1.1K
Committers
11

Bot releases are hidden (Show)

UniFi-API-client - various changes and additions

Published by malle-pietje about 7 years ago

  • IMPORTANT CHANGE: renamed all functions/methods named add_() to create_()
  • improved data validation
  • modified several existing methods/functions to leverage REST endpoints
  • added create_network() method/function
  • added set_networksettings_base() method/function
  • added delete_network() method/function
  • added list_radius_profiles() method/function
  • added create_radius_account() method/function
  • added set_radius_account_base() method/function
  • added delete_radius_account() method/function
UniFi-API-client - API client class version v1.1.13

Published by malle-pietje about 7 years ago

various improvements and additions:

  • changed all public properties to private properties
  • added getter/setter for site property
  • modified the constructor to be more robust
  • added check for the existence of the curl module
  • added method/function set_wlansettings_base() which uses REST and is now leveraged by several other methods/functions
  • added method/function set_wlan_mac_filter()
UniFi-API-client - updated examples to use the composer autoloader

Published by malle-pietje about 7 years ago

UniFi-API-client - fixed typo in composer.json

Published by malle-pietje about 7 years ago

UniFi-API-client - decreased required PHP version in composer.json

Published by malle-pietje about 7 years ago

UniFi-API-client - initial release independant of the API browser tool, v1.1.9

Published by malle-pietje about 7 years ago