Libraries tagged by simai
furbo/renderer
77 Downloads
Server side rendering of website requests. Rendered output includes content loaded asynchronously over javascript, regardless of the technology used (like react, vue or similar). Can be used to prerender single page applications for good search engine indexing or to generate PDF or Images (PNG) from URL's.
furbo/craft-renderer
64 Downloads
Prerenders pages / entries on the server side regardless of the client technology used (Vue js, react or similar).
fabriziocaldarelli/yii2-vueapp
612 Downloads
A Vue.js helper for create Vue app in Yii2 without webpack or similar
eboreum/caster
8682 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.
drkbcn/php-pdo-mssql-class
107 Downloads
A PHP MsSQL PDO class similar to the the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.
dontdrinkandroot/symfony-version-enforcer
3057 Downloads
Enforces a specific Symfony version similar to symfony/flex but withouth recipes.
djthossi/shipcloud-sdk
2151 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
dimer47/laravel-env-migrations
402 Downloads
Versioned migration system for Laravel's .env file, similar to database migrations.
dimanzver/fast-fuzzy-search
3738 Downloads
Fast fuzzy search in an array of strings for the most similiar ones
datatables.net/datatables.net-fixedcolumns-bs5
1967 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
4164 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
27082 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
5437 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
commerce-experts/searchhub-php-client
1190 Downloads
maps similar searches to best query
codememory/reflection
179 Downloads
The library is similar to the built-in API class Reflection, but the only difference is that this library caches the entire result and does not work with the built-in Reflection in the future, which improves performance