Libraries tagged by WH
carbon/colorvalues
8184 Downloads
A plugin for Neos CMS which provides an editor with color values
carbon/colorpicker-oklch
494 Downloads
Color picker for Neos CMS who saves the color in the OKLCH color space
bvipul/generator
29392 Downloads
To create a whole module with all related files like model, controller, repository, routes, views etc with a simple GUI.
braincrafted/background-process
6106 Downloads
Start processes in the background that continue running when the PHP process exists.
bpocallaghan/sluggable
19229 Downloads
Provides a HasSlug trait that will generate a unique slug when saving your Laravel Eloquent model.
bocharsky-bw/file-naming-resolver
4898 Downloads
A lightweight library which helps to resolve a file/directory naming of uploaded files using various naming strategies.
bmdevel/php-index
34896 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.
binshops/laravel-ticket
741 Downloads
A simple ticketing system for Laravel 5.1 – 5.8 and 6.* - 7.* - 8.* - 9.* - 10.* -which integrates smoothly with Laravel default users and auth system
bingo-soft/phpdocxtemplate
5024 Downloads
PHP library which uses docx files as Twig templates
bgm/bgm-hreflang
29174 Downloads
An extension to add hreflang meta tags. Page translations are added automatically as hreflang tags. Editors can configure other pages in the page properties which should be added as hreflang tags.
betalabs/laravel-seeder
1487 Downloads
Versioned, environment-based Seeders in Laravel. Used while original does not update to Laravel 5.7
beste/psr-testlogger
7362 Downloads
PSR-3 compliant test logger for developers who like tests and want to check if their application logs messages as they expect.
berlioz/http-message
24525 Downloads
Berlioz HTTP Message is a PHP library whose implements PSR-7 (HTTP message interfaces) and PSR-17 (HTTP Factories) standards.
berlioz/helpers
20084 Downloads
Many PHP functions used in the Berlioz framework, which you can use in your developments.
bensherred/laravel-make-model
7330 Downloads
A Laravel package which extends the make:model command to create everything you need for a new feature