PHPackages                             footility/foocost - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. footility/foocost

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

footility/foocost
=================

From code to cost

027PHP

Since Nov 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/footility/foocost)[ Packagist](https://packagist.org/packages/footility/foocost)[ RSS](/packages/footility-foocost/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

FooCost for Laravel
===================

[](#foocost-for-laravel)

Overview
--------

[](#overview)

**FooCost** is a Laravel package designed to assist developers in estimating the development costs of an application by analyzing its database and source code. It offers automated cost estimates based on the number of tables and fields in the database, incorporating configurable parameters such as development time and hourly rates.

Features
--------

[](#features)

- Automated analysis of Laravel's database to estimate development costs.
- Easy configuration via `.env` file and/or a publishable configuration file.
- Support for Laravel 10 and above.

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

[](#installation)

To install FooCost into an existing Laravel project, follow these steps:

1. **Require the Package**

    Use Composer to add FooCost to your Laravel project:

    ```
    composer require footility/foocost
    ```
2. **Publish Configuration (Optional)**

    After installing the package, you can publish the configuration file to customize the default settings such as hourly rate and minutes per field:

    ```
    php artisan vendor:publish --provider="Footility\\Foocost\\Http\\FooCostServiceProvider"
    ```

    This command will copy the configuration file to `config/foocost.php` in your project, where you can modify it as needed.

Usage
-----

[](#usage)

After installation, FooCost is ready to use. Access the cost estimation by visiting the `/foo/cost` route in your Laravel project.

For more details on how to configure and use FooCost, refer to the published configuration file or online documentation.

Contributing
------------

[](#contributing)

Interested in contributing to FooCost? Great! We are open to improvements and new ideas. Feel free to fork the repository, make changes, and submit a pull request.

License
-------

[](#license)

The FooCost package is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/61e065b2d772d742d9daec4cce8c21b9b989ce2d3f3bce586d0505593b9b3634?d=identicon)[Footility](/maintainers/Footility)

---

Top Contributors

[![footility](https://avatars.githubusercontent.com/u/18597893?v=4)](https://github.com/footility "footility (11 commits)")

### Embed Badge

![Health badge](/badges/footility-foocost/health.svg)

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

###  Alternatives

[tinect/redirects

Redirect plugin for Shopware 6

2040.6k](/packages/tinect-redirects)[defstudio/filament-column-length-limiter

Limit Filament columns length showing a tooltip when text exceeds

126.2k](/packages/defstudio-filament-column-length-limiter)

PHPackages © 2026

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