Libraries tagged by this7 session
mouf/utils.cache.session-cache
11 Downloads
This package contains a cache mechanism that relies on the session of the user. Therefore, the cache is a bit special, since it is kept for the duration of the session, and is only accessible by the current user. The session has to be started (using session_start()).
ipnoz/active-session-bundle
35 Downloads
This Symfony bundle provides tools to control and limit user sessions
instantech/session
9 Downloads
This package is a simple encapsulation of PHP natif $_SESSION to Object Representation
illchuk/zfc-user-funky-session
40 Downloads
When the PHP session references a ZfcUser identity that doesn't actually exist, things can get a little funky. This module serves as the preventative solution.
geisi/laravel-db-session-helper
9 Downloads
This package is build on top of the Laravel session database driver. With it you are able to query users by their login state.
session-interop/utils.arraysession.factory
3 Downloads
This package contains the session factory implementation to be able to create a session object from $_SESSION.
session-interop/utils.segment.writer
10 Downloads
This package contains the default implementation of session-writer-interop.
razorisuru/shopping-cart
9 Downloads
The ShoppingCart package provides a simple and flexible solution for managing a shopping cart in Laravel applications. It uses sessions to store cart items, allowing you to easily add, update, remove, and clear items. With support for custom attributes, price calculations, and total cost computation, this package is ideal for building e-commerce and order management systems.
errehub/laravel-alert
12 Downloads
This project aims to give developers a new experience with alerts in Laravel.
alexdin/yii2-log-reader
112 Downloads
PHP Yii2. This is simple module for log reading from admin menu
jdecool/monolog-extra-bundle
6 Downloads
This bundle add some extra processor for Symfony usage
rapidwebltd/no-post-data-laravel-middleware
77 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.
dreamaker/affair
14 Downloads
this works exactly like sessions, it will help you perform save items in session and retrieve them
wnikk/laravel-flexible-throttle
0 Downloads
A Laravel middleware for advanced throttle based on IP, session, HTTP status codes, and exceptions. This package provides flexible and customizable protection for your application against brute force, password or scanning abuse and ensures fair use.
vades/php-language
17 Downloads
PHP Language class - This class detects the language (from url, session, cookie and browser) and then sets a current one