PHPackages                             ticketx/smarterp - 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. ticketx/smarterp

ActiveProject[Framework](/categories/framework)

ticketx/smarterp
================

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

00PHP

Since Oct 2Pushed 7mo agoCompare

[ Source](https://github.com/mrtinhnguyen/smarterp)[ Packagist](https://packagist.org/packages/ticketx/smarterp)[ RSS](/packages/ticketx-smarterp/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Topics
------

[](#topics)

1. [Introduction](#introduction)
2. [Requirements](#requirements)
3. [Installation &amp; Configuration](#installation-and-configuration)
4. [License](#license)
5. [Security Vulnerabilities](#security-vulnerabilities)

### Introduction

[](#introduction)

**Smart ERP** is built upon the open-source foundation of [Aureus ERP](https://github.com/aureuserp/aureuserp), a comprehensive Enterprise Resource Planning (ERP) solution for small, medium, and large enterprises.

Leveraging the power of **[Laravel](https://laravel.com)**, the most popular PHP framework, and **[FilamentPHP](https://filamentphp.com)**, a flexible resource management library, Smart ERP inherits a strong and extensible architecture.

Our goal is to continue the vision of Aureus ERP while delivering:

- **Optimized features for businesses in Vietnam**
- **A more user-friendly experience**
- **Flexible extensibility for developers**

Smart ERP respects and acknowledges the original work of Aureus ERP while striving to bring additional value and improvements for practical business needs.

**Key Features**

- **Built with Laravel**: Leverages the robust and scalable features of Laravel, ensuring security, reliability, and flexibility for enterprise needs.
- **Powered by FilamentPHP**: Incorporates FilamentPHP for intuitive resource management, modular forms, and dynamic admin panels.
- **Highly Modular Design**: Enables seamless integration of custom modules for finance, HR, inventory, CRM, and more.
- **Open-Source Solution**: Free to use, modify, and extend, fostering community-driven innovation and improvements.
- **Scalable for Enterprises**: Built to handle complex business processes and workflows, making it suitable for growing organizations.

Why Choose Smart ERP?
---------------------

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

- **Proven Foundation**: Built upon the solid architecture of [Aureus ERP](https://github.com/...), ensuring reliability and scalability.
- **Modern Technology Stack**: Powered by **Laravel** and **FilamentPHP**, with a responsive UI enhanced by **TailwindCSS**.
- **Localized &amp; Optimized**: Tailored features and workflows designed to better fit the needs of businesses in Vietnam.
- **Developer-Friendly**: Clean, modular codebase that is easy to extend and customize for specific use cases.
- **Scalable &amp; Flexible**: Suitable for small businesses up to large enterprises, with room to grow as your business expands.
- **Community-Driven**: Open-source, with contributions encouraged to foster collaboration and innovation.

### Requirements

[](#requirements)

To run and develop Aureus ERP, ensure your environment meets the following requirements:

- **PHP**: Version 8.2 or higher.
- **Laravel**: Version 11.x, for leveraging the latest framework features and improvements.
- **FilamentPHP**: Version 4.x, for a seamless and modern admin panel experience.
- **Database**: MySQL 8.0+ or SQLite for database management.
- **Composer**: Latest version, to manage PHP dependencies.
- **Node.js &amp; NPM**: Latest stable versions for compiling front-end assets.
- **Server**: Apache/Nginx with required PHP extensions (e.g., OpenSSL, PDO, Mbstring, Tokenizer, XML, Ctype, JSON).
- **Browser**: A modern browser (Chrome, Firefox, Edge) for accessing the admin panel.

### Installation &amp; Configuration

[](#installation--configuration)

Installing and setting up ERP is quick and straightforward. Follow the steps below to get started:

1. **Run the Installation Command**
    Simply execute the following command in your terminal:

    ```
    php artisan erp:install
    ```
2. **What Happens During Installation**:

    - **Migrations &amp; Seeders**:
        - All migrations and seeders from the core or base Laravel project are executed to set up the database schema and populate initial data.
    - **Roles &amp; Permissions**:
        - The `Filament Shield` package automatically generates roles and permissions for the application.
    - **Database Seeders**:
        - Additional seeders are generated and executed to ensure the database is fully populated with the required default configurations.
3. **Admin Account Setup**

    - After the installation process, the command prompts you to provide **Admin Login Credentials** (email and password).
    - These credentials are used to log in to the admin panel.
4. **Installation Complete**
    Once the above steps are finished, the installation process is complete, and you can start using Aureus ERP.

That’s it! With just one command, your Aureus ERP environment is ready to use.

Plugins
-------

[](#plugins)

Divided into two categories:

### Core Plugin (System Plugin)

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

These plugin 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 Plugin

[](#installable-plugin)

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

ModuleDescriptionBlogsManage blogsAccountsFinancial accounting and reportingContactsContact management for customers and vendorsEmployeesEmployees managementInventoriesInventory and warehouse managementInvoicesInvoice generation and managementPartnersPartner relationship managementPaymentsPayment processing and trackingProductsProduct catalog and managementProjectsProject planning and managementPurchasesProcurement and purchase order managementRecruitmentsApplicant tracking and hiringSalesSales pipeline and opportunity managementTimeoffsLeave management and trackingTimesheetEmployee work hour trackingWebsiteWebsite for customerInstallation and Management
---------------------------

[](#installation-and-management)

### Installing a Plugin

[](#installing-a-plugin)

To install a plugin, use the following command syntax:

```
php artisan :install
```

For example, to install the Inventories plugin:

```
php artisan inventories:install
```

During installation, the system will check for dependencies and prompt you if there are any conflicts or prerequisites:

```
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
- **Skip**: Continue without modifying an already installed dependency
- **Show Seeders**: Display the available data seeders for the plugin

### Uninstalling a Plugin

[](#uninstalling-a-plugin)

To remove a plugin, use the following command syntax:

```
php artisan :uninstall
```

For example, to uninstall the Inventories plugin:

```
php artisan inventories:uninstall
```

Module Dependencies
-------------------

[](#module-dependencies)

Some plugins require other plugin to function properly. The system will automatically inform you of these dependencies during the installation process and guide you through installing any required components.

### License

[](#license)

Smart ERP is an open-source ERP framework, distributed under the [MIT License](./LICENSE).
This project is originally forked from Aureus ERP and continues to remain free and open for the community.

### Security Vulnerabilities

[](#security-vulnerabilities)

Please **do not disclose security vulnerabilities publicly**.
If you discover a security issue in Smart ERP, kindly report it responsibly by emailing us at: **** (or your preferred contact).

We appreciate the efforts of the community to help us keep the system secure and reliable.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance44

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ec6671a8c3cae046a12356386e6bfa8bfaa2aa6f515cc63f574a0472f7dd654?d=identicon)[ticketx](/maintainers/ticketx)

---

Top Contributors

[![jitendra-webkul](https://avatars.githubusercontent.com/u/39991107?v=4)](https://github.com/jitendra-webkul "jitendra-webkul (697 commits)")[![suraj-webkul](https://avatars.githubusercontent.com/u/121420732?v=4)](https://github.com/suraj-webkul "suraj-webkul (556 commits)")[![sandeep-webkul](https://avatars.githubusercontent.com/u/227378247?v=4)](https://github.com/sandeep-webkul "sandeep-webkul (102 commits)")[![BheemWebkul](https://avatars.githubusercontent.com/u/226264584?v=4)](https://github.com/BheemWebkul "BheemWebkul (37 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)")[![harshqa-webkul](https://avatars.githubusercontent.com/u/201563343?v=4)](https://github.com/harshqa-webkul "harshqa-webkul (6 commits)")[![shivendra-webkul](https://avatars.githubusercontent.com/u/121868701?v=4)](https://github.com/shivendra-webkul "shivendra-webkul (5 commits)")[![mrtinhnguyen](https://avatars.githubusercontent.com/u/201353757?v=4)](https://github.com/mrtinhnguyen "mrtinhnguyen (4 commits)")[![hammadzafar05](https://avatars.githubusercontent.com/u/75698921?v=4)](https://github.com/hammadzafar05 "hammadzafar05 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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