LaravelPackages.net
Acme Inc.
Toggle sidebar
alexgithub987/sekadatacheck

:package_description

36
0
v4
About alexgithub987/sekadatacheck

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

Sekadatacheck

Latest Version on Packagist Total Downloads Build Status

Installation

Via Composer

composer require alexgithub987/sekadatacheck

Usage

Ü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);

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

Comments