<?php
namespace Faker\Provider\ka_GE;
class Company extends \Faker\Provider\Company
{
protected static $companyPrefixes = [
'შპს', 'შპს', 'შპს', 'სს', 'სს', 'სს', 'კს', 'სს კორპორაცია', 'იმ', 'სპს', 'კოოპერატივი',
];
protected static $companyNameSuffixes = [
'საბჭო', 'ექსპედიცია', 'პრომი', 'კომპლექსი', 'ავტო', 'ლიზინგი', 'თრასთი', 'ეიდი', 'პლუსი',
'ლაბი', 'კავშირი', ' და კომპანია',
];
protected static $companyElements = [
'ცემ', 'გეო', 'ქარ', 'ქიმ', 'ლიფტ', 'ტელე', 'რადიო', 'ტრანს', 'ალმას', 'მეტრო',
'მოტორ', 'ტექ', 'სანტექ', 'ელექტრო', 'რეაქტო', 'ტექსტილ', 'კაბელ', 'მავალ', 'ტელ',
'ტექნო',
];
protected static $companyNameFormats = [
'{{companyPrefix}} {{companyNameElement}}{{companyNameSuffix}}',
'{{companyPrefix}} {{companyNameElement}}{{companyNameElement}}{{companyNameSuffix}}',
'{{companyPrefix}} {{companyNameElement}}{{companyNameElement}}{{companyNameElement}}{{companyNameSuffix}}',
'{{companyPrefix}} {{companyNameElement}}{{companyNameElement}}{{companyNameElement}}{{companyNameSuffix}}',
];
/**
* @example 'იმ ელექტროალმასგეოსაბჭო'
*/
public function company()
{
$format = static::randomElement(static::$companyNameFormats);
return $this->generator->parse($format);
}
public static function companyPrefix()
{
return static::randomElement(static::$companyPrefixes);
}
public static function companyNameElement()
{
return static::randomElement(static::$companyElements);
}
public static function companyNameSuffix()
{
return static::randomElement(static::$companyNameSuffixes);
}
}
How To Payment
Making a payment on our website is quick and secure. Start by logging in or creating an account. Select your preferred payment method, input the required details, and review the information. Once you confirm everything is correct, click on the "Submit Payment" button. You’ll receive instant confirmation and can track your payment status through your account dashboard. It’s an easy and secure process.