mohamedhk2 / wamp-curl
Wamp Curl Fix
v1.0.0
2022-01-20 13:42 UTC
Requires
- hassankhan/config: ^3.0
Requires (Dev)
- symfony/var-dumper: ^5.4
README
Install
The recommended way to install this is through composer:
composer require mohamedhk2/wamp-curl
Usage
- Download
cacert.pem
fromhttps://curl.se/ca/cacert.pem
require_once 'vendor/autoload.php'; $results = \Mohamedhk2\WampCurl\WampCurl::fix('C:\wamp64', 'C:\wamp64\bin\cacert.pem'); var_dump($results);
License
Wamp Curl Fix is open-sourced software licensed under the MIT license