Libraries tagged by php class generator
tomatophp/tomato-resource
11 Downloads
Resource class builder and generator for tomato-admin
voral/mock-builder
41 Downloads
A PHP utility to generate mock classes by processing source code, leaving only public methods and clearing their bodies. Supports PSR-4 and is ideal for testing complex systems without Dependency Injection.
metarush/getter
122 Downloads
Generate a class with getter methods from a yaml or env file
dominikstyp/laravel-model-abstractor
9 Downloads
Makes AbstractModel inside app/models directory, changes make:model command to generate models which inherit from AbstractModel, and provides php artisan command to move your existing models to app/models directory and change their inheritance to AbstractModel. Thanks to that all your models will inherit from your custom class.
saschaende/mpdf
16 Downloads
mPDF is a PHP library which generates PDF files from UTF-8 encoded HTML. It is based on FPDF and HTML2FPDF with a number of enhancements. More: https://mpdf.github.io/
nikolajev/params
43 Downloads
PHP class skeleton & generator that holds parameters
ericksonreyes/rest-api-response
0 Downloads
REST API Response Generator Classes for PHP 8
snufkin/console-table
14 Downloads
A table generator class for the PHP CLI.
elkuku/console-table
2518 Downloads
A table generator class for the PHP CLI.
phptdgram/schema
133 Downloads
The PHP TD Gram Schema generated TdLib Schema Classes using phptdgram/schema-generator from td_api.tl file.
minnis/barcode39
128 Downloads
The Barcode Code_39 Generator provides a lightweight easy-to-use class to generate Code 39 barcodes in PHP.
freddis/inferred
2 Downloads
Code Generator that allows to create create multiple classes with the parametric templates. Designed as a tool to overcome problems related to missing generic types in PHP.
phpclass-form-generater/phpclass-form-generater
1 Downloads
php class for html form generater
tecnickcom/tcpdf
85795253 Downloads
TCPDF is a PHP class for generating PDF documents and barcodes.
setasign/fpdf
50840868 Downloads
FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.