Libraries tagged by session start
ellipse/session-start
306 Downloads
Psr-15 middleware allowing to use session with Psr-7 request and response
swinburne/laravel-session-started-event
9344 Downloads
Fires an event when a session is started in Laravel for use in service providers
ch1m81/slim3-start-session
20 Downloads
StartSession middleware after login for Slim framework 3.
sgrodzicki/hack-session-bundle
66151 Downloads
Hack to allow having the session allowed starting when login_check
rapidwebltd/zebra-session-loader
374 Downloads
This library automatically starts Zebra sessions (database powered sessions) wherever vendor/autoload.php is included. It can be useful if you need to add database powered sessions to a bespoke PHP application that lacks an existing framework.
ez-php/session
2 Downloads
Session handler drivers (File/Database/Redis/Array), StartSession middleware, flash data, ID regeneration
sibidharan/ext-zealphp
26 Downloads
Per-request function overrides for long-running PHP servers. Intercepts 53 PHP built-ins (header, session_start, setcookie, etc.) and routes them to user-supplied callbacks. Purpose-built for ZealPHP.
alejoluc/lazysession
34 Downloads
Package to use sessions without having to call session_start(). It will not call session_start() unless the request uses sessions.
ci2lara/codeigniter_migration
106 Downloads
CodeigniterMigration is a package to integrate an already started Codeigniter-Session in Laravel 5
mnb/scraperkit
4 Downloads
MNB ScraperKit V1.0.3 - enterprise-ready PHP crawling and data extraction framework with AI crawl intelligence, search discovery, authorized mail/webmail extraction connectors, publisher metadata workflows, extraction recipes, provenance, quality reports, datasets, queues, dashboards, and compliance tooling.
mazelab/phantomjsstarter
9669 Downloads
Starts phantomjs sessions with webdriver support
shell/ev-recharge-sdk
7 Downloads
This API Product provides the option to manage charging at all public Shell Recharge locations. The end points provides control to start, stop and get status of the charging session.
gwl12345/laravel-breezy
1 Downloads
A starter kit for the Laravel framework using Inertia.js (2.3.4), React (TS), and shadcn (Laravel Authentication Styling). Extended with multiple login methods support, magic link authentication, and passkey (Laragear/WebAuthn) login. Together with browser session and modified UI for the two-factor QR code svg
toweringmedia/module-search-intelligence-ga4
0 Downloads
Bring Google Analytics 4 landing-page performance into your Magento SEO workflow. The GA4 Connector normalizes session, engagement, and conversion data into Core-ready signals — starting with a safe offline paste preview that requires no live API credentials.
byjg/jwt-session
90336 Downloads
A PHP session replacement that stores session data in JWT tokens instead of the filesystem. This implementation follows the SessionHandlerInterface standard, enabling stateless sessions without the need for dedicated session servers like Redis or Memcached. Perfect for distributed applications and microservices architectures.