Libraries tagged by user sessions
mrclay/userland-session
54973 Downloads
Provides a an HTTP cookie-based session in plain PHP, allowing concurrent use with existing native sessions.
tuutti/php-klarna-payments
63699 Downloads
The payments API is used to create a session to offer Klarna's payment methods as part of your checkout. As soon as the purchase is completed the order should be read and handled using the [`Order Management API`](https://docs.klarna.com/api/ordermanagement). **Note:** Examples provided in this section includes full payloads, including all supported fields , required and optionals. In order to implement a best in class request we recommend you don't include customer details when initiating a payment session. Refer to [Initiate a payment](https://docs.klarna.com/klarna-payments/integrate-with-klarna-payments/step-1-initiate-a-payment/) section for further details. Read more on [Klarna payments](https://docs.klarna.com/klarna-payments/).
aequasi/cache-bundle
152382 Downloads
Creates services in Symfony 2, for cache, that can also be used with doctrines three cache types. It also provides functionality for session handler support, and Router support.
mouf/utils.session.session-manager
252743 Downloads
This package is used to manage sessions. It provides a DefaultSessionManager class that you can use to configure your PHP sessions, and a SessionManagerInterface that you can implement if you want to provide your own session management.
yakeing/php_session
94 Downloads
This is a SESSION class function package, use more easily, just a few simple functions can use it.
lboynton/memcached-json-session-save-handler
1377 Downloads
A session save handler for storing sessions in JSON format in memcache. It uses the php-memcached extension.
ngsoft/tools
4211 Downloads
A set of reusable tools used on my projects.
oscarricardosan/cache_object
731 Downloads
Small package for handling cache in code block and not having to use session and avoid 'array_has' or the like.
irap/rabbitmq-logger
3986 Downloads
A package to make it easy to use a mysql database for sessions.
mouf/utils.cache.cache-interface
376198 Downloads
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.
ianrothmann/tab-manager-laravel
2059 Downloads
This is a Laravel package used to manage browser tab specific session data
mouf/html.widgets.messageservice
238778 Downloads
Use this package to display info/warning/error messages to the user on a web page. Using the SessionMessageService class, you register messages to be displayed. Using the MessageWidget class, you display the error messages in your templates.
spatie/laravel-tinker-tools
50210 Downloads
Use short class names in an Artisan tinker session
edydeyemi/session-messages
142 Downloads
Simple-to-use Session-based FlashMessages Library for PHP with support for Boostrap 4 and Boostrap 5. A fork of Plasticbrain's session-based FlashMessages
lbausch/flarum-laravel-session
271 Downloads
Use the session of Flarum within Laravel.