Libraries tagged by function
components-web-app/api-components-bundle
1915 Downloads
Creates a flexible API for a website's structure, reusable components and common functionality.
commerce365/module-core
26124 Downloads
Commerce 365 for Magento - Core functionality used by all our Magento 2 extensions
coliving/awesome-helpers
6441 Downloads
Helper functions I find super-duper handy.
codedge/laravel-selfupdater
118898 Downloads
Providing an auto-updating functionality for your self-hosted Laravel application.
chrometoaster/silverstripe-image-quality
12181 Downloads
Adds Quality function to images
christiaanbye/polyfill-each
15405 Downloads
PHP 8.x polyfill for the removed each() function
chr15k/laravel-mysql-encrypt
7850 Downloads
Laravel database encryption using native MySQL functions
chowjiawei/laravel-help-plugin
893 Downloads
Integrating useful auxiliary functions into laravel,Assistant tools based on laravel.
chieftools/sdk
3696 Downloads
Base functionality and helpers used for building Chief Tools.
charlieetienne/filament-font-picker
134 Downloads
A Filament form component for selecting Google Fonts with real-time previews, search functionality, and category filtering.
chameleon-system/chameleon-shop
17303 Downloads
This is the Chameleon System shop core system, which is the basis for all shop-specific functionality.
cbytedigital/laravel-bi-data-export
2565 Downloads
Laravel package for easily and periodically exporting data for BI purposes. Built in functionality for excluding or redacting columns and exporting to CSV on a Laravel filesystem disk.
catchain/ton-address
6405 Downloads
Utility functions for working with TON blockchain addresses
camelot/doctrine-postgres-bundle
9019 Downloads
PostgreSQL specific functionality for Pentangle
calmohallag/nullable-casting
10477 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.