Libraries tagged by Object Based
mindplay/jsondoc
26 Downloads
JSON-based object/document store
kryptamine/dto
7 Downloads
data transfer object representation based on laravel validation
redrat/deeper
12 Downloads
Deeper is a easy way to compare if 2 objects is equal based on values in these objects. This library is heavily inspired in Golang's reflect.DeepEqual()
zomberg/phpquery
10984 Downloads
phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library
drewlabs/curl-client
1372 Downloads
Provides a PHP class around PHP curl object and Psr18 client based on the curl library
dft/silverstripe-notifier
130 Downloads
Configurable notifications system for sending notifications based on data object activity
gfg/dto-context
9103 Downloads
Responsible to create objects to handle data integrity based on the context which they are created
tikiwiki/media-alchemyst
58 Downloads
An Object Oriented wrapper for easy multimedia conversion, based on Imagine, FFMpeg, SwfTools, Unoconv and other libs
fromholdio/silverstripe-gridfield-addnew-hasmany
326 Downloads
Add new object to gridfield with has many relation based on lookup selection.
cleverage/permission-bundle
15555 Downloads
Simple permissions based on roles against any PHP object, class or any string
schorts/firestore-dao
6 Downloads
A type-safe, domain-driven Data Access Object (DAO) abstraction for Google Cloud Firestore in PHP. Provides consistent CRUD operations, soft/hard delete support, criteria-based queries, and transaction-aware Unit of Work integration, built on top of the schorts/shared-kernel.
rotexsoft/leanorm
424 Downloads
A Generic Data Objects ( https://github.com/rotexsoft/gdao ) implementation based on a stripped down version of idiorm (\LeanOrm\DBConnector). A light-weight, highly performant PHP data access library.
jorisros/feed-builder-bundle
2316 Downloads
Bundle that based on output channel bundle, this bundle can be triggered by publish a object or by commandline.
genai/validation
22 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.
fromholdio/silverstripe-gridfield-addnew-manymanythrough
351 Downloads
Add new object to gridfield with many-many-through relation based on lookup selection.