PHPackages                             alazzi-az/ar-laravel - 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. alazzi-az/ar-laravel

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

alazzi-az/ar-laravel
====================

A ar-php Wrapper for Laravel

020[4 PRs](https://github.com/alazzi-az/ar-laravel/pulls)PHP

Since Nov 21Pushed 2y agoCompare

[ Source](https://github.com/alazzi-az/ar-laravel)[ Packagist](https://packagist.org/packages/alazzi-az/ar-laravel)[ RSS](/packages/alazzi-az-ar-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

[![](https://camo.githubusercontent.com/2bedf63f24cda7efab02da955dc11fb7ef8a060e2f26b73c33a7aac84529b8a3/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f737570706f72742d756b7261696e652e7376673f743d31)](https://supportukrainenow.org)

This is my package ArLaravel
============================

[](#this-is-my-package-arlaravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/262911ec690289602d021f1d684406d117257bc053081449c969ed7bb6a3292d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c617a7a69617a2f41724c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alazziaz/ArLaravel)[![GitHub Tests Action Status](https://camo.githubusercontent.com/e1fdf9415c28c2fb9151be7b28149aec95921fadd07b35fc10f013243a18eaf2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616c617a7a69617a2f41724c61726176656c2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/alazziaz/ArLaravel/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/6016c1e244488d2ad14ed5b857bf5b8f75b56c9e291bf8ec0c2489ba9ce604ff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f616c617a7a69617a2f41724c61726176656c2f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/alazziaz/ArLaravel/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/2cabb4d3db06f7cd23202e03e025cc957ca128c5d35afe2cf566d8801c814b69/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c617a7a69617a2f41724c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alazziaz/ArLaravel)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/b2a279e786c34ba43afd3becf541cd49a56a04666b7581e1b655f6cc35a80d24/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f41724c61726176656c2e6a70673f743d31)](https://spatie.be/github-ad-click/ArLaravel)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require alazziaz/ArLaravel
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="ArLaravel-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="ArLaravel-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="ArLaravel-views"
```

Usage
-----

[](#usage)

```
$arLaravel = new AlazziAz\ArLaravel();
echo $arLaravel->echoPhrase('Hello, AlazziAz!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/AlazziAz/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Mohammed Ali Azman](https://github.com/AlazziAz)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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/750a1566a9f2ed8de9e8da9fee372b4426d7585bfdabdb65a1932a40e409a3e3?d=identicon)[alazzi](/maintainers/alazzi)

---

Top Contributors

[![mohammedazman](https://avatars.githubusercontent.com/u/56982649?v=4)](https://github.com/mohammedazman "mohammedazman (11 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")

### Embed Badge

![Health badge](/badges/alazzi-az-ar-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/alazzi-az-ar-laravel/health.svg)](https://phpackages.com/packages/alazzi-az-ar-laravel)
```

PHPackages © 2026

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