Libraries tagged by generate-file
devcuongnguyen/generators
15 Downloads
Generate files for laravel projects
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
10 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
101 Downloads
Generate files for laravel projects
beluga-php/docker-php-api
166534 Downloads
Docker API generated files from OpenAPI Specification
abcaeffchen/sepa-documentor
62640 Downloads
Generates file routing slips and control lists from SEPA file data
docker-php/docker-php-api
391144 Downloads
Docker API generated files from OpenAPI Specification
zicai/hongbao
305 Downloads
Generate fixed red package and random red package, random red envelopes based on truncated normal distribution algorithm to generate
tbn/query-builder-repository-generator-bundle
7617 Downloads
Generate filters for queryBuilder in a repository
punktde/behat-file
4936 Downloads
Package for testing generated files with behat
happyhorizon/module-persistentgraphqlschema
3488 Downloads
Load the graphql schema data from a generated file instead of cache to improve performance
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.