Getting Started Prerequisites PHP 8.5 or higher Composer Git Setting Up the Development Environment Fork the repository # Fork the repository on GitHub, then clone your fork git clone https://github.com/yourusername/StringFormatter.git cd StringFormatter Install dependencies composer install Run tests composer test