Getting Started

January 21, 2026 ยท View on GitHub

Prerequisites

  • PHP 8.5 or higher
  • Composer
  • Git

Setting Up the Development Environment

  1. Fork the repository
# Fork the repository on GitHub, then clone your fork
git clone https://github.com/yourusername/StringFormatter.git
cd StringFormatter
  1. Install dependencies
composer install
  1. Run tests
composer test