Libraries tagged by generate-file
cyberelysium/ce-crud
18 Downloads
Generate files for Crud process in laravel
codegor/laravel-file-process
61 Downloads
Laravel file receive with base64 encode, store it and generate file url. Than you can get the file with the url
asif/cfg
9 Downloads
to generate files for any crud
arlauskas/cassette-generator
33 Downloads
Generate files for vcr cassette
allay/generators
254 Downloads
Generate files for laravel-allay projects
afzalsabbir/generators
100 Downloads
Generate files for laravel projects
beluga-php/docker-php-api
140850 Downloads
Docker API generated files from OpenAPI Specification
docker-php/docker-php-api
387653 Downloads
Docker API generated files from OpenAPI Specification
happyhorizon/module-persistentgraphqlschema
2170 Downloads
Load the graphql schema data from a generated file instead of cache to improve performance
abcaeffchen/sepa-documentor
25946 Downloads
Generates file routing slips and control lists from SEPA file data
tbn/query-builder-repository-generator-bundle
7147 Downloads
Generate filters for queryBuilder in a repository
sheidin/fillable
2748 Downloads
Generate fillable attribute for eloquent models
punktde/behat-file
3814 Downloads
Package for testing generated files with behat
zicai/hongbao
287 Downloads
Generate fixed red package and random red package, random red envelopes based on truncated normal distribution algorithm to generate
crimsonkissaki/mockmaker
42 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.