:package_description

v2 2024-02-06 23:05 UTC

This package is auto-updated.

Last update: 2024-10-09 00:34:45 UTC


README

Latest Version on Packagist Total Downloads Build Status

Installation

Via Composer

composer require alexgithub987/ugyfel

Usage

 $data_array = [
   "nev" => "Dezső Miskolc", 
   "email" => "mjeszt@dezsomiskolc.hu", 
   "telefon" => "06301234567", 
   "adoszam" => "asdasfaf", 
   "ceg" => "", 
   "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;
$ugyfel->index($data_array);

Change log

Please see the changelog for more information on what has changed recently.

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email author@email.com instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.