Skip to content

Instantly share code, notes, and snippets.

@omarkdev
Created December 5, 2016 19:14
Show Gist options
  • Save omarkdev/da0bb78ac66f1b44323ba0362cce7aab to your computer and use it in GitHub Desktop.
Save omarkdev/da0bb78ac66f1b44323ba0362cce7aab to your computer and use it in GitHub Desktop.
<?php
$curl = new \Curl\Curl();
$curl->get('https://irql.bipbop.com.br/', array(
'q' => 'SELECT FROM \'BIPBOPJS\'.\'CPFCNPJ\'',
'apiKey' => '6057b71263c21e4ada266c9d4d4da613',
'documento' => '453.674.018-05',
'nascimento' => '24/11/1997'
));
dd($curl->response);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment