PHPackages                             neznaika0/codeigniter-expenses - 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. neznaika0/codeigniter-expenses

ActiveProject[Framework](/categories/framework)

neznaika0/codeigniter-expenses
==============================

CodeIgniter Expenses

v1.1.0(2y ago)872MITPHPPHP ^8.1

Since Oct 2Pushed 2y ago2 watchersCompare

[ Source](https://github.com/neznaika0/codeigniter-expenses)[ Packagist](https://packagist.org/packages/neznaika0/codeigniter-expenses)[ Docs](https://expenses.ozornick.ru)[ RSS](/packages/neznaika0-codeigniter-expenses/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (2)Dependencies (8)Versions (3)Used By (0)

CodeIgniter Expenses
====================

[](#codeigniter-expenses)

Project for an example of CodeIgniter 4
---------------------------------------

[](#project-for-an-example-of-codeigniter-4)

Created specifically to show some development techniques. You can study the code to understand "how does it work?". Probably a basic tutorial will appear later.

Functional
----------

[](#functional)

- Show home page
- Authentication for one administrator
- Logout
- Navigate per pages in the list
- Creating an expense record
- Deleting an expense record
- View monthly expense statistics
- Translation (en, ru)
- Bootstrap 5 template
- and other framework features

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

[](#installation)

- Clone the repository.
- Install dependencies
- Create a database.
- Configure the file `.env` by sample `env_expenses`. Uncomment the necessary settings.

    You need to create a password hash. To do this, run:

    ```
    php -r "echo password_hash('YOUR_PASSWORD', PASSWORD_BCRYPT) . PHP_EOL;"

    ```

    Default password: **123456**
- Publish assets:

    ```
    php spark publish

    ```
- Run migrations and fill tables:

    ```
    php spark migrate
    php spark db:seed ExpenseSeeder

    ```
- Start server:

    ```
    php spark serve

    ```

For detailed configuration, see the manual

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

799d ago

PHP version history (2 changes)v1.0.0PHP ^7.4 || ^8.0

v1.1.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17183530?v=4)[neznaika0](/maintainers/neznaika0)[@neznaika0](https://github.com/neznaika0)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/neznaika0-codeigniter-expenses/health.svg)

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

###  Alternatives

[symfony/symfony-demo

Symfony Demo Application

2.6k258.4k](/packages/symfony-symfony-demo)[codeigniter4/appstarter

CodeIgniter4 starter app

1811.8M](/packages/codeigniter4-appstarter)[jason-munro/cypht

Lightweight Open Source webmail written in PHP and JavaScript

1.7k160.6k](/packages/jason-munro-cypht)[abydahana/aksara

Aksara is a modern, developer-friendly framework and CMS built on CodeIgniter 4, featuring rapid CRUD development, modular architecture, smart routing, flexible access control, API integration, and an AI assistant to make content management faster and smarter.

1141.2k](/packages/abydahana-aksara)

PHPackages © 2026

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