PHPackages                             toanlk/codeigniter\_telescope - 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. toanlk/codeigniter\_telescope

ActiveLibrary

toanlk/codeigniter\_telescope
=============================

A simple log viewer for Codeigniter

1.0.8(7mo ago)2504[1 issues](https://github.com/toanlk/codeigniter-telescope/issues)MITHTMLPHP &gt;=5.4.8

Since Oct 31Pushed 7mo agoCompare

[ Source](https://github.com/toanlk/codeigniter-telescope)[ Packagist](https://packagist.org/packages/toanlk/codeigniter_telescope)[ RSS](/packages/toanlk-codeigniter-telescope/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (20)Used By (0)

Codeigniter Telescope
=====================

[](#codeigniter-telescope)

Install
-------

[](#install)

Install via composer

```
composer require toanlk/codeigniter_telescope

```

Autoload
--------

[](#autoload)

Edit application/config/config.php:

```
$config['composer_autoload'] = FALSE;
↓
$config['composer_autoload'] = realpath(APPPATH . '../vendor/autoload.php');

```

The folder path for log files can be configured by adding clv\_log\_folder\_path to Codeigniter config.php file e.g.

```
$config['ci_telescope_log_folder_path'] = STORAGE_PATH.'/storage/logs/';

```

Integration
-----------

[](#integration)

All that is required is to execute the show() method in a Controller that is mapped to a route:

A typical Controller (Logs.php) will have the following content:

```
class Logs extends CI_Controller
{
    private $logViewer;

    public function __construct()
	{
        parent::__construct();
        $this->load->helper('url');
        $this->logViewer = new \CI_Telescope\CI_Telescope();
    }

	public function index()
	{
        echo $this->logViewer->show();
    }

    // --------------------------------------------------------------------

    public function get_last_logs()
    {
        echo $this->logViewer->get_last_logs();
    }
}

```

```
git tag 1.0.1
git push origin 1.0.1
git push --tags

```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance54

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Every ~120 days

Recently: every ~0 days

Total

19

Last Release

216d ago

Major Versions

0.1.0 → 1.0.02025-10-05

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/toanlk-codeigniter-telescope/health.svg)

```
[![Health](https://phpackages.com/badges/toanlk-codeigniter-telescope/health.svg)](https://phpackages.com/packages/toanlk-codeigniter-telescope)
```

PHPackages © 2026

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