Created
December 5, 2016 19:14
-
-
Save omarkdev/da0bb78ac66f1b44323ba0362cce7aab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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