I have no problem to login to phpclasses.org using my ‘Access Name’ and password, but if I want to download a class using a composer it asks credentials on terminal but it gives invalid credentials error, is the basic authentication credentials of phpclasses separated than my AccessName and password? please advice how can I download this 'http://www.phpclasses.org/install/package/mimeparser.zip with composer?
Thanks but beside, composer, if I go directly to the link I gave above and I enter access name and password it gives error, but when I login on the site it works, is basic authentication of phpclasses separated than login form?
As far as I can see, the credentials you’d use to log in manually would be the same you’d use in basic auth. The phpclasses auth process seems documented here.
First it tries to search packagist, if not found it searches for “repositories”. phpclasses requires password so composer prompts for password, this is not the same as your phpclasses account password and I have no idea where to get that password, but after several failed attempt using my real account password I got an automated email from phpclasses telling my composer password, once use it, composer will create auth.json file to store the password so next time you will not need to enter it again.