PHPackages                             syeedalireza/symfony-erp-core - 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. syeedalireza/symfony-erp-core

ActiveSymfony-bundle[Framework](/categories/framework)

syeedalireza/symfony-erp-core
=============================

Enterprise ERP core bundle for Symfony with CQRS, accounting, inventory, HR, CRM modules

00PHPCI passing

Since Jan 31Pushed 5mo agoCompare

[ Source](https://github.com/syeedalireza/symfony-erp-core)[ Packagist](https://packagist.org/packages/syeedalireza/symfony-erp-core)[ RSS](/packages/syeedalireza-symfony-erp-core/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Symfony ERP Core
================

[](#symfony-erp-core)

Enterprise ERP core bundle for Symfony with CQRS architecture, accounting, inventory, HR, and CRM modules.

Features
--------

[](#features)

- ? **Accounting Module** - Financial management
- ? **Invoice Service** - Invoice management
- ? **Inventory/Warehouse** - Stock management
- ? **HR Module** - Employee management
- ? **CRM** - Customer relationship management
- ? **CQRS** - Command/Event Bus
- ? **Symfony 7+** Compatible

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

[](#installation)

```
composer require syeedalireza/symfony-erp-core
```

Quick Start
-----------

[](#quick-start)

### Accounting

[](#accounting)

```
use SymfonyErpCore\Accounting\AccountingModule;

$accounting = new AccountingModule();
$accounting->recordTransaction('tx-1', 1000.0, 'credit', 'Sale');
$balance = $accounting->getBalance();
```

### Invoice Management

[](#invoice-management)

```
use SymfonyErpCore\Accounting\InvoiceService;

$invoiceService = new InvoiceService();
$invoiceService->createInvoice('inv-1', 'cust-1', 500.0, []);
$invoiceService->markAsPaid('inv-1');
```

License
-------

[](#license)

MIT

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance50

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

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/05de5f56c8b265c6720d5a4593d499a06c5a32b7ed2b7c36e0ac73778f09a381?d=identicon)[syeedalireza](/maintainers/syeedalireza)

### Embed Badge

![Health badge](/badges/syeedalireza-symfony-erp-core/health.svg)

```
[![Health](https://phpackages.com/badges/syeedalireza-symfony-erp-core/health.svg)](https://phpackages.com/packages/syeedalireza-symfony-erp-core)
```

###  Alternatives

[laravel/dusk

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

1.9k39.6M300](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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