PHPackages                             glasswalllab/arofloconnector - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. glasswalllab/arofloconnector

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

glasswalllab/arofloconnector
============================

Connection to Aroflo

071PHP

Since Sep 3Pushed 4y agoCompare

[ Source](https://github.com/glasswalllab/aroflo-connector)[ Packagist](https://packagist.org/packages/glasswalllab/arofloconnector)[ RSS](/packages/glasswalllab-arofloconnector/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

AroFlo PHP Wrapper
==================

[](#aroflo-php-wrapper)

This package provides an integration to AroFlo ().

API Docs -

[![Latest Version](https://camo.githubusercontent.com/3dbbf7efa6aaab51c8988bd1478d99ceb0eca17b63203960b0b5848081b3c7a7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f676c61737377616c6c6c61622f61726f666c6f2d636f6e6e6563746f722e7376673f7374796c653d666c61742d737175617265)](https://github.com/glasswalllab/aroflo-connector/releases)

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

[](#installation)

You can install the package via composer:

```
composer require glasswalllab/arofloconnector
```

Usage
-----

[](#usage)

1. Setup API Application in your AroFlo account (Site Administration -&gt; Settings -&gt; AroFlo API)
2. Include the following variables in your .env

```
AROFLO_UENCODE=YOUR_uENCODE
AROFLO_KEYID=YOUR_pENCODE
AROFLO_SECRET=YOUR_API_SECRET
AROFLO_ORGENCODE=YOUR_orgENCODE
AROFLO_BASE_API_URL=https://api.aroflo.com/

```

3. Run **php artisan migrate** to create the api\_logs database table

### Sample Usage (Laravel)

[](#sample-usage-laravel)

```
use glasswalllab\arofloconnector\ArofloConnector;

//Get Task Types - with joins and were clauses
$aroflo = new ArofloConnector();
$joins = array('locations,locationcustomfields');
$wheres = array('and|archived|=|false');

//CallAroflo($zone, $joins, $wheres, $postxml, $method, $page)
$aroflo->CallAroflo('tasktypes', $joins, $wheres, '', 'GET',1)

//Post new client
$aroflo = new ArofloConnector();
$org = YOUR_orgENCODE
$postxml = '04123456780412345678'.$org.'TRUE70000';

//CallAroflo($zone, $joins, $wheres, $postxml, $method, $page)
$aroflo->CallAroflo('clients', [], [], $postxml, 'POST',null);
```

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity28

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://avatars.githubusercontent.com/u/78292032?v=4)[Glass Wall Lab Pty Ltd](/maintainers/glasswalllab)[@glasswalllab](https://github.com/glasswalllab)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/glasswalllab-arofloconnector/health.svg)

```
[![Health](https://phpackages.com/badges/glasswalllab-arofloconnector/health.svg)](https://phpackages.com/packages/glasswalllab-arofloconnector)
```

###  Alternatives

[maherelgamil/arabicdatetime

Easy and useful tool to generate arabic or hijri date with multi-language support for laravel

414.5k](/packages/maherelgamil-arabicdatetime)

PHPackages © 2026

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