Which router?
is it possible to control the router using php?
Hey folks. I was wondering if I can manage the Internet router using php. In fact, I want to add or remove a mac address to whitelist. If there is a plugin or native php code please tell me.
@nabilkrs Then no, php is a server side language, which requires a webserver or at least a php interpriter. So if you can run php on the router then maybe you can control it, but I doubt it would allow you to do that.
Yes, I know you meant a internet router, and it can have an rest api, but I doubt it. If it have any way of interacting with it, its most likely undocumented and might ever be against the user license agreement.
However take a look at this, it might give you some ideas
Please or to participate in this conversation.