Libraries tagged by charting
svrnm/exceldatatables
251634 Downloads
Replace a worksheet within an Excel workbook (.xlsx) without changing any other properties of the file
jrfnl/php-cast-to-type
240456 Downloads
PHP Class to consistently cast variables to a specific type.
esensi/model
66110 Downloads
The base model traits of Esensi
yorcreative/laravel-argonaut-dto
750 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
1187 Downloads
A Laravel package for handling metadata with JSON casting and custom relation names.
viper007bond/regenerate-thumbnails
11813 Downloads
Regenerate the thumbnails for one or more of your image uploads. Useful when changing their sizes or your theme.
spryker/chart-gui
1681413 Downloads
ChartGui module
spryker-shop/chart-widget
1717923 Downloads
ChartWidget module
kunstmaan/seo-bundle
126671 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.
jamm/memory
24913 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.
inspirum/arrayable
103895 Downloads
PHP arrayable interface for handling casting to an array
cviebrock/eloquent-typecast
64140 Downloads
Trait for Eloquent models to force type-casting on retrieved values
10up/post-finder
51758 Downloads
Adds a UI for curating and ordering posts
snoeren-development/laravel-currency-casting
23494 Downloads
Cast currency attributes, stored as integer, to floats automatically.
calmohallag/nullable-casting
10749 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.