durva / ci3-to-ci4-compatible
A package to help migrate CodeIgniter 3 projects to CodeIgniter 4 with additional compatibility features
v1.2.0
2024-12-06 13:45 UTC
Requires
- php: ^7.3 || ^8.0
- codeigniter4/framework: ^4.0
Requires (Dev)
- phpunit/phpunit: ^9.0
README
This package extends the functionality of ci3-to-ci4-compatible to provide additional compatibility features for migrating CodeIgniter 3 projects to CodeIgniter 4.
Installation
You can install this package via Composer:
composer require durva/ci3-to-ci4-compatible
Features
- All features from the original ci3-to-4-upgrade-helper
- [List any additional features you plan to add]
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License.
Acknowledgments
This project wouldn't have been possible without the fantastic work of the ci3-to-4-upgrade-helper team. Some parts of the code have been borrowed and adapted from their repository.
Be sure to check out the original repository here: ci3-to-4-upgrade-helper.