utopia-php / analytics

Lite & fast micro PHP analytics library that is **easy to use**.
MIT License
14 stars 21 forks source link

[WIP] Replacing all native curl calls with the new fetch library #44

Open sahilsaha7773 opened 1 year ago

sahilsaha7773 commented 1 year ago

This PR implements the new fetch library.

Currently it is hosted at: https://packagist.org/packages/sahils/utopia-fetch https://github.com/sahilsaha7773/PHP-fetch

Using this repo for testing of the new fetch library, once everything works fine it will be migrated to an official repo.