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 3mo 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 1mo ago

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

17

—

LowBetter than 6% of packages

Maintenance54

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/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)
