PHPackages                             raosys/fees - 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. raosys/fees

ActiveLibrary

raosys/fees
===========

A package to add fees management modules to laravel school management portals, Works good for colleges and universities

v1-beta(4y ago)3143MITCSS

Since Apr 29Pushed 4y agoCompare

[ Source](https://github.com/raosys/fees)[ Packagist](https://packagist.org/packages/raosys/fees)[ RSS](/packages/raosys-fees/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Fees Package
--------------------

[](#laravel-fees-package)

[![GitHub issues](https://camo.githubusercontent.com/db2211942346d8b519259d8353636d795baf55e093ba1eae0ca6eb28c1be265b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f72616f7379732f666565733f7374796c653d666f722d7468652d6261646765)](https://github.com/raosys/fees/issues)[![GitHub stars](https://camo.githubusercontent.com/5b49a837953161988bb7df3ecaf9fb9023ec9197243dfa6da379bc8fd5034df9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f72616f7379732f666565733f7374796c653d666f722d7468652d6261646765)](https://github.com/raosys/fees/stargazers)[![GitHub forks](https://camo.githubusercontent.com/7a59c02f61acbb37c96f56d783f394463fe5bd2028f81763e4ba50fa3b236aff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f72616f7379732f666565733f7374796c653d666f722d7468652d6261646765)](https://github.com/raosys/fees/network)[![GitHub license](https://camo.githubusercontent.com/a419f4291bcb3ff261ac72c49805bb327766a688c7fd6ed7672f2e3bc857c3e3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f72616f7379732f666565733f7374796c653d666f722d7468652d6261646765)](https://github.com/raosys/fees)[![Tweet](https://camo.githubusercontent.com/3b11df07cef6c27d6e3b83cc0877e3edeb77a17b435396639cb2c9f640cb0f61/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f75726c3f75726c3d68747470732533412532462532466769746875622e636f6d25324672616f737973253246666565733f7374796c653d666c61742d737175617265)](https://twitter.com/raosys)

### A package to add fees management modules to laravel school management portals, Works good for colleges and universities

[](#a-package-to-add-fees-management-modules-to-laravel-school-management-portals-works-good-for-colleges-and-universities)

About This Package
------------------

[](#about-this-package)

This package adds a complete fees management module into existing laravel powered school management systems. The package is built using VueJs and PHP. We assume existing projects have Courses , Subjects and Users, The package is to help developers quickly spin up school portals with less hustle

- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).

Laravel is accessible, powerful, and provides tools required for large, robust applications.

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

[](#installation)

`composer require raosys/fees`

`php artisan vendor:publish` and publish assets with tag `fees` and Provider `FeeServiceProvider`

- On generated `fees.php` config file set appropriate models

run migrations by `php artisan migrate`

#### Update your

[](#update-your)

- courses model and use CourseTrait
- Student model to use the StudentTrait

#### both provided by the package

[](#both-provided-by-the-package)

configuration
-------------

[](#configuration)

Update the fees.config file to set your User, Course and Student Model and their respective column names

Security Issues
---------------

[](#security-issues)

If you discover a security vulnerability within this package, please send an e-mail to Arnold Wamae via . All security vulnerabilities will be promptly addressed.

Fees Package Sponsors
---------------------

[](#fees-package-sponsors)

We would like to extend our thanks to the following sponsors for funding this package development. If you are interested in becoming a sponsor, please email.

### Premium Partners

[](#premium-partners)

- **[TREESTATE CAPITAL](https://treestate.co.ke/)**
- **[ASE SOFTWARES.](https://asewsp.com)**
- **[ZIWA TTI](https://ziwatti.ac.ke)**

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

1480d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/261d35ba3ce704af483f21a6110d78b4a1947ea0989951c621686a196c189f87?d=identicon)[ArnoldNicole](/maintainers/ArnoldNicole)

---

Top Contributors

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

---

Tags

feeslaravelportalschool

### Embed Badge

![Health badge](/badges/raosys-fees/health.svg)

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

PHPackages © 2026

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