Libraries tagged by generate link
alexia/php7mar
69619 Downloads
PHP 7 MAR, or just "php7mar", is a command line utility to generate reports on existing PHP 5 code to assist developers in porting their code quickly to PHP 7.
deligoez/laravel-model-hashid
69916 Downloads
Generate, Save, and Route Stripe/Youtube-like Hash IDs for Laravel Eloquent Models
symplify/changelog-linker
745661 Downloads
Generates beautiful CHANGELOG.md with links to PRs, versions and users grouped in Added/Changed/Fixed/Removed categories.
vanderlee/swaggergen
121375 Downloads
Generate Swagger/OpenAPI documentation from simple PHPdoc-like comments in PHP source code.
gpslab/base64uid
92797 Downloads
Generate UID like YouTube
b13/trusted-url-params
214186 Downloads
TYPO3 Extension to ensure that only safe queryParams from TYPO3s Routing are added to generated links
stefangabos/zebra_pagination
20315 Downloads
A generic, Twitter Bootstrap compatible, PHP pagination library that automatically generates navigation links
outrightvision/api-model
99993 Downloads
Generate Laravel-like Api Models
kotchuprik/php-short-id
52926 Downloads
Yet another Short ID generator. The library help you generate short id like youtube, vimeo, bit.ly, etc.
robinncode/db_craft
2169 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
mehradsadeghi/laravel-crud-generator
11325 Downloads
Generate CRUD for your laravel application like a breeze
tomatophp/filament-api
5794 Downloads
Generate APIs from your filament resource using single line of code
kunstmaan/generator-bundle
110333 Downloads
If you're like us, you like to build applications without having to do the same things over and over again and dislike copy/pasting code and change a couple of words every time you need feature X. The KunstmaanGeneratorBundle gives you the possibility to generate code for new bundles, adminlists and can even make you a basic default website. That way you don't have to wait too long before you see some results and you have more time to do other things. Easy no?
grazulex/laravel-atlas
541 Downloads
Laravel Atlas scans your Laravel project to generate a complete, structured map of its internal components — models, controllers, routes, jobs, observers, events, commands, and more — and exports visual or machine-readable representations in formats like Mermaid, Markdown, JSON, or PDF.
digitaldream/laracrud
20769 Downloads
Do you have a well structured database and you want to make a Laravel Application on top of it. By using this tools you can generate Models which have necessary methods and property, Request class with rules, generate route from controllers method and its parameter and full features form with validation error message and more with a single line of command