Libraries tagged by are
myckhel/checkmobi
995 Downloads
CheckMobi APIs are based on HTTP methods, which make it easy to integrate into your own products.
moosend/website-tracking
18619 Downloads
By installing the Moosend PHP Tracking library you are can track page views, product views, add to cart events and successful purchases. You can later use these details to segment your user base, run automations, check how successful your latest promo has been and how many conversions your landing page has led to.
mobilestock/laravel-model-affected-rows-verification
2850 Downloads
laravel-model-affected-rows-verification is a library that extends the default Laravel model to include implicit row count verification for update and delete operations. This ensures that these operations are conducted safely, providing an extra layer of validation to prevent unintended data modifications and enhance the stability of your Laravel applications.
mobilestock/laravel-database-interceptor
2397 Downloads
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables ATTR_EMULATE_PREPARES without any external setting. It is fully compatible with MySQL/MariaDB. Other databases are not supported.
mitydigital/statamic-scheduled-cache-invalidator
7771 Downloads
A command to help invalidate the cache when scheduled Statamic entries are due to go live.
michielroos/h5p
18216 Downloads
Create and add rich content to your website for free. Some examples of what you get with H5P are Interactive Video, Quizzes, Collage and Timeline.
mg-code/yii2-session-timeout-warning
11889 Downloads
Users are warned about expiring session.
metadrop/composer-comments
24423 Downloads
Add comments to your required packages to provide more info about why they are being used
mediawiki/universal-language-selector
18047 Downloads
The primary aim is to allow users to select a language and configure its support in an easy way. Main features are language selection, input methods and web fonts.
mediawiki/semantic-forms-select
15579 Downloads
Allows to generate a select field in a form whose values are retrieved from a query
mediawiki/auth-remoteuser
21087 Downloads
Automatically logs-in users if they are already authenticated by a remote source. (e.g. environment variable REMOTE_USER)
mdmsoft/yii2-format-converter
20785 Downloads
Yii2 AR attribute converter
marshmallow/nova-tinymce
15244 Downloads
This Nova package allow you to use TinyMCE editor for text areas.You can customize the editor options and... you can upload images to your server and put them rigth there on the text without leaving the text editor!
malenki/math
24489 Downloads
Library to deal with some mathematical stuff. Implemented or partially implemented mathematical concepts are: Complex number, Matrix, Normal distribution, Random, Angle, Random Complex, Descriptive Statistics, Parametric tests (Anova, Dependant t-Test) and Non-Parametric tests (Wilcoxon Signed-rank test, Wilcoxon-Mann-Whitney test, Kruskal-Wallis).
maggomann/filament-only-icon-display
2978 Downloads
The package provides the `HasOnlyIcon` trait for [Filament Admin Panel v2.x](https://filamentphp.com/docs/2.x/admin/installation). With this trait it is possible to display the table actions buttons only as icon or optionally only as icon including tooltip. The package currently provides the table action buttons (`CreateAction`, `DeleteAction`, `EditAction` and `ViewAction`) that already contain the trait. Own table action buttons can be extended with the `HasOnlyIcon` €trait, so that the methods are then available.