PHPackages                             nishchay/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. nishchay/framework

ActiveLibrary

nishchay/framework
==================

Nishchay - Open Structure PHP framework

v2.0.4(4y ago)1314422BSD-3-ClausePHPPHP ~8.0

Since Aug 29Pushed 4y ago2 watchersCompare

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

READMEChangelogDependencies (4)Versions (29)Used By (2)

Nishchay PHP Framework
======================

[](#nishchay-php-framework)

 [ ![](https://camo.githubusercontent.com/30874be9928481a5a7f371240e127ac54212dabfc44b0d16d7ed083390a648aa/68747470733a2f2f7374617469632e6e696c6d732e6f72672f6e697368636861792f7265736f75726365732f696d616765732f6e697368636861792e706e67) ](https://nishchay.io)

[![PHP Version Support](https://camo.githubusercontent.com/fba9c99c22fb4cfadce6bceec6255b68dbc8984fd7c44fee37cc230c9b518fb0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6e697368636861792f6e69736863686179)](https://camo.githubusercontent.com/fba9c99c22fb4cfadce6bceec6255b68dbc8984fd7c44fee37cc230c9b518fb0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6e697368636861792f6e69736863686179)[![Latest version](https://camo.githubusercontent.com/4fb95a05d718a105124b533b7cae5cacb0f24b82f20bcde260f976702f7ebe8b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e697368636861792f6e697368636861792e737667)](https://camo.githubusercontent.com/4fb95a05d718a105124b533b7cae5cacb0f24b82f20bcde260f976702f7ebe8b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e697368636861792f6e697368636861792e737667)[![Downloads](https://camo.githubusercontent.com/0c2e72c26d10c2a37346dca9aa80f1a39827bf37a484c6fbe322cf3b38e0f7ab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e697368636861792f6e697368636861792e737667)](https://camo.githubusercontent.com/0c2e72c26d10c2a37346dca9aa80f1a39827bf37a484c6fbe322cf3b38e0f7ab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e697368636861792f6e697368636861792e737667)

Nishchay is open structure php framework which allows us to create web application, REST web services and more.

Install
-------

[](#install)

This framework is installed using composer only. Use below command

```
composer create-project nishchay/nishchay {YourAppName}

```

Installaion guidelines
----------------------

[](#installaion-guidelines)

- [Linux Ubuntu](https://nishchay.io/learningCenter/installation/ubuntu/composer)
- [Linux CentOS](https://nishchay.io/learningCenter/installation/centos/composer)
- [Windows](https://nishchay.io/learningCenter/installation/windows/composer)
- [MacOS](https://nishchay.io/learningCenter/installation/macos/composer)

Learn
-----

[](#learn)

Learn everything about nishchay [here](https://nishchay.io/learningCenter).

Next thing
----------

[](#next-thing)

If you are using framework for the first time, please go throw implementation which came with installatiion.

This installation comes with following implementations:

1. Login
2. Register
3. Get user detail
4. Static pages `aboutUs`, `help` &amp; `terms`.

#### Setup things

[](#setup-things)

Setup your application by one of **Installaion guidelines**, once that is done follow below steps

###### Step 1: Database setting

[](#step-1-database-setting)

Database settings are located in `settings/configuration/database.php`, where you can place one or more database connection configuration.

###### Step 2: Import tables

[](#step-2-import-tables)

In order to check implementation which came with installation, please execute `db.sql` which is placed at root directory of application.

###### Step 3: Create account

[](#step-3-create-account)

If you have configured your app on domain name `http://app.nishchay.local`, then make POST request to `http://app.nishchay.local/service/account/register` with following parameters:

1. email
2. firstName
3. lastName
4. password
5. isTermAccepted = Y
6. scope=user

This will return access token using which you can access services which requires token.

###### Step 4: Check login

[](#step-4-check-login)

Check login service by providing credential which you used while creating account in above step. This service is accessed at `http://app.nishchay.local/service/account/authorize`. Pass following parameters:

1. email
2. password
3. scope=user

This service also returns access token.

###### Step 5: Get user detail

[](#step-5-get-user-detail)

Using `http://app.nishchay.local/service/account` service get user detail, You only need to following parameters:

1. Pass access token in header with name `X-Service-Token`.
2. Pass `scope` in GET parameter.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity70

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 ~13 days

Recently: every ~2 days

Total

26

Last Release

1736d ago

Major Versions

v1.1.7 → v2.02021-07-20

v1.1.8 → v2.0.42021-08-06

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

frameworknishchayphpphp-frameworkphp frameworkopen-structureNishchay

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nishchay-framework/health.svg)

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

PHPackages © 2026

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