Are there any dynamic learning tools in German for PHP that offer a similar interactive learning experience as Codecademy?

One dynamic learning tool in German for PHP that offers a similar interactive learning experience as Codecademy is SoloLearn. SoloLearn provides interactive lessons, quizzes, and coding challenges to help users learn PHP in a hands-on way. It also has a community where users can ask questions and interact with other learners.

<?php
// PHP code snippet implementing the use of SoloLearn for interactive learning
echo "Welcome to SoloLearn for PHP! Let's start learning.";
// Add your interactive PHP learning code here
?>