Libraries tagged by php class generator
tecnick.com/tcpdf
2952345 Downloads
TCPDF is a PHP class for generating PDF documents and barcodes.
classpreloader/classpreloader
41616941 Downloads
Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case
wsdl2phpgenerator/wsdl2phpgenerator
2399571 Downloads
Simple class library for generating php classes from a wsdl file.
wapmorgan/morphos
1055284 Downloads
A morphological solution for Russian and English language written completely in PHP. Provides classes to inflect personal names, geographical names, decline and pluralize nouns, generate cardinal and ordinal numerals, spell out money amounts and time.
davaxi/sparkline
971024 Downloads
PHP Class (using GD) to generate sparklines
wsdltophp/packagebase
3962414 Downloads
Contains the base classes to be used by classes generated by wsdltophp/packagegenerator
jane-php/open-api-runtime
8943239 Downloads
Jane OpenAPI Runtime Library, dependencies and utility class for a library generated by jane/openapi
oittaa/uuid
219425 Downloads
A small PHP class for generating RFC 9562 universally unique identifiers (UUID) from version 3 to version 8.
nilportugues/sql-query-formatter
960592 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
api-platform/json-schema
1058658 Downloads
Generate a JSON Schema from a PHP class
google/proto-client
2728078 Downloads
Generated proto and gRPC classes for Google Cloud Platform in PHP
benhall14/php-calendar
16152 Downloads
A simple PHP class to generate calendars.
dcarbone/php-fhir-generated
372043 Downloads
Pre-generated classes from dcarbone/php-fhir
ionux/phactor
52971 Downloads
Phactor is a high-performance PHP implementation of the elliptic curve math functions required to generate & verify private/public (asymmetric) EC keypairs and ECDSA signatures based on secp256k1 curve parameters. This library also includes a class to generate Service Identification Numbers (SINs) based on the published Identity Protocol v1 spec.
text/template
189436 Downloads
Simple and secure string-template-engine (Twig-like syntax) with nested if/elseif/else, loops, filters. Simple OOP api: Just one class doing the job (2-lines of code). Fast and secure: No code-generation, no eval'ed() code. Extensible by callbacks. Fully tested. Rich examples included.