This library is based on the Instagram web version. We develop it because nowadays it is hard to get an approved Instagram application. The purpose is to support every feature that the web desktop and mobile version support.
- PHP >= 7.2
$instagram = new Instagram();
$instagram->login();
$login = json_decode($instagram->login_account($username, $password));
echo $login;
git clone https://github.com/c0rz/InstagramPHP.git
See examples here.