PHPackages                             drei-d/laravel-xentral-orders-parser - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. drei-d/laravel-xentral-orders-parser

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

drei-d/laravel-xentral-orders-parser
====================================

Parses Xentral order xml files

0.0.5(3mo ago)054PHPPHP ^8.2

Since Sep 3Pushed 3mo agoCompare

[ Source](https://github.com/DREI-D/laravel-xentral-orders-parser)[ Packagist](https://packagist.org/packages/drei-d/laravel-xentral-orders-parser)[ RSS](/packages/drei-d-laravel-xentral-orders-parser/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Laravel Xentral Orders Parser
=============================

[](#laravel-xentral-orders-parser)

Requirements
------------

[](#requirements)

- Laravel 11 or higher
- PHP 8.2 or higher
- ext-simplexml enabled

Setup
-----

[](#setup)

This package is available on [Packagist](https://packagist.org/packages/drei-d/laravel-xentral-orders-parser) via [Composer](https://getcomposer.org) and can be installed with the following command:

```
composer require drei-d/laravel-xentral-orders-parser
```

Usage
-----

[](#usage)

Once installed, you can parse a file using the `OrderParserService`:

```
$orderDto = app(\DREID\LaravelXentralOrdersParser\Services\OrderParserService::class)->parseFromDisk(
    '',
    ''
);
```

You can also just parse the xml content without reading it from a file beforehand:

```
$orderDto = app(\DREID\LaravelXentralOrdersParser\Services\OrderParserService::class)->parse('');
```

That's already it. You're good to go.
Enjoy!

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance79

Regular maintenance activity

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~139 days

Total

5

Last Release

113d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c5073fbcd72e6a2f977940e7103f3dbdfd1a80fc0f47a3a92da67e647b923877?d=identicon)[drei-d](/maintainers/drei-d)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/drei-d-laravel-xentral-orders-parser/health.svg)

```
[![Health](https://phpackages.com/badges/drei-d-laravel-xentral-orders-parser/health.svg)](https://phpackages.com/packages/drei-d-laravel-xentral-orders-parser)
```

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3416.7k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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