PHPackages                             ghanem/ajaxblade - 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. [Templating &amp; Views](/categories/templating)
4. /
5. ghanem/ajaxblade

ActiveLibrary[Templating &amp; Views](/categories/templating)

ghanem/ajaxblade
================

Easy AJAX with blade

0.2.2(10y ago)101442[1 issues](https://github.com/AbdullahGhanem/ajax-blade/issues)MITPHPPHP &gt;=5.5.9

Since Oct 11Pushed 10y ago2 watchersCompare

[ Source](https://github.com/AbdullahGhanem/ajax-blade)[ Packagist](https://packagist.org/packages/ghanem/ajaxblade)[ RSS](/packages/ghanem-ajaxblade/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Easy AJAX with blade
====================

[](#easy-ajax-with-blade)

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

[](#installation)

First, pull in the package through Composer.

```
"require": {
	"ghanem/ajaxblade": "0.2.*"
}
```

or use.

```
composer require ghanem/ajaxblade
```

if using Laravel 5, include the service provider within `config/app.php`.

```
'providers' => [
    'Ghanem\Ajaxblade\AjaxbladeServiceProvider'
];
```

now run this comand:

```
php artisan vendor:publish
```

Example
-------

[](#example)

Within your controllers, before you perform a redirect...

```
public function show()
{
    $articles = Article::orderBy('id', 'DESC')->Paginate(20);

    return view('home',compact('articles'));
}
```

this is home view :

```
>

    Document

		@foreach ($users as user)
			 $user->name
		@endforeach
		@ajaxblade($users)

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

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 ~0 days

Total

2

Last Release

3863d ago

### Community

Maintainers

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

---

Top Contributors

[![AbdullahGhanem](https://avatars.githubusercontent.com/u/5055892?v=4)](https://github.com/AbdullahGhanem "AbdullahGhanem (5 commits)")

---

Tags

laravelbladeajax

### Embed Badge

![Health badge](/badges/ghanem-ajaxblade/health.svg)

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

###  Alternatives

[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)[stijnvanouplines/blade-country-flags

A package to easily make use of country flags in your Laravel Blade views.

26307.2k6](/packages/stijnvanouplines-blade-country-flags)[technikermathe/blade-lucide-icons

A package to easily make use of Lucide icons in your Laravel Blade views.

18299.2k7](/packages/technikermathe-blade-lucide-icons)[saade/blade-iconsax

A package to easily make use of Iconsax in your Laravel Blade views.

21138.5k](/packages/saade-blade-iconsax)[mckenziearts/blade-untitledui-icons

A package to easily make use of UntitledUI icons in your Laravel Blade views.

16104.9k5](/packages/mckenziearts-blade-untitledui-icons)[afatmustafa/blade-hugeicons

A package to easily make use of Hugeicons(Free version) in your Laravel Blade views.

13129.0k3](/packages/afatmustafa-blade-hugeicons)

PHPackages © 2026

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