Libraries tagged by class generation
appique/laravel-class-generator
30 Downloads
Class generator with customizable stubs and placeholders
webingpro/id-generator
15 Downloads
Class for genereting id's fast with php
bitgrave/barcode-generator
13708 Downloads
simple barcode generator base classes supporting 2d- and datamatrix barcodes
designbycode/business-name-generator
210 Downloads
The Business Name Generator is a PHP class that generates business names based on a combination of adjectives and nouns. It provides a flexible and customizable way to generate business names that can be used for various purposes.
yarooob/laravel-service-generator
29 Downloads
make your service layer classes easily
worldstores/dto-generator-bundle
23 Downloads
Converts XSD/JSON definitions into PHP classes
natitech/builder-generator
27 Downloads
PHP standalone library to generate a builder (pattern) from a class
kalani/validation-rule-generator
1044 Downloads
Laravel 4 class to automatically generate validation rules based on table schema
jwage/phpunit-test-generator
191 Downloads
Generate PHPUnit test classes for a PHP class.
jcowie/generators
23 Downloads
Generate new classes for M2
janit/typescript-generator-bundle
460 Downloads
A Symfony Bundle that provides a command to generate TypeScript interfaces from PHP classes
gtt/thrift-generator
56 Downloads
Generates .thrift files based on php classes signatures
davidngugi/laravel-php-generator
30 Downloads
Command line tool to generate your classes, interfaces and traits. Aiming for your higher productivity
codebider/service-generator-tool
40 Downloads
A Laravel package to generate service classes using an Artisan command.
ahrmerd/laravel-test-generator
175 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package