Libraries tagged by INSEE
thiagocordeiro/laravel-translator
229774 Downloads
Search translation keys and insert into json to be translated
staudenmeir/laravel-upsert
714517 Downloads
Laravel UPSERT and INSERT IGNORE queries
php-static-analysis/attributes
117654 Downloads
Attributes used instead of PHPDocs for static analysis tools
onnov/detect-encoding
4393839 Downloads
Text encoding definition class instead of mb_detect_encoding. Defines: utf-8, windows-1251, koi8-r, iso-8859-5, ibm866, .....
magepal/magento2-reindex
730502 Downloads
Reindex your Magento2 store quickly and easily from backend/admin, instead of command line.
krowinski/php-mysql-replication
136343 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
hhxsv5/php-sse
193154 Downloads
A simple and efficient library implemented HTML5's server-sent events by PHP, is used to real-time push events from server to client, and easier than Websocket, instead of AJAX request.
cyppe/laravel-batch-jobs-redis-driver
202769 Downloads
Redis driver for handling batch jobs in Laravel instead of default mysql table job_batches
aymanalhattami/filament-page-with-sidebar
209632 Downloads
Organize resource pages in sidebar instead of putting all the buttons and links elsewhere in order to make navigation between pages more comfortable.
shish/safe
800350 Downloads
PHP core functions that throw exceptions instead of returning FALSE on error
mmikkel/cp-field-inspect
547458 Downloads
Inspect field handles and easily edit field and element source settings
inspector-apm/inspector-symfony
45154 Downloads
Code Execution Monitoring for Symfony applications.
franzose/doctrine-bulk-insert
1380263 Downloads
Bulk insert functionality for the Doctrine/DBAL
cerbero/eloquent-inspector
49954 Downloads
Inspect Laravel Eloquent models to collect properties, relationships and more.
guidocella/eloquent-insert-on-duplicate-key
599109 Downloads
Macros for INSERT ON DUPLICATE KEY UPDATE and INSERT IGNORE with Eloquent