PHPackages                             aureuserp/aureuserp - 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. [Framework](/categories/framework)
4. /
5. aureuserp/aureuserp

ActiveProject[Framework](/categories/framework)

aureuserp/aureuserp
===================

Open Source ERP Solution built on Laravel for Small and Medium Enterprises (SMEs) and large-scale enterprises.

v1.3.1(1mo ago)10.0k469—7.1%383[19 issues](https://github.com/aureuserp/aureuserp/issues)[12 PRs](https://github.com/aureuserp/aureuserp/pulls)MITPHPPHP ^8.3CI passing

Since Sep 12Pushed 2mo ago21 watchersCompare

[ Source](https://github.com/aureuserp/aureuserp)[ Packagist](https://packagist.org/packages/aureuserp/aureuserp)[ RSS](/packages/aureuserp-aureuserp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (51)Versions (13)Used By (0)Security (1)

 [    ![AureusERP logo](https://raw.githubusercontent.com/aureuserp/temp-media/master/aureus-logo-light.png)  ](https://aureuserp.com)

[![Total Downloads](https://camo.githubusercontent.com/5140b69967d42923a7f01889e21cea80bfb9ac65e8b715a5c6cfed3ba1d4db90/68747470733a2f2f706f7365722e707567782e6f72672f6175726575736572702f6175726575736572702f642f746f74616c2e737667)](https://packagist.org/packages/aureuserp/aureuserp)[![Latest Stable Version](https://camo.githubusercontent.com/a3612eef66d23d90521ac8f9efce07ddb0b2eeb26e332959a91db3c171f5cd7d/68747470733a2f2f706f7365722e707567782e6f72672f6175726575736572702f6175726575736572702f762f737461626c652e737667)](https://packagist.org/packages/aureuserp/aureuserp)[![License](https://camo.githubusercontent.com/158d2b096da8319254bc68c50ee9c9e4139fbef85d16df7359d366e37c3c284d/68747470733a2f2f706f7365722e707567782e6f72672f6175726575736572702f6175726575736572702f6c6963656e73652e737667)](https://packagist.org/packages/aureuserp/aureuserp)

Aureus ERP
==========

[](#aureus-erp)

 **Open-Source Enterprise Resource Planning for Modern Businesses**

 Built with Laravel 11 • Powered by FilamentPHP 4 • PHP 8.2+

---

📋 Table of Contents
-------------------

[](#-table-of-contents)

1. [Introduction](#-introduction)
2. [Key Features](#-key-features)
3. [Why Choose Aureus ERP?](#-why-choose-aureus-erp)
4. [Requirements](#-requirements)
5. [Quick Start](#-quick-start)
6. [Plugin System](#-plugin-system)
7. [Plugin Installation &amp; Management](#-plugin-installation--management)
8. [Customization](#-customization)
9. [Contributing](#-contributing)
10. [License](#-license)
11. [Security](#-security)
12. [Support &amp; Community](#-support--community)

---

🚀 Introduction
--------------

[](#-introduction)

Aureus ERP is a comprehensive, open-source Enterprise Resource Planning (ERP) solution designed for Small and Medium Enterprises (SMEs) and large-scale organizations. Built on **[Laravel 11](https://laravel.com)**, the most popular PHP framework, and **[FilamentPHP 4](https://filamentphp.com)**, a cutting-edge admin panel framework, Aureus ERP offers an extensible and developer-friendly platform for managing every aspect of your business operations.

Whether you're managing accounting, inventory, HR, CRM, or projects, Aureus ERP provides a modular approach that grows with your business.

---

✨ Key Features
--------------

[](#-key-features)

- 🏗️ **Modern Architecture**: Built with Laravel 11 and FilamentPHP 4 for maximum performance and developer experience
- 🧩 **Modular Plugin System**: Install only the features you need - from accounting to project management
- 🎨 **Beautiful UI/UX**: Responsive design with TailwindCSS 4, optimized for desktop and mobile
- 🔐 **Advanced Security**: Role-based access control with Filament Shield integration
- 📊 **Business Intelligence**: Built-in analytics and reporting tools
- 🌐 **Multi-Language Support**: Easily translate and localize for global businesses
- ⚡ **High Performance**: Optimized database queries and caching strategies
- 🔧 **Developer-Friendly**: Clean code, comprehensive documentation, and extensive APIs
- 🔄 **Real-Time Updates**: LiveWire 3 integration for dynamic interfaces

---

🎯 Why Choose Aureus ERP?
------------------------

[](#-why-choose-aureus-erp)

FeatureBenefit**Open Source**Free to use, modify, and extend. No vendor lock-in**Modern Stack**Latest Laravel &amp; FilamentPHP for cutting-edge features**Scalable**Handles everything from startups to enterprise operations**Customizable**Extend with your own plugins and modifications**Community-Driven**Active community support and continuous improvements**Production-Ready**Battle-tested with real-world business requirements---

📦 Requirements
--------------

[](#-requirements)

Ensure your development environment meets the following requirements:

### Server Requirements

[](#server-requirements)

- **PHP**: 8.2 or higher
- **Database**: MySQL 8.0+ or SQLite 3.8.3+
- **Web Server**: Apache 2.4+ or Nginx 1.18+

### Development Tools

[](#development-tools)

- **Composer**: Latest version (2.0+)
- **Node.js**: 18.x or higher
- **NPM/Yarn**: Latest stable version

### Framework Versions

[](#framework-versions)

- **Laravel**: 11.x
- **FilamentPHP**: 4.x
- **Livewire**: 3.x
- **TailwindCSS**: 4.x

---

⚡ Quick Start
-------------

[](#-quick-start)

Get Aureus ERP up and running in just 4 simple steps:

### Step 1: Clone the Repository

[](#step-1-clone-the-repository)

```
git clone https://github.com/aureuserp/aureuserp.git
cd aureuserp
```

### Step 2: Install Dependencies

[](#step-2-install-dependencies)

```
composer install
```

### Step 3: Run the Installation

[](#step-3-run-the-installation)

```
php artisan erp:install
```

**What happens during installation:**

✅ Database migrations are executed
✅ Core seeders populate initial data
✅ Roles &amp; permissions are generated (via Filament Shield)
✅ Admin account is created
✅ Environment configuration is set up

### Step 4: Start the Development Server

[](#step-4-start-the-development-server)

```
php artisan serve
```

Visit `http://localhost:8000` and log in with your admin credentials!

---

🧩 Plugin System
---------------

[](#-plugin-system)

AureusERP features a powerful modular plugin system that allows you to customize your ERP installation based on your business needs. Choose only the modules you need to keep your system lean and efficient.

### 📦 Core Plugins (System Plugins)

[](#-core-plugins-system-plugins)

These plugins are essential components of the system and are installed by default:

ModuleDescriptionAnalyticsBusiness intelligence and reporting toolsChatterInternal communication and collaboration platformFieldsCustomizable data structure managementSecurityRole-based access control and authenticationSupportHelp desk and documentationTable ViewCustomizable data presentation framework### ⚡ Installable Plugins

[](#-installable-plugins)

These plugins can be installed as needed to extend system functionality:

#### 💼 Financial Management

[](#-financial-management)

ModuleDescriptionAccountingFinancial accounting and reportingAccountsCore accounting operationsInvoicesInvoice generation and managementPaymentsPayment processing and tracking#### 📦 Operations

[](#-operations)

ModuleDescriptionInventoriesInventory and warehouse managementProductsProduct catalog and managementPurchasesProcurement and purchase order managementSalesSales pipeline and opportunity management#### 👥 Human Resources

[](#-human-resources)

ModuleDescriptionEmployeesEmployee managementRecruitmentsApplicant tracking and hiringTimeoffsLeave management and trackingTimesheetEmployee work hour tracking#### 🤝 Customer &amp; Partner Management

[](#-customer--partner-management)

ModuleDescriptionContactsContact management for customers and vendorsPartnersPartner relationship management#### 📊 Project &amp; Content Management

[](#-project--content-management)

ModuleDescriptionBlogsContent management and bloggingProjectsProject planning and managementWebsiteCustomer-facing website module---

🔧 Plugin Installation &amp; Management
--------------------------------------

[](#-plugin-installation--management)

### Installing a Plugin

[](#installing-a-plugin)

To install a plugin, use the following Artisan command:

```
php artisan :install
```

**Example:** Install the Inventories plugin

```
php artisan inventories:install
```

During installation, the system automatically checks for dependencies. If dependencies are detected, you'll see:

```
This package products is already installed. What would you like to do? [Skip]:
  [0] Reseed
  [1] Skip
  [2] Show Seeders

```

**Options:**

- **Reseed**: Reinstall the plugin's seed data (overwrites existing data)
- **Skip**: Continue without modifying the already installed dependency
- **Show Seeders**: Display available data seeders for the plugin

### Uninstalling a Plugin

[](#uninstalling-a-plugin)

To remove a plugin from your system:

```
php artisan :uninstall
```

**Example:** Uninstall the Inventories plugin

```
php artisan inventories:uninstall
```

⚠️ **Warning:** Uninstalling a plugin will remove its database tables and data. Make sure to backup your data before uninstalling.

### Plugin Dependencies

[](#plugin-dependencies)

Some plugins require other plugins to function properly. The installation system:

- ✅ Automatically detects dependencies
- ✅ Prompts you to install required plugins
- ✅ Prevents conflicts and missing prerequisites
- ✅ Validates the installation order

---

🎨 Customization
---------------

[](#-customization)

AureusERP is designed to be highly customizable, allowing you to tailor the system to your specific business needs:

### Plugin Customization

[](#plugin-customization)

- 🔹 Install only the plugins you need
- 🔹 Extend existing plugins with custom functionality
- 🔹 Create custom plugins using the modular architecture

### UI/UX Customization

[](#uiux-customization)

- 🔹 Create custom dashboards and reports
- 🔹 Modify themes and branding
- 🔹 Design custom forms and views with Filament

### Access Control

[](#access-control)

- 🔹 Define custom user roles and permissions
- 🔹 Configure role-based access control (RBAC)
- 🔹 Set granular permissions using Filament Shield

### Business Logic

[](#business-logic)

- 🔹 Extend models with custom business rules
- 🔹 Create custom workflows and automations
- 🔹 Integrate with third-party services via APIs

---

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

[](#-contributing)

We welcome contributions from the community! Whether you're fixing bugs, adding features, or improving documentation, your help is appreciated.

### How to Contribute

[](#how-to-contribute)

1. **Fork the Repository**

    ```
    git clone https://github.com/aureuserp/aureuserp.git
    ```
2. **Create a Feature Branch**

    ```
    git checkout -b feature/your-feature-name
    ```
3. **Make Your Changes**

    - Follow the existing code style and conventions
    - Write tests for new features
    - Update documentation as needed
4. **Commit Your Changes**

    ```
    git commit -m "Add: Brief description of your changes"
    ```
5. **Push to Your Fork**

    ```
    git push origin feature/your-feature-name
    ```
6. **Submit a Pull Request**

    - Provide a clear description of the changes
    - Reference any related issues
    - Ensure all tests pass

### Development Guidelines

[](#development-guidelines)

- Follow Laravel and Filament best practices
- Maintain code quality with Laravel Pint: `vendor/bin/pint`
- Write PHPUnit tests for new functionality
- Use meaningful commit messages

---

📄 License
---------

[](#-license)

AureusERP is truly open-source ERP framework that will always be **free** under the [MIT License](LICENSE).

### What This Means

[](#what-this-means)

- ✅ Free to use for commercial and personal projects
- ✅ Modify and distribute as you wish
- ✅ No licensing fees or restrictions
- ✅ Community-driven development

---

🔒 Security
----------

[](#-security)

Security is a top priority for AureusERP. We take all security vulnerabilities seriously.

### Reporting Security Vulnerabilities

[](#reporting-security-vulnerabilities)

**⚠️ Please DO NOT disclose security vulnerabilities publicly.**

If you discover a security vulnerability in AureusERP, please report it responsibly:

📧 **Email:**

### What to Include

[](#what-to-include)

- Description of the vulnerability
- Steps to reproduce the issue
- Potential impact assessment
- Suggested fix (if available)

We will acknowledge your email within 48 hours and provide a detailed response within 7 days, including our assessment and a timeline for a fix.

---

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

[](#-support--community)

Need help or want to connect with other AureusERP users?

### 📚 Documentation

[](#-documentation)

- 📖 **Developer Documentation:** [devdocs.aureuserp.com](https://devdocs.aureuserp.com/) - Technical guides, API references, and development resources
- 📘 **User Guide:** [docs.aureuserp.com](https://docs.aureuserp.com/) - Step-by-step tutorials and user manuals

### 🤝 Get Support

[](#-get-support)

- 💬 **Community Forum:** \[Coming Soon\] - Connect with other users and share experiences
- 🐛 **Issue Tracker:** [GitHub Issues](https://github.com/aureuserp/aureuserp/issues) - Report bugs and request features
- 📧 **Email Support:**  - Direct support from the team

### 🔔 Stay Updated

[](#-stay-updated)

- ⭐ **Star** this repository to show your support
- 👁️ **Watch** for new releases and updates
- 🍴 **Fork** to contribute to the project

---

Made with ❤️ by [Webkul](https://webkul.com)

[⬆ Back to Top](#-table-of-contents)

###  Health Score

59

—

FairBetter than 99% of packages

Maintenance87

Actively maintained with recent releases

Popularity51

Moderate usage in the ecosystem

Community29

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.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 ~27 days

Recently: every ~17 days

Total

8

Last Release

56d ago

PHP version history (2 changes)v1.0.0PHP ^8.2

v1.3.1PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/b12adc21e990c055e325a3c07339b3d4d313efd49f98a768c1a86fc7776f2b86?d=identicon)[Jitendra Singh](/maintainers/Jitendra%20Singh)

---

Top Contributors

[![jitendra-webkul](https://avatars.githubusercontent.com/u/39991107?v=4)](https://github.com/jitendra-webkul "jitendra-webkul (1319 commits)")[![suraj-webkul](https://avatars.githubusercontent.com/u/121420732?v=4)](https://github.com/suraj-webkul "suraj-webkul (620 commits)")[![sandeep-webkul](https://avatars.githubusercontent.com/u/227378247?v=4)](https://github.com/sandeep-webkul "sandeep-webkul (200 commits)")[![BheemWebkul](https://avatars.githubusercontent.com/u/226264584?v=4)](https://github.com/BheemWebkul "BheemWebkul (105 commits)")[![harshqa-webkul](https://avatars.githubusercontent.com/u/201563343?v=4)](https://github.com/harshqa-webkul "harshqa-webkul (35 commits)")[![vipin-yadav-webkul](https://avatars.githubusercontent.com/u/153269757?v=4)](https://github.com/vipin-yadav-webkul "vipin-yadav-webkul (12 commits)")[![dp-0](https://avatars.githubusercontent.com/u/86118075?v=4)](https://github.com/dp-0 "dp-0 (7 commits)")[![shivendra-webkul](https://avatars.githubusercontent.com/u/121868701?v=4)](https://github.com/shivendra-webkul "shivendra-webkul (5 commits)")[![mycermy](https://avatars.githubusercontent.com/u/4936166?v=4)](https://github.com/mycermy "mycermy (1 commits)")[![mrfansi](https://avatars.githubusercontent.com/u/25928659?v=4)](https://github.com/mrfansi "mrfansi (1 commits)")[![hammadzafar05](https://avatars.githubusercontent.com/u/75698921?v=4)](https://github.com/hammadzafar05 "hammadzafar05 (1 commits)")

---

Tags

accountingerpfilamentphphrminventory-managementinvoicelaravelpmspurchase-orderrecruitmentsaleswarehouse-managementframeworklaravelERP

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[raugadh/fila-starter

Laravel Filament Starter.

614.9k](/packages/raugadh-fila-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

401.5k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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