SDL_ttf for PHP allows you to use TrueType fonts to render text in SDL applications. It requires SDL PHP extension.
phpize
./configure --enable-sdl_ttf
make
sudo make install
Run tests with installed PHP (avoids skipped tests):
php run-tests.php --show-diff -q
Require PHP 8+ and SDL PHP extension
pecl install sdl-devel