PHPackages                             tanveerahmedivan/codeigniter4-modules-ionauth - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. tanveerahmedivan/codeigniter4-modules-ionauth

ActiveProject[Framework](/categories/framework)

tanveerahmedivan/codeigniter4-modules-ionauth
=============================================

CodeIgniter 4 Application Starter With MODULES Implemented (HMVC) AND Ion-Auth

1.0.0(2y ago)114MITPHPPHP ^7.4 || ^8.0

Since Mar 26Pushed 2y ago1 watchersCompare

[ Source](https://github.com/TanveerAhmedIvan/Codeigniter4-Modules-IonAuth)[ Packagist](https://packagist.org/packages/tanveerahmedivan/codeigniter4-modules-ionauth)[ Docs](https://codeigniter.com)[ RSS](/packages/tanveerahmedivan-codeigniter4-modules-ionauth/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

CodeIgniter 4 Application Starter With MODULES Implemented (HMVC) AND Ion-Auth added with extention example
===========================================================================================================

[](#codeigniter-4-application-starter-with-modules-implemented-hmvc-and-ion-auth-added-with-extention-example)

This is a basic CodeIgniter 4 Application with modules implemented. HMVC Routing is implemented.

What is CodeIgniter?
--------------------

[](#what-is-codeigniter)

CodeIgniter is a PHP full-stack web framework that is light, fast, flexible and secure. More information can be found at the [official site](https://codeigniter.com).

This repository holds a composer-installable app starter. It has been built from the [development repository](https://github.com/codeigniter4/CodeIgniter4).

More information about the plans for version 4 can be found in [CodeIgniter 4](https://forum.codeigniter.com/forumdisplay.php?fid=28) on the forums.

You can read the [user guide](https://codeigniter.com/user_guide/)corresponding to the latest version of the framework.

What is IonAuth?
----------------

[](#what-is-ionauth)

by [Ben Edmunds](http://benedmunds.com)

Simple and lightweight authentication for your CodeIgniter apps.

Note, this version is meant to be used with CodeIgniter 4 and is not backwards compatible with previous versions. The database is backwards compatible though for those migrating from previous versions.

Installation &amp; updates
--------------------------

[](#installation--updates)

`composer create-project tanveerahmedivan/codeigniter4-modules-ionauth` then `composer update` whenever there is a new release of the framework.

When updating, check the release notes to see if there are any changes you might need to apply to your `app` folder. The affected files can be copied or merged from `vendor/codeigniter4/framework/app`.

### Relational DB Setup

[](#relational-db-setup)

Then use the migration file (in Database/Migrations/).

```
$ php spark migrate -n IonAuth

```

Don't forget to set Config\\Migrations:enabled to true.

You can also use the seeds file to insert default datas: Windows :

```
$ php spark db:seed IonAuth\Database\Seeds\IonAuthSeeder

```

Linux :

```
$ php spark db:seed IonAuth\\Database\\Seeds\\IonAuthSeeder

```

Setup
-----

[](#setup)

Copy `env` to `.env` and tailor for your app, specifically the baseURL and any database settings.

Important Change with index.php
-------------------------------

[](#important-change-with-indexphp)

`index.php` is no longer in the root of the project! It has been moved inside the *public* folder, for better security and separation of components.

This means that you should configure your web server to "point" to your project's *public* folder, and not to the project root. A better practice would be to configure a virtual host to point there. A poor practice would be to point your web server to the project root and expect to enter *public/...*, as the rest of your logic and the framework are exposed.

**Please** read the user guide for a better explanation of how CI4 works!

Remove `public/` and index.php from url
---------------------------------------

[](#remove-public-and-indexphp-from-url)

Copy `.htaccess.example` to `.htaccess` and enjoy.

Server Requirements
-------------------

[](#server-requirements)

PHP version 7.4 or higher is required, with the following extensions installed:

- [intl](http://php.net/manual/en/intl.requirements.php)
- [mbstring](http://php.net/manual/en/mbstring.installation.php)

Warning

The end of life date for PHP 7.4 was November 28, 2022. The end of life date for PHP 8.0 was November 26, 2023. If you are still using PHP 7.4 or 8.0, you should upgrade immediately. The end of life date for PHP 8.1 will be November 25, 2024.

Additionally, make sure that the following extensions are enabled in your PHP:

- json (enabled by default - don't turn it off)
- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php) if you plan to use MySQL
- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\\CURLRequest library

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

783d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/02aae69352e1c0fd0bd8e23e7ae64f3bf0db86d31f891b16e5b88f93e5b12ae5?d=identicon)[TanveerAhmedIvan](/maintainers/TanveerAhmedIvan)

---

Top Contributors

[![TanveerAhmedIvan](https://avatars.githubusercontent.com/u/6130344?v=4)](https://github.com/TanveerAhmedIvan "TanveerAhmedIvan (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tanveerahmedivan-codeigniter4-modules-ionauth/health.svg)

```
[![Health](https://phpackages.com/badges/tanveerahmedivan-codeigniter4-modules-ionauth/health.svg)](https://phpackages.com/packages/tanveerahmedivan-codeigniter4-modules-ionauth)
```

###  Alternatives

[codeigniter4/appstarter

CodeIgniter4 starter app

1891.8M](/packages/codeigniter4-appstarter)[abydahana/aksara

Aksara is a CodeIgniter based CRUD Toolkit you can use to build complex applications become shorter, secure and more reliable just in a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based), just by writing single controller. Yet it's reusable, scalable and ready to use!

1101.2k](/packages/abydahana-aksara)[irsyadulibad/codeigniter4-datatables

Server side DataTables library for CodeIgniter4 framework

702.4k](/packages/irsyadulibad-codeigniter4-datatables)[mufidjamaluddin/codeigniter4-hmvc

CodeIgniter4 HMVC starter app

672.0k](/packages/mufidjamaluddin-codeigniter4-hmvc)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
