Skip to content

Usage example

Gabriel Solomon edited this page Jan 8, 2018 · 2 revisions

Calls to mfinante website will take ~15 seconds.

This is because of the use phantom JS browser to parse the javascript needed to load the mfinante.ro

Getting company data.
use ByTIC\MFinante\MFinante;
$companyData = MFinante::cif($companyCif)->getContent(); 
Getting company balance sheet data.
use ByTIC\MFinante\MFinante;
$balanceSheetData = MFinante::balanceSheet($companyCif, $year)->getContent();
Clone this wiki locally