Libraries tagged by user sessions
jfusion/curl
72 Downloads
Curl Libery used for creating sessions using curl
peloncano/cakephp-plugin-redis-cache
514 Downloads
A CakePHP 2.0 plugin enabling Redis (http://redis.io/) backed sessions and caching. Uses the Predis (https://github.com/nrk/predis) library to communicate with Redis.
osaris-uk/cart
58 Downloads
Shopping Cart library for Laravel 6 that uses Database instead of Sessions
kaibuecking/php-klarna-payments
22 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). Read more on [Klarna payments](https://docs.klarna.com/klarna-payments/).
db1-fpp/laravel-elasticache
1318 Downloads
Add new cache and session driver to use AWS ElastiCache with auto discovery
aseemann/pihole-api-client
24 Downloads
The Pi-hole API is organized around [REST](http://en.wikipedia.org/wiki/Representational_State_Transfer). Our API has predictable resource-oriented URLs, accepts and returns reliable UTF-8 [JavaScript Object Notation (JSON)-encoded](http://www.json.org/) data for all API responses, and uses standard HTTP response codes and verbs. Most (but not all) endpoints require authentication. API endpoints requiring authentication will fail with code `401 Unauthorized` when used outside a valid session.
pixelbrackes/php-version-pickup
0 Downloads
Set a PHP version used in a shell session through a `.php-version` file
insulinjunkiede/clisession
17 Downloads
Use the PHP built-in session manager on CLI
sbe1/signedcookielib
2 Downloads
Simple library for creating and validating custom session/token cookies that use a cryptographic signature for verification.
nguyenquang2302/shoppingcart-eloquent
107 Downloads
A simple Laravel Based Shopping Cart. Uses persistent Eloquent Databases instead of Sessions.
smartbos/flash_message
8 Downloads
Store message in session and delete it when it's used once. (It's a sample code for a book, not for production)
mouf/utils.network.http.curlhtmlbrowser
85 Downloads
This package contains a class that mimics a web browser. Using the Curl HTML Browser, you can easily query a web site in HTTP or HTTPS, and analyze the HTML answered. The Curl HTML Browser will handle sessions for you, so you can use it to log into a website and retrieve data from the logged part of the website. As the name implies, this package is based on the CURL library, and therefore, the CURL PHP extension must be installed on your machine.
wallacemaxters/facebook-sdk-laravel
229 Downloads
Solution to use the facebook api with Laravel 4 session, instead of the php native session
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.
victory7/ezsession
8 Downloads
ezsession is a versatile PHP session handler designed to provide seamless session management by combining the strengths of relational databases (MySQL), key-value stores (Redis), and JWT tokens. It offers developers flexible, secure, and scalable session storage, making it ideal for applications requiring high-performance, distributed, and stateless authentication systems. With ezsession, you can customize your session storage strategy to suit a variety of use cases while ensuring enhanced security and simplified management.