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(1y ago)752MITPHPPHP ^8.1

Since Oct 2Pushed 1y 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 1mo 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

29

—

LowBetter than 60% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

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

697d ago

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

v1.1.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/e4b6bd7cc6193a048499b308a5939832ded843255b221a507ffd038e52f7ee29?d=identicon)[neznaika0](/maintainers/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.6k238.8k](/packages/symfony-symfony-demo)[codeigniter4/appstarter

CodeIgniter4 starter app

1891.8M](/packages/codeigniter4-appstarter)[crisu83/yiistrap

Twitter Bootstrap for the Yii PHP framework.

286173.3k19](/packages/crisu83-yiistrap)[yiisoft/yii2-bootstrap5

The Twitter Bootstrap v5 extension for the Yii framework

661.4M121](/packages/yiisoft-yii2-bootstrap5)[abydahana/aksara

Aksara is a CodeIgniter based CRUD Toolkit you can use to build complex applications become shorter, secure and more reliable just in a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based), just by writing single controller. Yet it's reusable, scalable and ready to use!

1121.2k](/packages/abydahana-aksara)[irsyadulibad/codeigniter4-datatables

Server side DataTables library for CodeIgniter4 framework

702.4k](/packages/irsyadulibad-codeigniter4-datatables)

PHPackages © 2026

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