Download the PHP package kenjis/ci3-to-4-upgrade-helper without Composer
On this page you can find all versions of the php package kenjis/ci3-to-4-upgrade-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kenjis/ci3-to-4-upgrade-helper
More information about kenjis/ci3-to-4-upgrade-helper
Files in kenjis/ci3-to-4-upgrade-helper
Download kenjis/ci3-to-4-upgrade-helper
More information about kenjis/ci3-to-4-upgrade-helper
Files in kenjis/ci3-to-4-upgrade-helper
Vendor kenjis
Package ci3-to-4-upgrade-helper
Short Description Help upgrade from CodeIgniter3 to CodeIgniter4
License MIT
Homepage https://github.com/kenjis/ci3-to-4-upgrade-helper
Package ci3-to-4-upgrade-helper
Short Description Help upgrade from CodeIgniter3 to CodeIgniter4
License MIT
Homepage https://github.com/kenjis/ci3-to-4-upgrade-helper
Please rate this library. Is it a good library?
Informations about the package ci3-to-4-upgrade-helper
CodeIgniter 3 to 4 Upgrade Helper
This project helps you upgrade your CodeIgniter3 apps to CodeIgniter4.
- The goal is to reduce upgrade costs.
- It provides compatible interfaces for common use cases in CodeIgniter3 apps.
- It also provides compatible interfaces to test code using ci-phpunit-test.
- It does not aim to be 100% compatible.
- This project is under early development.
- This project is under early development.
- We welcome Pull Requests!
Requirements
- CodeIgniter 4.3.1 or later
- ci4-app-template can be used
- PHP 7.4 or later
Sample Code
- https://github.com/kenjis/ci3-to-4-news
- https://github.com/kenjis/ci3-to-4-news/tree/main/tests/app
- https://github.com/kenjis/ci4-online-games-store
- https://github.com/kenjis/ci4-qrcode
- (Japanese) https://github.com/kenjis/ci4-tettei-apps
If you use ci3-to-4-upgrade-helper, You can run the following code on CodeIgniter4.
app/Controllers/News.php
app/Models/News_model.php
app/Views/news/create.php
How to Upgrade from CI3 to CI4
See How to Upgrade from CI3 to CI4.
If you have test code with ci-phpunit-test, see How to Upgrade Test Code from CI3 to CI4.
For Development
Installation
composer install
Available Commands
composer test // Run unit test
composer tests // Test and quality checks
composer cs-fix // Fix the coding style
composer sa // Run static analysys tools
composer run-script --list // List all commands
All versions of ci3-to-4-upgrade-helper with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
kenjis/ci3-like-captcha Version ^1.0.1
kenjis/phpunit-helper Version ^1.1.2
kenjis/ci3-like-captcha Version ^1.0.1
kenjis/phpunit-helper Version ^1.1.2
The package kenjis/ci3-to-4-upgrade-helper contains the following files
Loading the files please wait ....