PHPackages                             wali/smart-seeder - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. wali/smart-seeder

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wali/smart-seeder
=================

A PHP/Laravel package for generating fake localized data (Arabic names, Hijri dates, Saudi IBAN, etc.).

1.0.0(7mo ago)516MITPHPPHP ^8.2CI passing

Since Oct 1Pushed 7mo agoCompare

[ Source](https://github.com/wali-eldin-hassan/smart-seeder)[ Packagist](https://packagist.org/packages/wali/smart-seeder)[ RSS](/packages/wali-smart-seeder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

SmartSeeder 🌱
=============

[](#smartseeder-)

[![CI](https://github.com/wali-eldin-hassan/smart-seeder/workflows/CI/badge.svg)](https://github.com/wali-eldin-hassan/smart-seeder/actions)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![PHP Version](https://camo.githubusercontent.com/2b772b0e9daa8f19f7ae8cbbd897a75f9daecc22ee83ef8865e569c50ac3565a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545382e322d626c75652e7376673f7374796c653d666c61742d737175617265)](https://php.net)

SmartSeeder is a lightweight PHP package designed to generate realistic, localized fake data for your applications. Perfect for testing, database seeding, or generating sample datasets with Arabic/Saudi-specific data.

✨ Features
----------

[](#-features)

- 🎭 **Arabic Names**: Generate random first names and full names (male/female)
- 📅 **Hijri Dates**: Generate Islamic calendar dates
- 🏦 **Saudi IBANs**: Generate valid-looking Saudi Arabian bank account numbers
- 📱 **Saudi Mobile Numbers**: Generate realistic Saudi mobile phone numbers
- 🆔 **Saudi National IDs**: Generate valid-format Saudi national identification numbers
- 🏠 **Saudi Iqama Numbers**: Generate valid-format Saudi resident ID numbers (starting with 2)
- ⚡ **Lightweight**: Minimal dependencies, fast performance
- 🔧 **Easy Integration**: Works seamlessly with PHP and Laravel projects

📦 Installation
--------------

[](#-installation)

Install via Composer:

```
composer require wali/smart-seeder
```

🚀 Quick Start
-------------

[](#-quick-start)

```
