Libraries tagged by shoperti
antares/accessible-bundle
3760 Downloads
A bundle to easily use Accessible in Symfony projects.
antares/accessible
3833 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
crossjoin/browscap
234339 Downloads
The standalone PHP Browscap parser Crossjoin\Browscap detects browser properties as well as device information based on the user agent string of the requesting browsers and search engines, using the data from the Browser Capabilities Project. It's several hundred times faster than the build-in PHP function get_browser(), and faster than other Browscap PHP libraries, with much lower memory consumption. Optionally Crossjoin\Browscap automatically updates the Browscap data, so you're always up-to-date. The newest version is build for PHP 7.x, for PHP >= 5.6 use version 2.x, for PHP >= 5.3 use version 1.x.
xtompie/sorter
2043 Downloads
Sort multidimensional array by multiple criteria like array values, object properties, any deep value
wapplersystems/videos
4495 Downloads
Extends video file properties and provides a player for playlists, cue points and subtitles
squidit/array-to-object
363 Downloads
Hydrate array to object using typed object properties
spinitron/precis
1161 Downloads
Implements PRECIS Framework, IDNA Bidi Rule, Unicode Bidi properties
schnittstabil/get
112792 Downloads
Get nested array values and object properties.
sbwerewolf/json-serialize-trait
3195 Downloads
Library with trait of ability to output all properties of class-exemplar at call json_encode()
rekalogika/direct-property-access
2718 Downloads
Simple implementation of PropertyAccessorInterface that reads and writes directly to the object's properties, bypassing getters and setters.
phphd/exceptional-validation
287 Downloads
Capture domain exceptions and map them to the corresponding properties that caused them
o2ti/advanced-fields-checkout
2800 Downloads
Add advanced properties to checkout fields
ngmy/unused-public
1040 Downloads
Detect unused public properties, constants and methods in your code
neoighodaro/unused-public
1017 Downloads
Detect unused public properties, constants and methods in your code
monro/doctrine-nullable-embedabbles
4967 Downloads
Workarround to the issues related of using Doctrine with embedabbles relations where the relation can be null. If the object is null doctrine would instanciate it with all the properties to null, this library will fix it to set it to null.