PHPackages                             facturascripts/facturascripts - 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. facturascripts/facturascripts

ActiveProject[Payment Processing](/categories/payments)

facturascripts/facturascripts
=============================

Open source ERP software. Built on modern PHP and bootstrap 5. Easy and powerful.

v2026.6(2w ago)489186289[76 PRs](https://github.com/NeoRazorX/facturascripts/pulls)LGPL-3.0-or-laterPHPPHP &gt;=8.1CI passing

Since May 27Pushed 6d ago41 watchersCompare

[ Source](https://github.com/NeoRazorX/facturascripts)[ Packagist](https://packagist.org/packages/facturascripts/facturascripts)[ Docs](https://facturascripts.com)[ Fund](https://facturascripts.com/patrocinar)[ RSS](/packages/facturascripts-facturascripts/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (44)Versions (73)Used By (0)Security (26)

 [ ![FacturaScripts Logo](https://camo.githubusercontent.com/f5b4249a2d197f0d285aab6f18adf2ef0ad5c0ce4ca82cb1a606079dcd5c2ec1/68747470733a2f2f75706c6f61642e77696b696d656469612e6f72672f77696b6970656469612f636f6d6d6f6e732f642f64652f4c6f676f2d46616374757261536372697074732e706e67 "FacturaScripts Logo") ](https://facturascripts.com)

 **Open Source ERP &amp; Accounting Software**
 Built with modern PHP and Bootstrap 5

 [![License: LGPL](https://camo.githubusercontent.com/1dd8116c401c9549638852d3ab320d20fd84109c5f3c5ce7804e71ef3672c022/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4c47504c2d677265656e2e7376673f636f6c6f723d323637306339267374796c653d666f722d7468652d6261646765266c6162656c3d4c6963656e7365266c6f676f436f6c6f723d303030303030266c6162656c436f6c6f723d656365636563)](https://opensource.org/licenses/LGPL) [![Latest Release](https://camo.githubusercontent.com/197fa10ebc9d1668cd1e9ae3c96107ac98aceb2e3367fffecc42a588b0f72ac3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f4e656f52617a6f72582f66616374757261736372697074733f7374796c653d666f722d7468652d6261646765266c6f676f3d676974687562266c6f676f436f6c6f723d7768697465)](https://github.com/NeoRazorX/facturascripts/releases/latest) [![Total Downloads](https://camo.githubusercontent.com/b89dd35cf269ee31057b9a15231220142f404df3334c5f8cc6694b1f4b983d1a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f4e656f52617a6f72582f66616374757261736372697074732f746f74616c3f7374796c653d666f722d7468652d6261646765266c6f676f3d676974687562266c6f676f436f6c6f723d7768697465)](https://github.com/NeoRazorX/facturascripts/releases) [![PRs Welcome](https://camo.githubusercontent.com/80bf9d92ff58aca978194f25fa169c0a2096f71870a1ad630b1497ed4e4ad8a8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052735f57656c636f6d652d627269676874677265656e3f7374796c653d666f722d7468652d6261646765)](https://github.com/NeoRazorX/facturascripts/pulls)

 [🚀 Try Demo](https://facturascripts.com/probar-online) • [📚 Documentation](#-documentation) • [💬 Discord](https://discord.gg/qKm7j9AaJT) • [🇪🇸 Español](README_ES.md)

---

🎯 What is FacturaScripts?
-------------------------

[](#-what-is-facturascripts)

FacturaScripts is a comprehensive **open-source ERP and accounting software** designed for small and medium businesses. Create invoices, manage inventory, handle accounting, and much more with an intuitive and modern interface.

### ✨ Key Features

[](#-key-features)

- 🧾 **Invoice &amp; Quote Management** - Professional invoicing system
- 📊 **Accounting &amp; Finance** - Complete accounting module
- 📦 **Inventory Management** - Stock control and product management
- 👥 **Customer &amp; Supplier Management** - CRM functionality
- 📈 **Reports &amp; Analytics** - Business insights and reporting
- 🔌 **Plugin System** - Extensible architecture
- 🌍 **Multi-language** - Available in multiple languages
- 📱 **Responsive Design** - Works on desktop and mobile

⚠️ Development Version Notice
-----------------------------

[](#️-development-version-notice)

- This repository contains the **active development version**
- Expect bugs and breaking changes
- For **production use**, download the stable version from [facturascripts.com/descargar](https://facturascripts.com/descargar)

🚀 Quick Start
-------------

[](#-quick-start)

### System Requirements

[](#system-requirements)

- PHP 8.1 or higher
- MySQL/MariaDB or PostgreSQL
- Composer
- Node.js &amp; npm

### Installation

[](#installation)

```
# Clone the repository
git clone https://github.com/NeoRazorX/facturascripts.git
cd facturascripts

# Install PHP dependencies
composer install

# Install JavaScript dependencies
npm install
```

### Running the Application

[](#running-the-application)

**Option 1: PHP Built-in Server (Development)**

```
# Start the development server
php -S localhost:8000 index.php

# Or using Composer script
composer dev-server
```

Then visit  in your browser.

**Option 2: Apache**

- Copy the project to your Apache document root (e.g., `/var/www/html/`)
- Ensure mod\_rewrite is enabled
- Configure virtual host pointing to the project directory

**Option 3: Nginx**

- Configure your Nginx server block to point to the project directory
- Ensure PHP-FPM is properly configured
- Set the document root to the project folder

📚 Documentation
---------------

[](#-documentation)

- **Official User Course** (with official certification): [facturascripts.com/cursos/curso-de-usuario](https://facturascripts.com/cursos/curso-de-usuario)
- **User Guide**: [facturascripts.com/ayuda](https://facturascripts.com/ayuda)
- **Developer Documentation**: [facturascripts.com/ayuda-dev](https://facturascripts.com/ayuda-dev)
- **Roadmap**: [facturascripts.com/roadmap](https://facturascripts.com/roadmap)

🧪 Testing
---------

[](#-testing)

Run the test suite to ensure everything works correctly:

```
# Run PHPUnit tests
vendor/bin/phpunit

# Run static analysis
vendor/bin/phpstan analyse Core
```

🤝 Contributing
--------------

[](#-contributing)

We welcome contributions! Please check our [contribution guidelines](https://facturascripts.com/colabora) before submitting pull requests.

💬 Support &amp; Community
-------------------------

[](#-support--community)

- **Discord Community**: [discord.gg/qKm7j9AaJT](https://discord.gg/qKm7j9AaJT)
- **Contact &amp; Support**: [facturascripts.com/contacto](https://facturascripts.com/contacto)
- **Translations**: [facturascripts.com/traducciones](https://facturascripts.com/traducciones)

### 🔒 Security Vulnerabilities

[](#-security-vulnerabilities)

Please report security vulnerabilities **privately** using GitHub's [Report a vulnerability](https://github.com/FacturaScripts/facturascripts/security/advisories/new) button. Do not open public issues for security matters. See [SECURITY.md](SECURITY.md) for full details.

🔗 Useful Resources
------------------

[](#-useful-resources)

- [🧾 Free Invoicing Software](https://facturascripts.com/programa-para-hacer-facturas)
- [📋 Free Quote Software](https://facturascripts.com/programa-de-presupuestos)
- [📊 Free Accounting for Freelancers](https://facturascripts.com/software-contabilidad)
- [🖨️ Ticket Printing](https://facturascripts.com/remote-printer)
- [📹 Old YouTube Course (Spanish)](https://www.youtube.com/watch?v=rGopZA3ErzE&list=PLNxcJ5CWZ8V6nfeVu6vieKI_d8a_ObLfY)

---

 Made with ❤️ by the FacturaScripts community

###  Health Score

67

—

FairBetter than 99% of packages

Maintenance98

Actively maintained with recent releases

Popularity38

Limited adoption so far

Community36

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 67.2% 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 ~40 days

Recently: every ~19 days

Total

65

Last Release

16d ago

Major Versions

v2021.81 → v2022.062022-04-30

v2022.51 → v2023.032023-07-09

v2023.21 → v2024.12024-03-01

2024.92.x-dev → v2025.112025-08-15

v2025.81 → v2026.12026-04-27

PHP version history (7 changes)2018.03PHP &gt;=7.0.8

v2020.71PHP &gt;=7.1.3

v2022.06PHP &gt;=7.2.5

v2023.16PHP &gt;=7.3

v2024.95PHP &gt;=7.4

v2025PHP &gt;=8.0

v2026.3PHP &gt;=8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/494922?v=4)[Carlos Garcia](/maintainers/neorazorx)[@NeoRazorX](https://github.com/NeoRazorX)

![](https://www.gravatar.com/avatar/01005d25ed0cae70f2c4f7b945a1debf1fcebedabb14bcad35823f606244954b?d=identicon)[facturascripts](/maintainers/facturascripts)

---

Top Contributors

[![NeoRazorX](https://avatars.githubusercontent.com/u/494922?v=4)](https://github.com/NeoRazorX "NeoRazorX (6812 commits)")[![Yopli2k](https://avatars.githubusercontent.com/u/1715903?v=4)](https://github.com/Yopli2k "Yopli2k (1218 commits)")[![shawe](https://avatars.githubusercontent.com/u/145989?v=4)](https://github.com/shawe "shawe (646 commits)")[![daniel89fg](https://avatars.githubusercontent.com/u/13066282?v=4)](https://github.com/daniel89fg "daniel89fg (389 commits)")[![cristotodev](https://avatars.githubusercontent.com/u/19151793?v=4)](https://github.com/cristotodev "cristotodev (203 commits)")[![elguitarraverde](https://avatars.githubusercontent.com/u/2836337?v=4)](https://github.com/elguitarraverde "elguitarraverde (152 commits)")[![rsanjoseo](https://avatars.githubusercontent.com/u/27363683?v=4)](https://github.com/rsanjoseo "rsanjoseo (89 commits)")[![abdedarghal111](https://avatars.githubusercontent.com/u/66704312?v=4)](https://github.com/abdedarghal111 "abdedarghal111 (82 commits)")[![famphuelva](https://avatars.githubusercontent.com/u/26800105?v=4)](https://github.com/famphuelva "famphuelva (66 commits)")[![ogvilla](https://avatars.githubusercontent.com/u/19921711?v=4)](https://github.com/ogvilla "ogvilla (56 commits)")[![joenilson](https://avatars.githubusercontent.com/u/3353280?v=4)](https://github.com/joenilson "joenilson (52 commits)")[![Artextrading-auto](https://avatars.githubusercontent.com/u/33930056?v=4)](https://github.com/Artextrading-auto "Artextrading-auto (51 commits)")[![shakaran](https://avatars.githubusercontent.com/u/14254?v=4)](https://github.com/shakaran "shakaran (50 commits)")[![RaulJJNazca](https://avatars.githubusercontent.com/u/29772881?v=4)](https://github.com/RaulJJNazca "RaulJJNazca (33 commits)")[![JohnyFW](https://avatars.githubusercontent.com/u/20282077?v=4)](https://github.com/JohnyFW "JohnyFW (28 commits)")[![socger](https://avatars.githubusercontent.com/u/3963247?v=4)](https://github.com/socger "socger (28 commits)")[![luismipr](https://avatars.githubusercontent.com/u/568784?v=4)](https://github.com/luismipr "luismipr (21 commits)")[![etxondo](https://avatars.githubusercontent.com/u/902878?v=4)](https://github.com/etxondo "etxondo (19 commits)")[![Javiceta](https://avatars.githubusercontent.com/u/3441307?v=4)](https://github.com/Javiceta "Javiceta (17 commits)")[![JoanMurt](https://avatars.githubusercontent.com/u/74836039?v=4)](https://github.com/JoanMurt "JoanMurt (13 commits)")

---

Tags

contabilidadcrmerpfacturacionphpphpbillinginvoicecrmAccountingERPfacturascripts

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[filament/filament

A collection of full-stack components for accelerated Laravel app development.

3932.5M4.3k](/packages/filament-filament)[abydahana/aksara

Aksara is a modern, developer-friendly framework and CMS built on CodeIgniter 4, featuring rapid CRUD development, modular architecture, smart routing, flexible access control, API integration, and an AI assistant to make content management faster and smarter.

1141.2k](/packages/abydahana-aksara)[chameleon-system/chameleon-base

The Chameleon System core.

1029.4k6](/packages/chameleon-system-chameleon-base)[sproutcms/cms

Enterprise content management and framework

243.0k4](/packages/sproutcms-cms)

PHPackages © 2026

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