facturascripts / facturascripts
Open source ERP software. Built on modern PHP and bootstrap 5. Easy and powerful.
Fund package maintenance!
Other
Installs: 34
Dependents: 0
Suggesters: 0
Security: 8
Stars: 413
Watchers: 44
Forks: 267
Type:project
Requires
- php: >=8.0
- ext-bcmath: *
- ext-curl: *
- ext-dom: *
- ext-fileinfo: *
- ext-gd: *
- ext-json: *
- ext-mysqli: *
- ext-pgsql: *
- ext-simplexml: *
- ext-zip: *
- endroid/qr-code: ^4.8
- filp/whoops: 2.*
- globalcitizen/php-iban: 4.*
- mk-j/php_xlsxwriter: 0.39
- parsecsv/php-parsecsv: 1.*
- phpmailer/phpmailer: 6.*
- pragmarx/google2fa: ^8.0
- rospdf/pdf-php: 0.12.*
- symfony/translation: 4.4.*
- tavo1987/ec-validador-cedula-ruc: 1.0.2
- twig/twig: 3.*
Requires (Dev)
- phpstan/phpstan: ^0.12.93
- phpunit/phpunit: 9.*
- squizlabs/php_codesniffer: 3.*
- dev-master
- v2025
- v2024.96
- v2024.95
- v2024.94
- v2024.93
- 2024.92.x-dev
- v2024.91
- v2024.9
- v2024.8
- v2024.7
- v2024.5
- v2024.3
- v2024.2
- v2024.1
- v2024
- v2023.21
- v2023.16
- v2023.08
- v2023.03
- v2022.51
- v2022.08
- v2022.06
- v2022.4
- v2022.2
- v2021.81
- v2021.71
- v2021.51
- v2021.4
- v2021.2
- v2021.1
- v2021
- v2020.80
- v2020.71
- v2020.61
- v2020.51
- v2020.4
- v2020.3
- v2020.2
- v2020.01
- v2018.16
- v2018.15
- v2018.14
- v2018.13
- v2018.12
- 2018.11
- 2018.05
- 2018.04
- 2018.03
- dev-fix/disabled-user-access
- dev-session-plus
- dev-new-models
- dev-ui-components
- dev-export-manager
This package is auto-updated.
Last update: 2025-08-14 16:29:28 UTC
README
Open Source ERP & Accounting Software
Built with modern PHP and Bootstrap 5
π Try Demo β’ π Documentation β’ π¬ Discord β’ πͺπΈ EspaΓ±ol
π― 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
- π§Ύ Invoice & Quote Management - Professional invoicing system
- π Accounting & Finance - Complete accounting module
- π¦ Inventory Management - Stock control and product management
- π₯ Customer & Supplier Management - CRM functionality
- π Reports & 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
- This repository contains the active development version
- Expect bugs and breaking changes
- For production use, download the stable version from facturascripts.com/descargar
π Quick Start
System Requirements
- PHP 8.0 or higher
- MySQL/MariaDB or PostgreSQL
- Composer
- Node.js & npm
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
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 http://localhost:8000 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
- User Guide: facturascripts.com/ayuda
- Developer Documentation: facturascripts.com/ayuda-dev
- Roadmap: facturascripts.com/roadmap
π§ͺ 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
We welcome contributions! Please check our contribution guidelines before submitting pull requests.
π¬ Support & Community
- Discord Community: discord.gg/qKm7j9AaJT
- Contact & Support: facturascripts.com/contacto
- Translations: facturascripts.com/traducciones
π Security Vulnerabilities
If you discover a security vulnerability, please email Carlos GarcΓa at carlos@facturascripts.com
π Useful Resources
- πΉ YouTube Course (Spanish)
- π§Ύ Free Invoicing Software
- π Free Quote Software
- π Free Accounting for Freelancers
- π¨οΈ Ticket Printing
Made with β€οΈ by the FacturaScripts community