PHPackages                             joshluongo/laravel-aus - 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. joshluongo/laravel-aus

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

joshluongo/laravel-aus
======================

Support for down under.

v1.2.0(2mo ago)010[1 PRs](https://github.com/joshluongo/laravel-aus/pulls)MITPHPPHP ^8.1CI passing

Since Jun 19Pushed 1mo ago1 watchersCompare

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

READMEChangelog (1)Dependencies (14)Versions (8)Used By (0)

Laravel Aus 🦘
=============

[](#laravel-aus-)

A small collection to classes to assist with making Laravel applications for the Australian market.

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

[](#installation)

You can install the package via composer:

```
composer require joshluongo/laravel-aus
```

Optionally, you can publish the translations using

```
php artisan vendor:publish --tag="aus-translations"
```

Usage
-----

[](#usage)

### Faker

[](#faker)

```
// Register in your seeder file
public function configure(): OrganisationFactory|static
{
    // Inject ABN and ACN providers.
    $this->faker->addProvider(new \LuongoLabs\LaravelAus\Fakers\AbnAcnProvider($this->faker));

    return $this;
}
```

### Validation

[](#validation)

```
Validator::make($request->all(), [
    'abn' => new \LuongoLabs\LaravelAus\Rules\Abn(),
    'acn' => new \LuongoLabs\LaravelAus\Rules\Acn(),
])->validate();
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Josh Luongo](https://github.com/joshluongo)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance90

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

62d ago

### Community

Maintainers

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

---

Top Contributors

[![joshluongo](https://avatars.githubusercontent.com/u/1212412?v=4)](https://github.com/joshluongo "joshluongo (30 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (19 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (9 commits)")

---

Tags

laraveljoshluongolaravel-aus

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/joshluongo-laravel-aus/health.svg)

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

###  Alternatives

[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329575.9k35](/packages/codewithdennis-filament-select-tree)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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