PHPackages                             emizoripx/pos-invoicing-fel - 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. [Payment Processing](/categories/payments)
4. /
5. emizoripx/pos-invoicing-fel

ActiveLibrary[Payment Processing](/categories/payments)

emizoripx/pos-invoicing-fel
===========================

Paquete de facturación FEL

v1.1.11(3y ago)0143[1 PRs](https://github.com/emizoripx/pos-invoicing-fel/pulls)MITPHP

Since Feb 23Pushed 3y agoCompare

[ Source](https://github.com/emizoripx/pos-invoicing-fel)[ Packagist](https://packagist.org/packages/emizoripx/pos-invoicing-fel)[ RSS](/packages/emizoripx-pos-invoicing-fel/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (66)Used By (0)

POS INVOICING FEL PACKAGE v1.0.35
=================================

[](#pos-invoicing-fel-package-v1035)

Library manage electronic invoices from a POS
---------------------------------------------

[](#library-manage-electronic-invoices-from-a-pos)

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

[](#installation)

- Only if not installed

    `composer require emizoripx/pos-invoicing-fel`

### STEP 1

[](#step-1)

- `php artisan migrate` for creating new tables of package

Instructions for development
----------------------------

[](#instructions-for-development)

for development in a local environment

- create a folder named `package` in the project directory
- Enter the directory created and clone the repository `https://github.com/emizoripx/pos-invoicing-fel.git`
- Add the following line to the `composer.json` file of the project

```
    "autoload": {
        "psr-4": {
            ...
            "EmizorIpx\\PosInvoicingFel\\" : "package/pos-invoicing-fel/src/"
        }
    },
```

- Then in the terminal run the command

```
    docker-compose exec app composer dumpautoload

```

```
    docker-compose exec app php artisan optimize

```

```
    docker-compose exec app php artisan vendor:publish --tag=public --force

```

Settings Restorants
-------------------

[](#settings-restorants)

In the configurations column of the fel\_restorants table we can aggregate the following configurations as a key value

- Font size of the invoice print

```
    {
        "font_size": "10"
    }
```

- Enable the option of invoices for the staff

```
    {
        "enable_invoices_staff": 1
    }
```

- Remove black stripe from total

```
    {
        "without_background_total": 1
    }
```

- Added product code for delivery

```
    {
        "product_delivery_code": "DEL-2122331"
    }
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 87.3% 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 ~9 days

Recently: every ~0 days

Total

51

Last Release

1110d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ec0aca4b543b0eb7586d3dea32e3e848017cf75d5a85c59a38d9eddb56a75aa?d=identicon)[alvaro-ipx](/maintainers/alvaro-ipx)

---

Top Contributors

[![alvaro-ez](https://avatars.githubusercontent.com/u/76056894?v=4)](https://github.com/alvaro-ez "alvaro-ez (138 commits)")[![denis-ez](https://avatars.githubusercontent.com/u/76055844?v=4)](https://github.com/denis-ez "denis-ez (20 commits)")

### Embed Badge

![Health badge](/badges/emizoripx-pos-invoicing-fel/health.svg)

```
[![Health](https://phpackages.com/badges/emizoripx-pos-invoicing-fel/health.svg)](https://phpackages.com/packages/emizoripx-pos-invoicing-fel)
```

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)

PHPackages © 2026

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