Answer the question
In order to leave comments, you need to log in
Where can I find an address generator for Russia?
In general, you need some kind of service that will randomly issue a random address from Russia with an index.
That is, I sent a request and at the output I received an index, city, street, house, apartment
And so that the index matches the validation
If I didn’t ask the question correctly, correct
Answer the question
In order to leave comments, you need to log in
You can use https://github.com/fzaninotto/Faker
$faker = new Faker('ru_RU');
echo $faker->address; //152982, Калининградская область, город Чехов, спуск Ленина, 44
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question