Download the PHP package cnaebadi/persian-faker without Composer

On this page you can find all versions of the php package cnaebadi/persian-faker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package persian-faker

Persian Faker

A Laravel package to generate Persian fake data for testing and development purposes.

Features

Installation

Run the following command to install via Composer:

Usage

Here's how you can use the package in your Laravel project:

Methods

The following methods are available for generating fake data:

randomFullName()

Generates a random full name in Persian.
Example: محمد رضا احمدی

randomEnglishFullName()

Generates a random full name in English.
Example: Sina Mohammadi

randomFirstName()

Generates a random first name in Persian.
Example: زهرا

randomEnglishFirstName()

Generates a random first name in English.
Example: Ali

randomLastName()

Generates a random last name in Persian.
Example: کاظمی

randomEnglishLastName()

Generates a random last name in English.
Example: Karimi

randomMaleFirstName()

Generates a random male first name in Persian.
Example: حسین

randomEnglishMaleFirstName()

Generates a random male first name in English.
Example: Reza

randomFemaleFirstName()

Generates a random female first name in Persian.
Example: نرگس

randomEnglishFemaleFirstName()

Generates a random female first name in English.
Example: Sara

randomJobTitle()

Generates a random job title.
Example: مهندس نرم‌افزار

randomAddress()

Generates a random address in Persian.
Example: تهران، خیابان ولیعصر، کوچه احمدی، پلاک 5، واحد 2

randomLandlinePhone()

Generates a random landline phone number.
Example: 02112345678

randomMobilePhone()

Generates a random mobile phone number.
Example: 09123456789

randomEmail()

Generates a random email address.
Example: [email protected]

randomNationalCode()

Generates a random national code.
Example: 1234567890

randomPostalCode()

Generates a random postal code.
Example: 1234567890

randomDate()

Generates a random date.
Example: 1399/5/21

randomWord()

Generates a random Persian word.
Example: دوست

randomSentence()

Generates a random Persian sentence.
Example: او کتاب خود را خواند.

randomParagraph()

Generates a random Persian paragraph.
Example: این یک پاراگراف نمونه است که شامل کلمات مختلف می‌باشد.

randomState()

Generates a random Persian state.
Example: تهران

randomCity()

Generates a random Persian city.
Example: اصفهان

randomStreet()

Generates a random Persian street.
Example: خیابان حافظ

randomProtocol()

Generates a random protocol (e.g., http or https).
Example: https

randomDomain()

Generates a random domain.
Example: example.com

randomBank()

Generates a random bank name in Persian.
Example: بانک ملی

randomEnglishBank()

Generates a random bank name in English.
Example: Mellat Bank

Contribution

We welcome contributions!
To contribute, fork the repository, make your changes, and submit a pull request. Please ensure your code is clean and well-documented. Thank you!

Thanks

This project was inspired by my dear friend, @Keivan-S . I am truly grateful for his guidance and support.

License

This package is open-source and licensed under the MIT license.

فیکر فارسی

یک پکیج لاراول برای تولید داده‌های تصادفی فارسی برای تست و توسعه.

ویژگی‌ها

نصب

برای نصب این پکیج از دستور زیر استفاده کنید:

استفاده

نمونه‌ای از نحوه استفاده از پکیج در پروژه لاراول:

متدها

متدهای موجود برای تولید داده‌های تصادفی:

randomFullName()

یک نام کامل تصادفی به زبان فارسی تولید می‌کند.
مثال: محمد رضا احمدی

randomEnglishFullName()

یک نام کامل تصادفی به زبان انگلیسی تولید می‌کند.
مثال: Sina Mohammadi

randomFirstName()

یک نام کوچک تصادفی به زبان فارسی تولید می‌کند.
مثال: زهرا

randomEnglishFirstName()

یک نام کوچک تصادفی به زبان انگلیسی تولید می‌کند.
مثال: Ali

randomLastName()

یک نام خانوادگی تصادفی به زبان فارسی تولید می‌کند.
مثال: کاظمی

randomEnglishLastName()

یک نام خانوادگی تصادفی به زبان انگلیسی تولید می‌کند.
مثال: Karimi

randomMaleFirstName()

یک نام کوچک مردانه تصادفی به زبان فارسی تولید می‌کند.
مثال: حسین

randomEnglishMaleFirstName()

یک نام کوچک مردانه تصادفی به زبان انگلیسی تولید می‌کند.
مثال: Reza

randomFemaleFirstName()

یک نام کوچک زنانه تصادفی به زبان فارسی تولید می‌کند.
مثال: نرگس

randomEnglishFemaleFirstName()

یک نام کوچک زنانه تصادفی به زبان انگلیسی تولید می‌کند.
مثال: Sara

randomJobTitle()

یک عنوان شغلی تصادفی تولید می‌کند.
مثال: مهندس نرم‌افزار

randomAddress()

یک آدرس تصادفی به زبان فارسی تولید می‌کند.
مثال: تهران، خیابان ولیعصر، کوچه احمدی، پلاک 5، واحد 2

randomLandlinePhone()

یک شماره تلفن ثابت تصادفی تولید می‌کند.
مثال: 02112345678

randomMobilePhone()

یک شماره تلفن همراه تصادفی تولید می‌کند.
مثال: 09123456789

randomEmail()

یک ایمیل تصادفی تولید می‌کند.
مثال: [email protected]

randomNationalCode()

یک کد ملی تصادفی تولید می‌کند.
مثال: 1234567890

randomPostalCode()

یک کد پستی تصادفی تولید می‌کند.
مثال: 1234567890

randomDate()

یک تاریخ تصادفی تولید می‌کند.
مثال: 1399/5/21

randomWord()

یک کلمه تصادفی به زبان فارسی تولید می‌کند.
مثال: دوست

randomSentence()

یک جمله تصادفی به زبان فارسی تولید می‌کند.
مثال: او کتاب خود را خواند.

randomParagraph()

یک پاراگراف تصادفی به زبان فارسی تولید می‌کند.
مثال: این یک پاراگراف نمونه است که شامل کلمات مختلف می‌باشد.

randomState()

یک استان تصادفی به زبان فارسی تولید می‌کند.
مثال: تهران

randomCity()

یک شهر تصادفی به زبان فارسی تولید می‌کند.
مثال: اصفهان

randomStreet()

یک خیابان تصادفی به زبان فارسی تولید می‌کند.
مثال: خیابان حافظ

randomProtocol()

یک پروتکل تصادفی (مثل http یا https) تولید می‌کند.
مثال: https

randomDomain()

یک دامنه تصادفی تولید می‌کند.
مثال: example.com

randomBank()

یک نام بانک تصادفی به زبان فارسی تولید می‌کند.
مثال: بانک ملی

randomEnglishBank()

یک نام بانک تصادفی به زبان انگلیسی تولید می‌کند.
مثال: Mellat Bank

تشکر و قدردانی

این پروژه با الهام از دوست عزیزم، کیوان، ساخته شده است. از راهنمایی‌ها و حمایت‌های او بسیار سپاسگزارم.

مشارکت

مشارکت شما باعث خوشحالی ماست!
برای مشارکت، مخزن را Fork کنید، تغییرات خود را اعمال کرده و یک Pull Request ارسال کنید. لطفاً مطمئن شوید که کد شما تمیز و مستند است. سپاسگزاریم!

مجوز

این پکیج متن‌باز است و تحت مجوز MIT منتشر شده است.


All versions of persian-faker with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
fakerphp/faker Version ^1.24
illuminate/support Version ^11.36
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package cnaebadi/persian-faker contains the following files

Loading the files please wait ....