Libraries tagged by class generation
alks/metadata
10 Downloads
Provides metadata generation for PHP classes
alexstar/xmlmaker
1 Downloads
A flexible PHP class for dynamic XML generation with support for attributes, repeating elements (@items), and pretty-printed output.
mf1dd/object-builder
1 Downloads
Automatically creates fully populated PHP object instances with random, type-safe values. Designed for test fixtures and runtime object generation. Supports all PHP class types — regular classes, readonly classes, abstract classes, enums, traits, interfaces, and built-in stock classes like DateInterval or ArrayObject. Recursively resolves nested object graphs, detects property names for semantically meaningful values (timezone, email, firstname …), and offers constraint-based value ranges via a fluent API. No framework required; zero runtime dependencies beyond nikic/php-parser. PHP 8.2+.
libriciel/cakephp-bootstrap3
278 Downloads
Plugin CakePHP 2.x Classes de helper et de génération de code permettant de simplifier, localiser, respecter la charte graphique.
flyingpiranhas/forms
25 Downloads
The flyingpiranhas forms are a set of classes to help with form generation and processing in PHP. It has some dependencies, though, but if you're installing through composer they're all pulled automatically.
waughj/wordpress-images
84 Downloads
Simple classes & shortcodes for easy image HTML generation from common image directories.
laxo/authecticate-system
8 Downloads
The PHP JWT Authorization Class provides a straightforward way to manage user authentication and authorization using JSON Web Tokens (JWT). This class is designed to handle token generation, validation, and user session management seamlessly, ensuring secure and efficient authentication for your application.
core23/sitemap-bundle
5499 Downloads
This bundle provides some classes for an automatic sitemap.xml generation.
mdnayeemsarker/viewmodel-generator
17 Downloads
Laravel artisan generator for ViewModel classes (supports multiple models, collections, and repository generation)
spuniter/php-uniter-package
0 Downloads
PhpUniter integration package. Assistant for automatic test generation. Commands for registration user and for sending yours class to generate test for it. Class for converting all methods to public on load
parentyazilim/openaci-chatbot
0 Downloads
This is a PHP class for interacting with OpenAI's API, specifically for their chatbot, search, and text-generation functionalities, as well as for creating and fine-tuning machine learning models using their API.
nowise/uup-soap
29 Downloads
Export classes as SOAP service with builtin service description (WSDL) generation.
israeldavidvm/name-helper
26 Downloads
Manage file names, responsive images, URLs and more with ease!The NameHelper repository offers you a complete library to simplify working with names in your application.The NameHelper class provides a collection of utility functions for working with image names, particularly in the context of generating responsive image URLs. It also includes auxiliary functions for manipulating file names and some special functions that allow the generation of urls specially designed for Laravel.I usually use this package with other packages created by me such as ImageCompressor and SmartImage.
grantholle/pear-net-url2
1180 Downloads
A psr-4 compliant port of pear/net_url2: Class for parsing and handling URL. Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.
beinsystems/utilities
71 Downloads
A set of utility classes for various tasks, including environment loading, error handling, unique ID generation, and database extension.