PHPackages                             ahmadi/laravel-sepidar - 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. ahmadi/laravel-sepidar

ActiveLibrary

ahmadi/laravel-sepidar
======================

Laravel package for integrating with Sepidar (سپیدار) accounting software API

141PHP

Since Jul 11Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/abolfazllover/sepidar)[ Packagist](https://packagist.org/packages/ahmadi/laravel-sepidar)[ RSS](/packages/ahmadi-laravel-sepidar/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Sepidar
===============

[](#laravel-sepidar)

پکیج لاراول برای اتصال ساده به **API نرم‌افزار سپیدار**.

نصب
---

[](#نصب)

```
composer require ahmadi/laravel-sepidar
php artisan vendor:publish --tag=sepidar-config
```

تنظیمات `.env`
--------------

[](#تنظیمات-env)

```
SEPIDAR_BASE_URL=http://192.168.20.15:7373
SEPIDAR_USERNAME=admin
SEPIDAR_PASSWORD=your_password
SEPIDAR_GENERATION_VERSION=111
SEPIDAR_DEVICE_SERIAL=100079d4
```

سریال ۸ کاراکتری را از نرم‌افزار سپیدار → بخش «سفارش‌گیری» → تعریف دستگاه بگیرید.

راه‌اندازی
----------

[](#راه‌اندازی)

```
php artisan sepidar:setup
```

دستور به‌صورت تعاملی **هر ۵ مورد** را می‌پرسد (یا از `.env` پیش‌فرض می‌گیرد):

```
php artisan sepidar:setup \
  --url=http://192.168.20.15:7373 \
  --username=admin \
  --password=secret \
  --version=111 \
  --serial=100079d4
```

پکیج خودکار Register، ذخیره credentials و Login را انجام می‌دهد.

### مهاجرت از spidar.json قدیمی

[](#مهاجرت-از-spidarjson-قدیمی)

```
SEPIDAR_LEGACY_JSON_PATH=D:/path/to/spidar.json
```

استفاده
-------

[](#استفاده)

```
use Ahmadi\LaravelSepidar\Facades\Sepidar;

$customers = Sepidar::customers()->all();
$items = Sepidar::items()->all();
```

APIها
-----

[](#apiها)

`customers()` · `items()` · `quotations()` · `invoices()` · `receipts()` · `currencies()` · `stocks()` · `saleTypes()` · `priceNoteItems()` · `administrativeDivisions()` · `customerGroupings()` · `units()` · `properties()` · `banks()` · `bankAccounts()`

MIT

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance59

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/dff00f8c5cbec4623ed4c5c2c237cbd7883ab6180ec3f4e0eb560538f91299f0?d=identicon)[abolfazllover](/maintainers/abolfazllover)

---

Top Contributors

[![abolfazllover](https://avatars.githubusercontent.com/u/113348110?v=4)](https://github.com/abolfazllover "abolfazllover (4 commits)")

### Embed Badge

![Health badge](/badges/ahmadi-laravel-sepidar/health.svg)

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

PHPackages © 2026

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