Libraries tagged by laravel settings
deargonauten/translaravel
23 Downloads
A Laravel package which translates all. Routes, models (trait) and strings (gettext-style).
chrsc/laraadmin
26 Downloads
Forked from LaraAdmin to update code, issues/pr have been sitting in github without action.
becker-oss/json-styler
4 Downloads
Component to properly style Json Strings.
goopil/eloquent-rest-filter
6 Downloads
set of eloquent scopes to implements various rest query strings
acid-solutions/input-sanitizer
2577 Downloads
Input sanitizer to convert strings to booleans, numbers etc.
someshwer/version-comparison
15 Downloads
This Laravel package compares two version strings and gives the Boolean result. This package also resolves version expressions like (($v > 1.24.0) && ($v < 1.25.1.0)) || ($v == 1.26 || $v == 1.27) where $v must be substituted with the version number to be compared. Hence the package can be used for version expressions evaluation.
sumeetghimire/encrypt-decrypt-with-key
19 Downloads
A Laravel package for encrypting and decrypting strings with a key
rkslug/slug
5 Downloads
A simple Laravel package to generate slugs from strings
prash/string-sanitizer
1 Downloads
Custom Laravel validator and sanitizer for PHP strings
pkc/word-limit
11 Downloads
A Laravel package to limit and truncate words in strings with configurable options
lematosdefuk/localizator
488 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.
jeffbeltran/bob
37 Downloads
This is a Laravel package that will allow you to create query scopes that can be applied to an API's Endpoint dynamically via Query Strings.
enricobono/localizator
261 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.
danbaker/toolbox
10 Downloads
A modern PHP toolbox featuring a facade-driven API for accessing reusable utilities and helpers—covering strings, dates, files, validation, security, and beyond. Designed for Laravel and general-purpose PHP projects.
bakgul/kernel
176 Downloads
This is a helper package, and it isn't meant to be used independently. That being said, it contains some nice helper classes to deal with the file system, strings, arrays, naming conventions, etc. If you need such functionalities, you may find this package helpful. On the other hand, its real purpose is to collect some classes and methods that are being used by multiple packages that are part of Packagified Laravel.