Libraries tagged by chatting
svrnm/exceldatatables
231490 Downloads
Replace a worksheet within an Excel workbook (.xlsx) without changing any other properties of the file
jrfnl/php-cast-to-type
232651 Downloads
PHP Class to consistently cast variables to a specific type.
jasonlam604/stringizer
110411 Downloads
Stringizer is a PHP string manipulation library with support for method chaining and multibyte handling
esensi/model
65749 Downloads
The base model traits of Esensi
yorcreative/laravel-argonaut-dto
113 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
687 Downloads
A Laravel package for handling metadata with JSON casting and custom relation names.
viper007bond/regenerate-thumbnails
11502 Downloads
Regenerate the thumbnails for one or more of your image uploads. Useful when changing their sizes or your theme.
kunstmaan/seo-bundle
125294 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
24234 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.
ipl/validator
64646 Downloads
Icinga PHP Library - Common validators and validator chaining
inspirum/arrayable
89153 Downloads
PHP arrayable interface for handling casting to an array
cviebrock/eloquent-typecast
62246 Downloads
Trait for Eloquent models to force type-casting on retrieved values
snoeren-development/laravel-currency-casting
21768 Downloads
Cast currency attributes, stored as integer, to floats automatically.
calmohallag/nullable-casting
9564 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.
schulzefelix/laravel-data-transfer-object
41927 Downloads
Data Transfer Objects with Attribute Casting and Date Mutators.