Libraries tagged by object path
matheus-rosa/php-interactor
9 Downloads
A single purpose object library built for PHP
ez-php/bignum
97 Downloads
Arbitrary-precision integer and decimal arithmetic for the ez-php ecosystem — immutable BigInteger and BigDecimal value objects backed by bcmath (gmp optional)
elephant-php/ttl
8 Downloads
An immutable Time To Live value object for the cache and other places where you need to specify a time rather than a magic value.
atheon/orm
16 Downloads
Object-Relational-Mapper for PHP
nathancox/versionedgridrows
509 Downloads
A SilverStripe extension to mark gridfield rows for versioned objects as draft or modified
antonvlasenko/decimal
3 Downloads
An object-oriented wrapper around BC Math PHP extension
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.
jessiehernandez/expression
24166 Downloads
Object-oriented library to represent, execute and transform expressions, whether logical or mathematical