Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Faker Laravel Package

fzaninotto/faker

Faker is a PHP library for generating fake data: names, addresses, phone numbers, text, dates, and more. Ideal for seeding databases, creating fixtures, and testing apps, with locale-aware providers and easy extensibility.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
aagroup/support Ticketit is a simple helpdesk ticket system for Laravel 5.1+ that integrates with Laravel auth. Supports users/agents/admins, ticket creation and comments, configurable permissions, auto agent assignment, admin dashboard with stats, localization, and image uploads. 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
ac/web-services-bundle Symfony bundle providing generic REST API workflow tools: request lifecycle events, JMS-based deserialization into existing objects, validation error handling, configurable response formats (JSON/XML/JSONP/YML), and per-path settings for exceptions, response data, JSONP, and headers. 0 0 2 13 6 2.0 17.2 MIT 11 years ago
View on GitHub
Context7
admin-panel/admin-bundle Admin Bundle is a simple Symfony admin generator for building entity lists and custom actions. Supports Doctrine ORM and Doctrine DBAL. Versioned by Symfony branch (2.7+ and 3.x), with documentation in the doc/ directory. 3 3 8 0 0 3.3 3.8 MIT 7 years ago
View on GitHub
Context7
akeneo/data-generator-bundle 11 11 2 0 3 2.2 1.1 10 years ago
View on GitHub
Context7
akeneo-labs/data-generator-bundle 11 11 2 0 3 2.2 1.1 10 years ago
View on GitHub
Context7
andyftw/image-faker andyftw/image-faker adds an image provider to Faker, letting you generate fake image URLs or placeholders for tests and seeders. Useful for populating avatar, thumbnail, and gallery fields with realistic-looking image data during development. 0 0 3 0.3 8.3
View on GitHub
Context7
api-platform/postman-collection-generator 30 28 8 0 0 0.2 MIT
View on GitHub
Context7
appventus/auto-form-fill-bundle 3 3 1 0 2 0.2
View on GitHub
Context7
atk4/ui Agile UI (atk4/ui) is a server-side rendered PHP UI framework with 50+ reusable components for building admin/back-office web apps fast. Connects to abstract data models (SQL/NoSQL/APIs), auto-adapts to schema changes, and supports interactive JS events and Vue.js extensibility. 456 460 111 664 79 33.6 31.8 MIT 1 year ago
View on GitHub
Context7
baconmanager/core-bundle 0 0 1 0 2 0.4
View on GitHub
Context7
biig/dictionary-bundle 8 8 10 0 10 5.4 3.4 6 years ago
View on GitHub
Context7
bitecodes/factrine-bundle 0 2 0 0.0
View on GitHub
Context7
bornfight/jsonapi-documentation 3 3 0 65 5 2.2 18.1 MIT 5 years ago
View on GitHub
Context7
cassianogf/ticket-system Laravel package for a ticket system (work in progress). Intended to help manage support tickets and related workflows. Project is under construction and documentation is minimal, so expect incomplete features and APIs. 3 4 0 0 0 0.6 MIT 9 years ago
View on GitHub
Context7
chill-project/activity 0 0 0 0.0
View on GitHub
Context7
chill-project/custom-fields 0 0 0 0.0
View on GitHub
Context7
chill-project/event 0 0 0 0.0
View on GitHub
Context7
chill-project/group 0 0 0 0.0
View on GitHub
Context7
chill-project/icpc2 0 0 0 0.0
View on GitHub
Context7
chill-project/one-stat 0 0 0 0.0
View on GitHub
Context7
chill-project/person 0 1 0 0.0
View on GitHub
Context7
chill-project/report 0 0 0 0.0
View on GitHub
Context7
chill-project/task 0 0 0 0.0
View on GitHub
Context7
chill-project/third-party 0 0 0 0.0
View on GitHub
Context7
codingmatters/employee-management-package Laravel artisan package for basic employee management. Provides command-line tools to create, list, update, and remove employee records, helping you scaffold simple HR workflows inside your Laravel app. 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
darvinstudio/darvin-bot-detector-bundle 0 0 0 0 0 1.8 MIT 9 years ago
View on GitHub
Context7
darvinstudio/darvin-menu-bundle 0 1 8 9.1 6.6
View on GitHub
Context7
data-dog/pager-bundle 0 11 625 4.3 24.1
View on GitHub
Context7
davidbadura/faker-bundle 11 13 2 52 0 0.6 7.1 MIT 10 years ago
View on GitHub
Context7
deozza/philarmony-core-bundle 3 3 0 0 2 0.4
View on GitHub
Context7
deviscoding/propel1-bundle 0 0 1 0 0 2.4 2 years ago
View on GitHub
Context7
directorytree/scout Scout is an LDAP auditing web app that periodically scans your directory to detect and log changes to objects and attributes, with customizable notifications, password change/expiry alerts, and password resets via a web UI. (Rebuilt as Watchdog) 9 8 3 0 5 0.8 1.3 MIT
View on GitHub
Context7
districtweb/cmsconfiguratorbundle Symfony bundle for building and managing application configuration via a “configurator” approach. Provides structure to define, load, and persist configurable settings for your CMS or app, with tooling aimed at simplifying configuration workflows. 0 0 0 0 1 0.1
View on GitHub
Context7
dos/oauth-server-bundle 1 1 0 0 0 0.3 MIT 7 years ago
View on GitHub
Context7
dsdeboer/propel-bundle 0 0 0 0.0
View on GitHub
Context7
encore/laravel-admin 11,155 11,221 2,827 28K 217 69.0 32.9 MIT 4 years ago
View on GitHub
Context7
hootlex/laravel-friendships 701 706 146 1K 27 23.8 18.2 MIT 7 years ago
View on GitHub
Context7
jgrossi/corcel Eloquent-based models to query a WordPress database directly from Laravel or any Composer PHP app. Use WordPress as the CMS/admin backend while your app consumes posts, pages, taxonomies, options, menus, users, ACF fields, attachments, and more. 4,780 4,787 599 34K 85 67.9 38.0 MIT 1 year ago
View on GitHub
Context7
langleyfoxall/math_eval Safely evaluate math expressions in PHP. langleyfoxall/math_eval parses and computes strings with operators, brackets, and common functions, ideal for user-defined formulas and configuration values without using eval(). Lightweight and easy to integrate in Laravel or any PHP app. 42 43 6 8K 2 1.9 32.1 LGPL-3.0 6 years ago
View on GitHub
Context7
laracasts/testdummy Generate Eloquent models for tests without factories. Define blueprints and quickly create/build records with sensible defaults, relationships, and overrides—ideal for speeding up Laravel test setup and prototyping with minimal boilerplate. 456 467 79 4K 17 19.1 20.5 MIT 5 years ago
View on GitHub
Context7
mpociot/laravel-apidoc-generator Generate API docs automatically from your existing Laravel, Lumen, or Dingo routes. Run php artisan apidoc:generate to produce up-to-date documentation from code and routes, with configurable output via an apidoc.php config file. 3,450 3,475 602 10K 35 53.7 27.1 MIT 6 years ago
View on GitHub
Deep Wiki
Context7
platformcommunity/flysystem-bunnycdn Laravel Flysystem adapter for BunnyCDN Storage. Use BunnyCDN as a filesystem disk for uploads and file management, with support for common Flysystem operations like read/write, delete, directories, and URL generation for serving assets via BunnyCDN. 95 94 23 30K 7 26.0 40.5 MIT 4 months ago
View on GitHub
Context7
pragmarx/random Cryptographically secure random generator for PHP: create random strings, integers, bytes, hex, and regex-based patterns with options for size, case, prefixes/suffixes, and raw output. Falls back to Faker (if installed) for rich random data like names and dates. 71 74 3 142K 1 0.5 45.5 MIT
View on GitHub
Context7
prewk/xml-faker Generate fake XML easily for tests and demos with prewk/xml-faker. Define elements and attributes, create realistic sample documents fast, and avoid hand-writing fixtures. Lightweight helper for PHP projects that need quick XML payloads. 10 10 0 77 2 0.5 12.6 MIT
View on GitHub
Context7
pursehouse/modeler-laravel-eloquent 11 11 4 40 1 0.6 8.8 MIT 6 years ago
View on GitHub
Context7
reliese/laravel Generate Laravel Eloquent models from your database schema. Reliese inspects tables, columns, and foreign keys to scaffold typed model properties and relationships via an Artisan command, helping speed up development (best used in local/dev environments). 0 1,721 92K 45.6 49.2
View on GitHub
Deep Wiki
Context7
roboticsexpert/ticketit 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
usmanhalalit/laracsv 609 613 58 20K 5 6.5 22.5 MIT 5 years ago
View on GitHub
Context7
willdurand/faker-bundle 275 284 36 1K 10 7.3 12.9 8 years ago
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope
anil/file-picker
broqit/fields-ai