alexgithub987 / sekadatacheck
:package_description
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/alexgithub987/sekadatacheck
Requires (Dev)
- orchestra/testbench: ~7
- phpunit/phpunit: ~9.0
This package is auto-updated.
Last update: 2026-01-06 00:54:20 UTC
README
Installation
Via Composer
composer require alexgithub987/sekadatacheck
Usage
Ügyfél:
$data_array = [ "nev" => "Dezső Miskolc", "email" => "mjeszt@dezsomiskolc.hu", "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 kolozs.sandor@sekasodt.hu instead of using the issue tracker.