Convert old Joomla Extensions
You are welcome to browse here, but need to register and login to download.
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
Log in to cast your vote
Be the first to comment! Please sign in or register.
×