Convert old Joomla Extensions

Submitted On: 06 Dec 2025
File Size 8
Downloads: 0
File Version: 1.0

This script looks for old classes such as JFactory, JText, JRoute etc and replaces them with their modern equivalents, adding 'use' statements as necessary.

Usage

Test on a single file first

 php convert.php --file=components/com_remository/src/Model/FileModel.php --dry-run

When satisfied, run for real

 php convert.php --file=components/com_remository/src/Model/FileModel.php

Process entire directory

 php convert.php --dir=components/com_remository --dry-run
 php convert.php --dir=components/com_remository

Built in collaboration with Claude.AI

File Rating (0/0)
Log in to cast your vote
Be the first to comment! Please sign in or register.