Libraries tagged by class generator
zetacomponents/debug
476128 Downloads
This component provides a set of classes that help you to debug an application. It provides timers and report generators for different formats that give a summary of warnings and errors that occurred within your application.
wwwision/types-jsonschema
10933 Downloads
Generator for JSON Schema files from PHP classes, see https://json-schema.org/
yakovenko/laravel-class-generator
462 Downloads
A Laravel package to generate Utility, Service, Trait and Helper classes
timehunter/laravel-dto-generator
179 Downloads
A generator that creates PHP Data Transfer Object by array schema.
lunkkun/caching-generator
18680 Downloads
A rewindable PHP Generator class that caches its generated values.
haikson/sitemap-generator
0 Downloads
Sitemap crawler and generator class
popo/generator
40503 Downloads
Plain Old PHP Object (POPO) / Data Structure / Data Transfer Object (DTO) Generator. Convert YAML schema to PHP class.
smartsupp/chat-code-generator
21541 Downloads
This simple PHP class allows you to easily generate Smartsupp.com JS chat code.
setasign/php-stub-generator
2128 Downloads
A tool to generate stub-files for your php classes.
michael4d45/effect-schema-generator
660 Downloads
Generate TypeScript interfaces and Effect schemas from PHP Spatie Data classes
ltd-beget/php-grpc-client-generator
9396 Downloads
Generate grpc client classes after protoc-gen-php
krecu/class.uuid.php
321 Downloads
UUID generator base on implementation by Fredrik Lindberg
keltuo/jsonschema-php-generator
2964 Downloads
Generate Json schema from php classes. (From class Schema, Definitions)
haakco/laravel-enum-generator
11088 Downloads
Generates simple class to act as an enum from a table specified in its con
ahrmerd/laravel-test-generator
436 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