diff --git a/.github/workflows/main.yml b/php/phpunit/.github/workflows/main.yml similarity index 100% rename from .github/workflows/main.yml rename to php/phpunit/.github/workflows/main.yml diff --git a/.gitignore b/php/phpunit/.gitignore similarity index 100% rename from .gitignore rename to php/phpunit/.gitignore diff --git a/Makefile b/php/phpunit/Makefile similarity index 100% rename from Makefile rename to php/phpunit/Makefile diff --git a/README.md b/php/phpunit/README.md similarity index 100% rename from README.md rename to php/phpunit/README.md diff --git a/composer.json b/php/phpunit/composer.json similarity index 100% rename from composer.json rename to php/phpunit/composer.json diff --git a/composer.lock b/php/phpunit/composer.lock similarity index 100% rename from composer.lock rename to php/phpunit/composer.lock diff --git a/phpunit.xml b/php/phpunit/phpunit.xml similarity index 100% rename from phpunit.xml rename to php/phpunit/phpunit.xml diff --git a/src/RomanNumeralsConverter.php b/php/phpunit/src/RomanNumeralsConverter.php similarity index 100% rename from src/RomanNumeralsConverter.php rename to php/phpunit/src/RomanNumeralsConverter.php diff --git a/tests/RomanNumeralsConverterTest.php b/php/phpunit/tests/RomanNumeralsConverterTest.php similarity index 100% rename from tests/RomanNumeralsConverterTest.php rename to php/phpunit/tests/RomanNumeralsConverterTest.php