sanchescom / php-wifi

Cross-platform PHP library for scan, connect and disconnect Wi-Fi networks.
GNU General Public License v3.0
51 stars 14 forks source link

Can't seem to make it work #9

Closed rijotech closed 5 years ago

rijotech commented 5 years ago

How can I exactly install this on a debian OS?

sanchescom commented 5 years ago

You need to install nmcli utility for debian. If you have it then show me the error which you get.

rijotech commented 5 years ago

I managed to install everthing, nmcli composer and sanchescom php-wifi but when I create a php file with the Usage codes all I get is a error 500. https://ibb.co/4MZ2tP4 https://ibb.co/b11CBzW

sanchescom commented 5 years ago

Probably you forgot to include vendor autoload file. Also you need to set correct credentials for wifi network. I fixed readme look at it and try again please.