Libraries tagged by file generation
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
zelenin/yii2-rbac-module
1571 Downloads
Yii2 RBAC module with generating assignments to DB from RBAC data store file rbac.php
ozanakman/laravel-repository-generator
770 Downloads
Quickly generating repository and interfaces from existing model files
dev-martins/common-files-microservices
1237 Downloads
Generates basic files for generating microservices
warfee/service-files-generator
3 Downloads
Generating basic method each services files based on database structure
m1roff/faker-file-provider
1 Downloads
Faker providers for generating various data for testing purposes
islomiddin-dev/generating-repository-and-service
17 Downloads
Create Repository and Service design pattern files using php artisan command
spirit-of-wars/docmvc
9 Downloads
DocMVC, MVC-library for generating files (excel, doc, pdf)
mattiabasone/fixed-width
1 Downloads
Library for parsing/generating fixed width files
teertz/filepath
19 Downloads
Generating a path for static files
emizoripx/office-php74
86 Downloads
Document generation from existing Excel templates | Export tables to Excel (Grids)
mykemeynell/filepreview
6 Downloads
Library for generating file previews.
fyre/make
45 Downloads
A collection of commands for generating files.
deepaktiwari/php-cmds
6 Downloads
Simple PHP command for generating files following the MVC architecture, similar to Laravel's Artisan command. Easily create models, controllers, and views as per your needs
crudschool/yii2-migration-generator
23 Downloads
Set of gii tools for generating files for migration by schema of table , phpdoc or table data