Libraries tagged by gice
armin/editorconfig-cli
724819 Downloads
EditorConfigCLI is a free CLI tool (written in PHP) to validate and auto-fix text files based on given .editorconfig declarations.
amirami/localizator
262667 Downloads
Localizator is a small tool for Laravel that gives you the ability to extract untranslated strings from project files. It works using the artisan command line and the provided localize command.
tenancy/framework
123349 Downloads
Creating multi tenant saas from your Laravel app with ease
givebutter/laravel-custom-fields
52571 Downloads
Laravel Custom Fields is a package that allows you to add custom fields to any Laravel model and store responses to those fields on any Laravel model.
gietos/dadata
279517 Downloads
Dadata API client (https://dadata.ru)
yooper/nicknames
277390 Downloads
Give a name and get back a list of nick names
webmil/text-language-detect
73640 Downloads
Detects the language of a given piece of text.
salaros/is-biz-mail
416716 Downloads
isBizMail tells you whether a given email address is free (gmail.com, yahoo.es, yandex.ru etc) or not
osiemsiedem/laravel-autolink
89806 Downloads
A Laravel package for converting URLs in a given string of text into clickable links.
nevadskiy/laravel-position
54148 Downloads
Arrange Laravel models in a given order.
milroyfraser/pest-plugin-gwt
28908 Downloads
Given When Then(GWT) Plugin for Pest
mgargano/simplehtmldom
527570 Downloads
Composer package that gives you access to and (unlike all the others at this time) autoloads S.C. Chen's PHP Simple HTML DOM Parser Library
lightswitch05/php-version-audit
44246 Downloads
A convenience tool to easily check a given PHP version against a regularly updated list of CVE exploits, new releases, and end of life dates
johnbillion/wp-compat
33241 Downloads
PHPStan extension to help verify that your PHP code is compatible with a given version of WordPress
jakezatecky/array_group_by
159698 Downloads
A function that groups/splits an array by the values of a given key or keys.