PHPackages                             kiboflavin/orbital-batch - 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. kiboflavin/orbital-batch

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

kiboflavin/orbital-batch
========================

PHP Orbital Batch XML library

v1.0(9y ago)121[1 PRs](https://github.com/kiboflavin/orbital-batch/pulls)MITPHP &gt;=5.0.0

Since Jan 17Compare

[ Source](https://github.com/kiboflavin/orbital-batch)[ Packagist](https://packagist.org/packages/kiboflavin/orbital-batch)[ Docs](https://github.com/kiboflavin/orbital-batch)[ RSS](/packages/kiboflavin-orbital-batch/feed)WikiDiscussions Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PHP Chase Paymentech Orbital Batch XML library
==============================================

[](#php-chase-paymentech-orbital-batch-xml-library)

```
$cust = array(
	'ccAccountNum'		=> '341134113411347',
	'ccExp'				=> '0120',
	'avsAddress1'		=> '123 Fake Street',
    'avsAddress2'       => 'Hammock District',
	'avsCity'			=> 'Springfield',
	'avsState'			=> 'MA',
	'avsZip'			=> '01101',
    'amount'            => '1000'
);

$request = new \OrbitalBatch\Request(
	'gh-test',
	ORBITAL_USERNAME,
	ORBITAL_INDTYPE,
	ORBITAL_BIN,
	ORBITAL_MERCHANT_ID,
	ORBITAL_TERMINAL_ID
);

$request->auth_capture($cust);

$xml = $request->createBatch();

file_put_contents($request->fileID. '.xml', $xml);
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3451d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/160550?v=4)[Paul Haggart](/maintainers/kiboflavin)[@kiboflavin](https://github.com/kiboflavin)

---

Tags

xmlbatchchasepaymentechorbital

### Embed Badge

![Health badge](/badges/kiboflavin-orbital-batch/health.svg)

```
[![Health](https://phpackages.com/badges/kiboflavin-orbital-batch/health.svg)](https://phpackages.com/packages/kiboflavin-orbital-batch)
```

###  Alternatives

[masterminds/html5

An HTML5 parser and serializer.

1.8k260.4M294](/packages/masterminds-html5)[jms/serializer

Library for (de-)serializing data of any complexity; supports XML, and JSON.

2.3k139.8M907](/packages/jms-serializer)[jms/metadata

Class/method/property metadata management in PHP

1.8k157.6M95](/packages/jms-metadata)[jms/serializer-bundle

Allows you to easily serialize, and deserialize data of any complexity

1.8k91.4M664](/packages/jms-serializer-bundle)[sabre/xml

sabre/xml is an XML library that you may not hate.

52933.7M139](/packages/sabre-xml)[presta/sitemap-bundle

A Symfony bundle that provides tools to build your application sitemap.

3839.8M35](/packages/presta-sitemap-bundle)

PHPackages © 2026

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