Libraries tagged by class map
benkle/doctrine-adoption
57 Downloads
A small set of classes to make doctrines inheritance mapping more useful
slpxxv/stdlib
2 Downloads
An extension to the Standard PHP Library (SPL), introducing abstract data types like stacks, maps, and hash maps. Enjoy the benefits of class-based functions in PHP with an intuitive and object-oriented API.
nuldark/stdlib
55 Downloads
An extension to the Standard PHP Library (SPL), introducing abstract data types like stacks, maps, and hash maps. Enjoy the benefits of class-based functions in PHP with an intuitive and object-oriented API.
johnniewalker/xandria
3974 Downloads
A set of classes useful for implementing DDD, Object Mapping patterns.
tomek-swienty/jsonmapper
13 Downloads
Map nested JSON structures onto PHP classes
narrator69/jsonmapper
247 Downloads
Map nested JSON structures onto PHP classes with artifcat fixing feature
home-labs/phplain
5 Downloads
A simple object to map getters and setters of a class, at runtime.
famoser/jsonmapper
3081 Downloads
Map nested JSON structures onto PHP classes
waughj/verified-arguments
1510 Downloads
Class for generating special type of associative array/map with fallback default values, validity tests, and sanitizers.
sj/dtomatic
15 Downloads
Dtomatic is a flexible, reflection-based object mapper for Laravel applications. It automatically maps data from source objects to DTO classes, including support for nested objects and collections
pppcreative/select-badge
24 Downloads
Package combines Select field and Badge field, adds styled classes in CSS and adds functions such as icons(), map(), addTypes(), options(), labels(). Added to BelongsBaadge !
javidalpe/spherical-geometry
7 Downloads
This library provides classes and functions for the computation of geometric data on the surface of the Earth. Code ported from the Google Maps API.
genai/validation
115 Downloads
Attribute-based validation compiled to a reflection-free validator. Put #[NotBlank]/#[Email]/#[Length]/#[Pattern]/#[Matches] on a #[Validate] form class; a build-time processor bakes the rules into Cache\Validation. At runtime, validate a populated form object -> a field=>error map, no reflection. PHP 5.3-safe runtime.
fnxnet/guzzle-bundle
394 Downloads
Allows you to easily create clients, commands and map result to desired array, object or class
roy404/eloquent
254 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.