ClickSend / clicksend-php

A wrapper for our REST API - SMS, voice, post, email, fax.
27 stars 14 forks source link

required package apimatic/unirest-php does not exist #1

Closed f3cp closed 8 years ago

f3cp commented 8 years ago

Trying to install this package but it seems that the apimatic package for unirest can not be found

I get this error:

Should this be updated to another package e.g. mashape/unirest-php

matthew-larner commented 8 years ago

thanks for pointing this out. I'll arrange for 'apimatic/unirest-php' to be added.

For now, please try using 'mashape/unirest-php' instead.

johndavidson1974 commented 8 years ago

I also encountered the same issue earlier. Can you keep me posted once the issue has been fixed?

matthew-larner commented 8 years ago

Have you installed composer and run an update?

johndavidson1974 commented 8 years ago

Running composer update again and the issue is now gone.

Can you share a little bit more on the root cause of the issue? Is that due to apimatic/unirest-php not published to Packagist? Here is a related Tweet https://twitter.com/call_user_func/status/712866549959368705

matthew-larner commented 8 years ago

Hi John,

The issue was that 'apimatic/unirest-php' wasn't listed on Packagist - I asked them to add it which has fixed the issue. Thanks for reporting it.

Regards, Matt