PHPackages                             ctechhindi/core-php-framework - 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. ctechhindi/core-php-framework

ActiveLibrary[Framework](/categories/framework)

ctechhindi/core-php-framework
=============================

Core PHP Framework

1.0.5(3y ago)114MITPHP

Since Aug 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jeevan-lal/Core-PHP-Framework)[ Packagist](https://packagist.org/packages/ctechhindi/core-php-framework)[ Docs](https://ctechhindi.in/)[ RSS](/packages/ctechhindi-core-php-framework/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

Core PHP Framework
==================

[](#core-php-framework)

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

[](#installation)

```
composer require ctechhindi/core-php-framework
```

Libraries
---------

[](#libraries)

- [Slim 4](https://www.slimframework.com/docs/v4/start/installation.html)
- [PHP Renderer](https://github.com/slimphp/PHP-View)

```
composer require slim/slim:"4.*"
composer require slim/psr7
composer require slim/php-view

```

AutoLoad
--------

[](#autoload)

```
"autoload": {
  "psr-4": {
    "CTH\\": "public/App",
    "CTH\\System\\": "public/System"
  }
}
```

```
composer update

```

Documentation
-------------

[](#documentation)

### Pre-Define Variables

[](#pre-define-variables)

```
// Public Folder Path
echo PPATH;
// System Folder Path
echo SPATH;
// App Folder Path
echo APATH;
```

### Global Functions

[](#global-functions)

```
redirect()
set_timezone()
session()
baseURL()
helper()
```

### Helpers

[](#helpers)

Helpers methods use `controller` and `view` files.

#### Request

[](#request)

#### Encryption

[](#encryption)

#### Form

[](#form)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Every ~1 days

Total

6

Last Release

1352d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2736c51cde4556bbdee4950ccadc7a81c6c97c9998e3faebff9f1f2b97103a65?d=identicon)[ctechhindi](/maintainers/ctechhindi)

---

Top Contributors

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

---

Tags

phpslimctechhindi

### Embed Badge

![Health badge](/badges/ctechhindi-core-php-framework/health.svg)

```
[![Health](https://phpackages.com/badges/ctechhindi-core-php-framework/health.svg)](https://phpackages.com/packages/ctechhindi-core-php-framework)
```

###  Alternatives

[patricksavalle/slim-rest-api

Production-grade REST-API App-class for PHP SLIM, in production on https://zaplog.pro (https://api.zaplog.pro/v1)

101.4k](/packages/patricksavalle-slim-rest-api)

PHPackages © 2026

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