Installation Guide
Welcome to the SessionForge installation guide. Follow these steps to install and configure SessionForge for your PHP projects.
Prerequisites
Before installing SessionForge, ensure that you have the following:
PHP 8.0or higherComposer(PHP dependency manager)- PHP Extensions
PHP JsonPHP LibsodiumPHP Zlib
Step-by-Step Installation
sh
composer require biswas-abhishek/session-forgeIf you encounter any issues during installation, consider the following troubleshooting steps:
Check PHP Version: Ensure you are using PHP 8.0 or higher.
Verify Composer Installation: Make sure Composer is installed and accessible from the command line.