Libraries tagged by file generation
cubemage/paging-seal-bundle
4 Downloads
A Symfony Bundle to process PDF files, such as generating counter-signature seals or stamping images.
clippings/phantom-pdf
87565 Downloads
A Package for generating PDF files using PhantomJS
ckunkle/markdownwriter
9249 Downloads
Library for generating markdown files
baidouabdellah/laravel-arpdf
95 Downloads
A Laravel package for generating PDF files with Full support Arabic languages.
astrology/wlog
16 Downloads
Generating Log Files via a Simple Approach
amroboney/repository-generator
42 Downloads
A feature-rich Laravel package to simplify and streamline the process of generating repository files using the repository pattern, promoting clean architecture and maintainable code.
abdallahalyamni/mpdf-arabic
166 Downloads
PHP library generating PDF files from UTF-8 encoded HTML
evilfreelancer/composer-json-generator
11 Downloads
Small library for generating composer.json file with validation by composer's schema
alexsoft/webserver-config-generator
186 Downloads
Package for generating webserver configuration file for your Laravel app
smmccabe/accompanist
84 Downloads
A PHP API for generating dynamic composer.json files
gluck1986/laravel-swagger
4068 Downloads
Provided middleware for generating of swagger-documentation file by run testing of RESTful API.
aurimasniekis/tdlib-schema
248 Downloads
A TdLib PHP Schema with generator for generating PHP objects from td_api.tl file
rm/header
552 Downloads
Component for generating beuty and corect html header with only files where are realy required.
martynbiz/diff
13 Downloads
Diff helps you generating difference views between two or three text files.
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.