PHPackages                             pointotech/code-igniter-tools - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pointotech/code-igniter-tools

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pointotech/code-igniter-tools
=============================

Development tools for CodeIgniter.

1.0.1(5y ago)011GPL-3.0-or-laterPHPPHP &gt;=7.2.0

Since Nov 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Pointotech/code-igniter-tools-packagist)[ Packagist](https://packagist.org/packages/pointotech/code-igniter-tools)[ RSS](/packages/pointotech-code-igniter-tools/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (3)DependenciesVersions (3)Used By (0)

pointotech/code-igniter-tools
=============================

[](#pointotechcode-igniter-tools)

Development tools for CodeIgniter.

Installation
------------

[](#installation)

```
composer require pointotech/code-igniter-tools
```

Usage
-----

[](#usage)

This code should be called from within a CodeIgniter controller, since it depends on data and functions defined by CodeIgniter.

```
use Pointotech\CodeIgniter\Tools\CodeIgniterRoutesFinder;

echo "# Routes\n\n";
foreach (CodeIgniterRoutesFinder::all_routes() as $route_url => $controller_method) {
  echo "- " . $route_url . ': ' . (is_string($controller_method) ? $controller_method : json_encode($controller_method)) . "\n";
}

echo "\n## Routing options\n\n";
$routes_options = CodeIgniterRoutesFinder::routing_options();
echo "- default_controller_url: " . $routes_options->default_controller_url() . "\n";
echo "- translate_uri_dashes: " . ($routes_options->translate_uri_dashes() ? "Yes" : "No") . "\n";
```

Example output
--------------

[](#example-output)

```
# Routes

- routes/index: Routes::index
- welcome/index: Welcome::index
- 404_override:

## Routing options

- default_controller_url: welcome
- translate_uri_dashes: No

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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

Every ~0 days

Total

2

Last Release

2000d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cba45de185a2fb96735af5a9f06126f091b5314de4093c66f55a49d3c4ccdba5?d=identicon)[pointotech](/maintainers/pointotech)

---

Top Contributors

[![andrew-koster-](https://avatars.githubusercontent.com/u/492698?v=4)](https://github.com/andrew-koster- "andrew-koster- (7 commits)")[![Pointotech](https://avatars.githubusercontent.com/u/60492627?v=4)](https://github.com/Pointotech "Pointotech (1 commits)")

### Embed Badge

![Health badge](/badges/pointotech-code-igniter-tools/health.svg)

```
[![Health](https://phpackages.com/badges/pointotech-code-igniter-tools/health.svg)](https://phpackages.com/packages/pointotech-code-igniter-tools)
```

###  Alternatives

[linnovate/openideal

OpenideaL - open source ideas and innovation management system

1262.8k2](/packages/linnovate-openideal)[pragmatic-modules/jslayout-parser

Lightweight PHP library that was created to make work with `$jsLayout` in Magento 2 less spaghetti, and more object-oriented.

356.1k](/packages/pragmatic-modules-jslayout-parser)

PHPackages © 2026

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