hatamiarash7 / persian-faker
Persian faker for laravel
Installs: 2 286
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 3
Open Issues: 1
Requires
- php: ^7.0
This package is auto-updated.
Last update: 2025-03-15 05:32:42 UTC
README
Persian faker package for laravel
Installation
Install package with composer
composer require hatamiarash7/persian-faker
Usage
Function | Description |
---|---|
PFaker::firstName() |
Return a random first name |
PFaker::lastName() |
Return a random last name |
PFaker::fullName() |
Return a random full name |
PFaker::company() |
Return a random company name |
PFaker::mobile() |
Return a random mobile number |
PFaker::telephone() |
Return a random telephone number |
PFaker::email() |
Return a random email address |
PFaker::domain() |
Return a random domain like: https://www.test.ir |
PFaker::age($min,$max) |
Return a random age. you can use $min and $max but they are nullable |
PFaker::birthday($sign) |
Return a random birthday date use $sign for replace '/' between year/month/day |
PFaker::address() |
Return a random postal address |
PFaker::city() |
Return a random city of iran name |
PFaker::state() |
Return a random state of iran name |
PFaker::melliCode() |
Return a random 10 integer |
PFaker::word() |
Return a random word |
PFaker::sentence() |
Return a random sentence |
PFaker::paragraph() |
Return a random paragraph |
More functions are coming ...
Support
Contributing
If you want to add new functions :
- Fork repository !
- Create your feature branch :
git checkout -b my-new-functions
- Commit your changes :
git commit -am 'Add some functions'
- Push to the branch :
git push origin my-new-functions
- Submit a pull request :D
Issues
Each project may have many problems. Contributing to the better development of this project by reporting them.