PHP Class App\Libraries\CurlUtils

Show file Open project: hillelcoren/invoice-ninja Class Usage Examples

Public Methods

Method Description
exec ( $method, $url, $data, $headers = false )
get ( $url, $headers = false )
post ( $url, $data, $headers = false )

Method Details

exec() public static method

public static exec ( $method, $url, $data, $headers = false )

get() public static method

public static get ( $url, $headers = false )

post() public static method

public static post ( $url, $data, $headers = false )