Libraries tagged by charting
jamm/memory
24559 Downloads
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.
snoeren-development/laravel-currency-casting
22623 Downloads
Cast currency attributes, stored as integer, to floats automatically.
jrfnl/php-cast-to-type
235848 Downloads
PHP Class to consistently cast variables to a specific type.
esensi/model
65885 Downloads
The base model traits of Esensi
yorcreative/laravel-argonaut-dto
324 Downloads
Argonaut is a lightweight Data Transfer Object (DTO) package for Laravel that supports nested casting, recursive serialization, and validation out of the box. Ideal for service layers, APIs, and clean architecture workflows.
waad/laravel-model-metadata
921 Downloads
A Laravel package for handling metadata with JSON casting and custom relation names.
viper007bond/regenerate-thumbnails
11635 Downloads
Regenerate the thumbnails for one or more of your image uploads. Useful when changing their sizes or your theme.
spryker/chart-gui
1649054 Downloads
ChartGui module
spryker-shop/chart-widget
1689074 Downloads
ChartWidget module
kunstmaan/seo-bundle
125862 Downloads
Annotating content with metadata for social sharing and seo purposes cannot be overlooked nowadays. The KunstmaanSeoBundle contains default editing functionality for OpenGraph data, meta descriptions, keywords and titles and Metriweb tags. Because the metatagging and tracking options are always changing, a free field to add custom header information is provided as well.
inspirum/arrayable
95715 Downloads
PHP arrayable interface for handling casting to an array
dazet/type-utils
27143 Downloads
Type casting utils for PHP.
cviebrock/eloquent-typecast
63113 Downloads
Trait for Eloquent models to force type-casting on retrieved values
10up/post-finder
50736 Downloads
Adds a UI for curating and ordering posts
calmohallag/nullable-casting
10180 Downloads
PHP supports expression casting to primitive type (like int) by using “( type ) expression”, but it currently doesn't allow to use a nullable type as introduced by PHP 7.1 (e.g. ?int). This library provide functions that extend native php casting, adding nullable casting.