PHPackages                             tadascript/sales - 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. tadascript/sales

ActiveLavalite-package

tadascript/sales
================

Sales package for tadascript.

03HTML

Since Nov 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/bravoury/Sales)[ Packagist](https://packagist.org/packages/tadascript/sales)[ RSS](/packages/tadascript-sales/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Lavalite package that provides sales management facility for the cms.

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

[](#installation)

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `tadascript/sales`.

```
"tadascript/sales": "dev-master"

```

Next, update Composer from the Terminal:

```
composer update

```

Once this operation completes execute below cammnds in command line to finalize installation.

```
Tadascript\Sales\Providers\SalesServiceProvider::class,

```

And also add it to alias

```
'Sales'  => Tadascript\Sales\Facades\Sales::class,

```

Publishing files and migraiting database.
-----------------------------------------

[](#publishing-files-and-migraiting-database)

**Migration and seeds**

```
php artisan migrate
php artisan db:seed --class=Tadascript\\SalesTableSeeder

```

**Publishing configuration**

```
php artisan vendor:publish --provider="Tadascript\Sales\Providers\SalesServiceProvider" --tag="config"

```

**Publishing language**

```
php artisan vendor:publish --provider="Tadascript\Sales\Providers\SalesServiceProvider" --tag="lang"

```

**Publishing views**

```
php artisan vendor:publish --provider="Tadascript\Sales\Providers\SalesServiceProvider" --tag="view"

```

Usage
-----

[](#usage)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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/16e4d306a876c4b301a52d3df2d10ce84e2a408180b994c93bd7654933ab970e?d=identicon)[bravoury](/maintainers/bravoury)

---

Top Contributors

[![bravoury](https://avatars.githubusercontent.com/u/4616453?v=4)](https://github.com/bravoury "bravoury (1 commits)")

### Embed Badge

![Health badge](/badges/tadascript-sales/health.svg)

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

PHPackages © 2026

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