PHPackages                             orchestra/facile - 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. orchestra/facile

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

orchestra/facile
================

Facile Component for Orchestra Platform

v6.0.0(5y ago)441.7k↓33.3%1[1 issues](https://github.com/orchestral/facile/issues)3MITPHPPHP ^7.3 || ^8.0

Since Jun 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/orchestral/facile)[ Packagist](https://packagist.org/packages/orchestra/facile)[ Docs](http://orchestraplatform.com/docs/latest/components/facile/)[ Fund](https://paypal.me/crynobone)[ Fund](https://liberapay.com/crynobone)[ RSS](/packages/orchestra-facile/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (45)Used By (3)

Facile Component for Orchestra Platform
=======================================

[](#facile-component-for-orchestra-platform)

Facile Component simplify the need to create API based response in your Laravel application.

[![tests](https://github.com/orchestral/facile/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/orchestral/facile/actions/workflows/tests.yml)[![Latest Stable Version](https://camo.githubusercontent.com/47c49f6bc1f76f34fa83d30863a97ed0a2a06eecac45946b1153413aa4c352e8/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f666163696c652f76657273696f6e)](https://packagist.org/packages/orchestra/facile)[![Total Downloads](https://camo.githubusercontent.com/ef45c3a378a7035cf588edc7eb33fa2eb0a1111069895a25560e8c38f963bad2/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f666163696c652f646f776e6c6f616473)](https://packagist.org/packages/orchestra/facile)[![Latest Unstable Version](https://camo.githubusercontent.com/570f9cefa445204ac6d6171d59836e8b1f38ac34da7c35cd550584f63c061370/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f666163696c652f762f756e737461626c65)](//packagist.org/packages/orchestra/facile)[![License](https://camo.githubusercontent.com/a8d78657c19752d84650b0f8eab45b3c9a004a7ae2f1696774f521ea9660c208/68747470733a2f2f706f7365722e707567782e6f72672f6f72636865737472612f666163696c652f6c6963656e7365)](https://packagist.org/packages/orchestra/facile)[![Coverage Status](https://camo.githubusercontent.com/f1cf384425692a3ba2a1009e4fd120de8c6f44e134e55966942ba4ce7532c2d1/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6f72636865737472616c2f666163696c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/orchestral/facile?branch=master)

Version Compatibility
---------------------

[](#version-compatibility)

LaravelFacile5.5.x3.5.x5.6.x3.6.x5.7.x3.7.x5.8.x3.8.x6.x4.x7.x5.xInstallation
------------

[](#installation)

To install through composer, run the following command from terminal:

```
composer require "orchestra/facile"
```

Configuration
-------------

[](#configuration)

Next add the service provider in `config/app.php`.

```
'providers' => [

    // ...

    Orchestra\Facile\FacileServiceProvider::class,
],
```

You might want to add `Orchestra\Support\Facades\Facile` to class aliases in `config/app.php`:

```
'aliases' => [

    // ...

    'Facile' => Orchestra\Support\Facades\Facile::class,
],
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

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

Recently: every ~147 days

Total

44

Last Release

1857d ago

Major Versions

v2.2.0 → v3.0.02015-02-05

3.8.x-dev → v4.0.02019-09-05

4.x-dev → 5.x-dev2020-04-03

v5.0.0 → v6.0.02021-04-17

PHP version history (8 changes)v2.0.0PHP &gt;=5.3.3

v2.2.0PHP &gt;=5.4.0

v3.1.1PHP &gt;=5.5.0

v3.3.0PHP &gt;=5.6.0

v3.5.0PHP &gt;=7.0

v3.6.0PHP &gt;=7.1

v4.0.0PHP &gt;=7.2

v6.0.0PHP ^7.3 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/172966?v=4)[Mior Muhammad Zaki](/maintainers/crynobone)[@crynobone](https://github.com/crynobone)

---

Top Contributors

[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (480 commits)")

---

Tags

laravelorchestra-platformorchestral

### Embed Badge

![Health badge](/badges/orchestra-facile/health.svg)

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

###  Alternatives

[orchestra/html

HTML Component for Orchestra Platform

40112.6k2](/packages/orchestra-html)[orchestra/asset

Asset Component for Orchestra Platform

52177.4k4](/packages/orchestra-asset)[orchestra/memory

Memory Component for Orchestra Platform

11150.0k11](/packages/orchestra-memory)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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