Libraries tagged by in store
rias/craft-notifications
22937 Downloads
Send notifications across a variety of delivery channels, including mail and Slack. Notifications may also be stored in a database so they may be displayed in your web interface.
percipioglobal/craft-notifications
18546 Downloads
Send notifications across a variety of delivery channels, including mail and Slack. Notifications may also be stored in a database so they may be displayed in your web interface.
guizoxxv/laravel-multi-size-image
7501 Downloads
Laravel package to optimize and store images in different sizes in order to load the appropriate one according to the screen size.
eliashaeussler/transient-logger
122882 Downloads
PSR-3 compliant logger to store logs in memory, especially useful for testing
voceconnect/wp-large-options
4168 Downloads
You may wish to store a larger option value than is recommended on WordPress.com. If your option data will exceed 400K, or is of an unpredictable size (such as an HTML fragment etc.) you should use the wp_large_options plugin to store the option in a cache-safe manner. Failure to do this could result in the option not being cached, and instead fetched repeatedly from the DB, which could cause performance problems.
stymiee/php-simple-encryption
5896 Downloads
The PHP Simple Encryption library is designed to simplify the process of encrypting and decrypting data while ensuring best practices are followed. By default is uses a secure encryption algorithm and generates a cryptologically strong initialization vector so developers do not need to becomes experts in encryption to securely store sensitive data.
redchamps/module-easy-cache-clean
25353 Downloads
Clean invalidated cache(s) easily in a Magento 2 store
inkrot/php-compress-json
50433 Downloads
Store JSON data in space efficient manner
flownative/google-cloudstorage
138092 Downloads
This Flow package allows you to store assets (resources) in Google Cloud Storage and publish resources to GCS.
frosh/templatemail
46993 Downloads
Store mail templates in theme
finller/laravel-invoices
10539 Downloads
Store invoices safely in your Laravel application
sagalbot/encryptable
45575 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
hydrat-agency/laravel-2fa
3187 Downloads
This package allow you to enable two-factor authentication in your Laravel applications. It stores tokens locally and notify users about their token via mail, SMS or any custom channel. Includes native conditionnal check to trigger or not 2FA, using known devices, IP addresses or IP locations.
hipay/hipay-fullservice-sdk-magento2
171161 Downloads
The HiPay Fullservice module for Magento 2 is a PHP module which allows you to accept payments in your Magento 2 online store.
ayesh/stateless-csrf
16931 Downloads
Secret-key based state-less CSRF token generator and validator for PHP 8. State-less means you do not have to store the CSRF token in session or database.