Libraries tagged by class gen
booosta/genericuser
71 Downloads
Generic user class for Booosta PHP Framework
thoom/generator
50 Downloads
PHP 5.3 classes used to generate strings such as UUID and alphanumeric
anik/repository-generator
21 Downloads
Repository generator generates repository classes as it requires for repottern package.
rtek/aws-gen
4 Downloads
Generate PHP wrapper classes for AWS services, operations and types
zezont4/laravel-generator
116 Downloads
Generate the main classes that laravel uses to work with database . Like model,controller,request,blade forms
wonline-network/dynamic-user-agent-generator
7 Downloads
PHP class designed to dynamically generate user agent strings.
windwalker/phpunit-skeleton-generator
2381 Downloads
Tool that can generate skeleton test classes from production code classes and vice versa
tomosia-module/laravel-module-generate
3 Downloads
Helps quickly generate common Laravel classes (like Controller, Request, etc.) via Artisan commands
raffaelecarelle/phpunit-test-generator
2 Downloads
Generate PHPUnit test classes for a PHP class.
phpjit/apidoc-tests-generator
909 Downloads
Generate PHPUnit test classes for a apidoc.
phpclass-form-generater/phpclass-form-generater
1 Downloads
php class for html form generater
oxidio/unified-namespace-generator
1114 Downloads
OXID eShop related utility, which generates edition-specific class files for the 'unified namespace'
nedvice/autotask-rest-api-client-generator
14 Downloads
This package is the brains behind the Autotask API client. It generates each service class using the Autotask API as its guide.
naranarethiya/model-resource-generator
13 Downloads
Automatically generate API resource classes for your Laravel models, simplifying the process of transforming your models into API resources with ease.
mmurattcann/repository-generator
21 Downloads
You can easily generate interface and class for resository with given model name. Created class implements created interface and they have methods to do basic operations like store(), getAll(), etc.