An open API service indexing awesome lists of open source software.

https://github.com/kenjis/ci-hmvc-ci-phpunit-test

CodeIgniter HMVC and ci-phpunit-test
https://github.com/kenjis/ci-hmvc-ci-phpunit-test

ci-phpunit-test codeigniter3 codeigniter3-hmvc

Last synced: 8 months ago
JSON representation

CodeIgniter HMVC and ci-phpunit-test

Awesome Lists containing this project

README

          

# CodeIgniter HMVC and ci-phpunit-test

* CodeIgniter 3.1.11
* codeigniter-modular-extensions-hmvc codeigniter-3.x
* From
* PHPUnit 7.5.20
* ci-phpunit-test 1.0.x@dev

If you want to see PHP5 code, check out .

## Note

* codeigniter-modular-extensions-hmvc is popular but a very complex system, and is against CodeIgniter's basic design. It brings complexity to CodeIgniter.
* So to work CodeIgniter HMVC and ci-phpunit-test together is still under way. See .
* If you can avoid using it, I recommend not use it.
* If you look for only modular system, see .
* If you want reusable *widgets*, you can find *A Simple Widget System* in the Book *[Practical CodeIgniter 3](https://leanpub.com/practicalcodeigniter3)*. Or see .

## Requirements

* PHP 7.2 or later
* composer

## Note to Use

* Please try to use `MX_Controller` instead of `CI_Controller`, if you get errors.

## How to Run Tests

~~~
$ git clone https://github.com/kenjis/ci-hmvc-ci-phpunit-test.git
$ cd ci-hmvc-ci-phpunit-test/
$ composer install
$ composer test
~~~

## References

* https://github.com/bcit-ci/CodeIgniter
* https://github.com/kenjis/codeigniter-composer-installer
* https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc
* https://github.com/lemondropsarl/webase
* https://github.com/sebastianbergmann/phpunit
* https://github.com/kenjis/ci-phpunit-test