Libraries tagged by sigil
opctim/symfony-bruno-generator
184 Downloads
This bundle provides a simple command that will generate .bru files based on your registered routes using opctim/bruno-lang. Its usage is very similar to the commands of symfony/maker-bundle.
lecturize/laravel-taxonomies
9996 Downloads
Simple, nestable Terms & Taxonomies (similar to WordPress) for Laravel.
kafoso/type-formatter
4494 Downloads
Minimalistic, lightweight library for converting PHP data types to readable strings. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing recursive objects and large arrays.
fabriziocaldarelli/yii2-vueapp
479 Downloads
A Vue.js helper for create Vue app in Yii2 without webpack or similar
eboreum/caster
4722 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
dontdrinkandroot/symfony-version-enforcer
840 Downloads
Enforces a specific Symfony version similar to symfony/flex but withouth recipes.
djthossi/shipcloud-sdk
1038 Downloads
This project is an SDK for shipcloud's API. Thanks to comyo-media/shipcloud-php for providing the PHP 5.4+ version which works pretty similar and inspired me to build this php 8.1+ version
dimanzver/fast-fuzzy-search
1480 Downloads
Fast fuzzy search in an array of strings for the most similiar ones
daysofwonder/phpleague-commonmark-implicit-figures
5829 Downloads
Render images occurring by itself in a paragraph as ``, similar to pandoc's implicit figures
datatables.net/datatables.net-fixedcolumns-dt
1570 Downloads
FixedColumns provides the ability to fix one or more columns to the left and / or right hand side of a DataTable that scrolls along the x-axis. This can be used if the columns show grouping, index or similar information. This is FixedColumns for DataTables with styling for [DataTables](https://datatables.net/)
datatables.net/datatables.net-fixedcolumns-bs5
1479 Downloads
FixedColumns provides the ability to fix one or more columns to the left and / or right hand side of a DataTable that scrolls along the x-axis. This can be used if the columns show grouping, index or similar information. This is FixedColumns for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)
datatables.net/datatables.net-fixedcolumns-bs4
2951 Downloads
FixedColumns provides the ability to fix one or more columns to the left and / or right hand side of a DataTable that scrolls along the x-axis. This can be used if the columns show grouping, index or similar information. This is FixedColumns for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)
dakujem/selectoo
24375 Downloads
SelectBox & MultiSelectBox hybrid input with lazy & asynchronous options loading capabilities to be used with Select2, Selectize, Chosen and similar UI libraries.
cryonighter/object-column
3869 Downloads
This package provides the object_column() function, which works similarly to the array_column() function of the standard library, but having the ability to work with objects
crivion/options
1435 Downloads
A way to get_option($option_name, $default = null) and set_option($option_name, $option_value) similar to wordpress for Laravel.