PHPackages                             andalisolutions/laravel-smartbill - 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. andalisolutions/laravel-smartbill

ActiveLibrary

andalisolutions/laravel-smartbill
=================================

This is my package laravel-smartbill

v0.1.0-alpha(4y ago)17MITPHPPHP ^8.0

Since Oct 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/andalisolutions/laravel-smartbill)[ Packagist](https://packagist.org/packages/andalisolutions/laravel-smartbill)[ Docs](https://github.com/andalisolutions/laravel-smartbill)[ GitHub Sponsors](https://github.com/andalisolutions)[ RSS](/packages/andalisolutions-laravel-smartbill/feed)WikiDiscussions main Synced 1mo ago

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

This is my package laravel-smartbill
====================================

[](#this-is-my-package-laravel-smartbill)

[![Latest Version on Packagist](https://camo.githubusercontent.com/bf00463f067bd9bf0e190d50006444fcf43a6a868bd258bd094aeb46698d8316/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e64616c69736f6c7574696f6e732f6c61726176656c2d736d61727462696c6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/andalisolutions/laravel-smartbill)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a5aaccafb711e2c8fd7aba860b561d1899395a1b3cd4d3d4a618a42dc5bb4ee2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616e64616c69736f6c7574696f6e732f6c61726176656c2d736d61727462696c6c2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/andalisolutions/laravel-smartbill/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/d96d89f9b76c1474d9fd974ba08521d6bdebd883b262d10cec2f96cb5e4a9a1a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616e64616c69736f6c7574696f6e732f6c61726176656c2d736d61727462696c6c2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/andalisolutions/laravel-smartbill/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/435f976bddc0220860f9bf656d90e87bec743e1af0d40aa85e6e2166b1081295/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616e64616c69736f6c7574696f6e732f6c61726176656c2d736d61727462696c6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/andalisolutions/laravel-smartbill)

---

This repo can be used to scaffold a Laravel package. Follow these steps to get started:

1. Press the "Use template" button at the top of this repo to create a new repo with the contents of this laravel-smartbill
2. Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files
3. Remove this block of text.
4. Have fun creating your package.
5. If you need help creating a package, consider picking up our [Laravel Package Training](https://laravelpackage.training) video course.

---

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/469ad904c4e4c898c494043c97e84422ca20de4a3b1d90b0f08516f79494a790/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d736d61727462696c6c2e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-smartbill)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require andalisolutions/laravel-smartbill
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Andali\Smartbill\SmartbillServiceProvider" --tag="laravel-smartbill-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Andali\Smartbill\SmartbillServiceProvider" --tag="laravel-smartbill-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$laravel-smartbill = new Andali\Smartbill();
echo $laravel-smartbill->echoPhrase('Hello, Andali!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Andrei Ciungulete](https://github.com/ciungulete)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

Unknown

Total

1

Last Release

1674d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/742128?v=4)[Andrei Ciungulete](/maintainers/ciungulete)[@ciungulete](https://github.com/ciungulete)

---

Top Contributors

[![ciungulete](https://avatars.githubusercontent.com/u/742128?v=4)](https://github.com/ciungulete "ciungulete (7 commits)")

---

Tags

laravelandalisolutionslaravel-smartbill

###  Code Quality

TestsPest

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/andalisolutions-laravel-smartbill/health.svg)

```
[![Health](https://phpackages.com/badges/andalisolutions-laravel-smartbill/health.svg)](https://phpackages.com/packages/andalisolutions-laravel-smartbill)
```

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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