Libraries tagged by concat
samcrosoft/constantaccess
6 Downloads
This library makes it possible to create and read (access) constants using an array-like object or a typical class object to make it possible to use constants in strings without the need of concatenation of strings
roeltz/html
73 Downloads
Simple, no-concatenation, HTML building in PHP
patrickcurl/laravel-computed-columns
25 Downloads
Adds the methods: md5AsComputed, jsonFieldStoredAs, manyJsonFieldsStoredAs, concatWsStoredAs.
oliverklee/word-combinations
5 Downloads
Programming exercise (or coding kata) about finding words that are the concatenation of two other words.
lvlup-dev/laravel-agent-editable-prompts
3 Downloads
Store agent prompts in the database, resolve concatenated text by agent slug, and ship optional Inertia + Vue CRUD pages.
lombokclarion/phpstan-rules
0 Downloads
PHPStan extension distributing LombokClarion's audit rules (§7): no interpolated/concatenated SQL into PDO query/prepare/exec, and no LombokClarion imports inside app/Domain.
laravelsecurityaudit/laravel-ai-lint
6 Downloads
Static analysis for insecure AI wiring in Laravel apps: a scan command that finds AI provider keys leaked into tracked or client-reachable files, plus PHPStan rules that flag model output flowing into unsafe sinks and prompts built by concatenation. SARIF for CI.
laahudra/asset_compress
3 Downloads
An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.
komeiji-satori/miner
14 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
harrald/packager
19 Downloads
Packager is a PHP 5.3+ library to concatenate libraries split in multiple files in a single file. It automatically calculates dependancies. Packager requires a yml header syntax in every file, and a package.yml manifest file, as seen on the MooTools project.
gryfoss/int-combiner
96 Downloads
Allows easy concatenation of ints without conversion through strings.
ezermeno/fmxpluck
19 Downloads
Package for concatenate some columns in descriptions of array directly from model in eloquent laravel
coxmichael/classlist
12 Downloads
helper utility to concat a list of class names
bhuvidya/laravel-helper-loader
24 Downloads
Load multiple helpers from a source directory, providing support for them to be concatenated into a cache file in the bootstrap/cache directory.
beshkenadze/packager
246 Downloads
Packager is a PHP 5.2+ library to concatenate libraries split in multiple files in a single file. It automatically calculates dependancies. Packager requires a yml header syntax in every file, and a package.yml manifest file, as seen on the MooTools project.