edamov / pushok

PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key)
MIT License
378 stars 120 forks source link

Error on installation #139

Closed yasinahmed81 closed 3 years ago

yasinahmed81 commented 3 years ago

Im getting this error when running php composer require edamov/pushok

Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, deleting ./composer.json.

edamov commented 3 years ago

You should install and enable ext-intl extension on your system

Dukeman330 commented 3 years ago

What parts of ext-intl does this package use? I'd prefer not to add this extension in production at this time if possible. I was running into the same error and was able to create a fork without the dependency and it seems to be running fine so far - at least for the cert-based notifications I'm sending.

yasinahmed81 commented 3 years ago

My problem is solved.

Thank you for creating such a great framework, nice and easy to use.

⭐️ += 1

yasinahmed81 commented 3 years ago

Problem solved.