In this repository can you find a lot of usefull example how to utilize Meraki API together with PHP.
For access to the API, first enable the API for your organization under Organization > Settings > Dashboard API access.
After enabling the API, go to the my profile page to generate an API key. The API key is associated with a Dashboard administrator account.
KEEP THIS KEY SAFE, it provides authentication to all of your organizations with the API enabled. If your API key is shared, you can regenerate your API key at any time. This will revoke the existing API key.
list_network.php
Is a simple php page to list all you network inside your organization.
You just need to put in your org number and API Key.
find_org.php
Is a simple PHP script ready for use, where you just put in your API key in the form and submit and then it will come back with all the organizations the account have access to.
change_ssid.php
With this script you can change the name of an SSID, please see the notes inside the file for the desired info.
MORE WILL COME!
Best Regards
Lasse Bang