Libraries tagged by definitions
kristijorgji/db-to-php
3477 Downloads
A library to generate application code based on database definition.
keltuo/jsonschema-php-generator
2569 Downloads
Generate Json schema from php classes. (From class Schema, Definitions)
keboola/db-writer-config
517 Downloads
Config definition for database writer component
juanchosl/httpdata
97 Downloads
Little methods collection in order to create http request and responses using the PSR standards from PHP-FIG definitions
i350/laravel-fields
609 Downloads
Fields definition for laravel model
hprotravel/composer-service-handler
1810 Downloads
Composer script handling for generating service definitions from class annotation
greencape/coding-standards
1966 Downloads
Composer installable Coding Standards Definitions.
goetas/xml-xsd-encoder
663 Downloads
Convert PHP to XML and viceversa using XML Schema definition as encoding style
gabrielrcosta1/laravel-schema
4 Downloads
Laravel package to generate migrations from a schema.db definition file.
fspringveldt/ss-dockerfile
15 Downloads
A very simple docker image definition
fromholdio/silverstripe-gridfield-extradata
317 Downloads
Provides a mechanism to define extra data during GridField definition that will be passed to objects created via the grid field
fae/rest
1706 Downloads
REST endpoints definition for FAE schema
earthit/schema
16758 Downloads
Schema definition classes
dancycodes/flashhalt
16 Downloads
FlashHALT eliminates route definition overhead for HTMX applications, enabling direct controller method access through intuitive URL conventions - delivering 10x faster development velocity while maintaining Laravel's architectural integrity.
danbettles/morf
630 Downloads
Morf was designed to filter request-parameters *en masse* but it is also useful in many other situations. A Morf *Filter* is created from an array of definitions that describes each parameter you're interested in, and serves-up valid, type-cast values; it'll spit-out an exception when something's overtly wrong.