alexgithub987/sekadatacheck is a Laravel package for :package_description.
It currently has 0 GitHub stars and 36 downloads on Packagist (latest version v4).
Install it with composer require alexgithub987/sekadatacheck.
Discover more Laravel packages by alexgithub987
or browse all Laravel packages to compare alternatives.
Last updated
Via Composer
composer require alexgithub987/sekadatacheck
Ügyfél:
$data_array = [
"nev" => "Dezső Miskolc",
"email" => "[email protected]",
"telefon" => "06301234567",
"adoszam" => "asdasfaf",
"ceg" => "valami",
"cim_type" => "SZEKHELY",
"orszag" => "HU",
"irsz" => "6800",
"varos" => "Hódmezővásárhely",
"kozterulet" => "",
"kozterulet_jelleg" => "",
"hsz" => "",
"egyszeru_cim" => "6800 Hódmezővásárhely Makói ország út 77178 hrsz."
];
$ugyfel = new Ugyfel;
$ret = $ugyfel->index($data_array);
Cikk:
$data_array = [
"cikkszam" => "5",
"partner_id" => "2"
];
$cikk = new Cikk();
$ret = $cikk->index($data_array);
If you discover any security related issues, please email [email protected] instead of using the issue tracker.