PHPackages                             bookability/bookability-l4 - 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. bookability/bookability-l4

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

bookability/bookability-l4
==========================

Wrapper on the Bookability package provided by Bookability - with support for Laravel 4.

1.0.1(11y ago)130MITPHPPHP &gt;=5.3.0

Since Sep 18Pushed 11y ago2 watchersCompare

[ Source](https://github.com/bookability/bookability-l4)[ Packagist](https://packagist.org/packages/bookability/bookability-l4)[ RSS](/packages/bookability-bookability-l4/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (5)Dependencies (4)Versions (7)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/ee17a2fe08cea939c390504a94b4a85ce6a71357cb348f2a840c9a2bad1d3c52/68747470733a2f2f706f7365722e707567782e6f72672f626f6f6b6162696c6974792f626f6f6b6162696c6974792d6c342f762f737461626c652e737667)](https://packagist.org/packages/bookability/bookability-l4) [![Total Downloads](https://camo.githubusercontent.com/b0c3379c1e62c5ef7837806290dd3f72a52d2986c62af1313f4ec66ea08c5f25/68747470733a2f2f706f7365722e707567782e6f72672f626f6f6b6162696c6974792f626f6f6b6162696c6974792d6c342f646f776e6c6f6164732e737667)](https://packagist.org/packages/bookability/bookability-l4) [![Latest Unstable Version](https://camo.githubusercontent.com/6ce84114b7a385ff28fb6347ea927ef37d819638bd9c6ac1cab8a03279b09ec1/68747470733a2f2f706f7365722e707567782e6f72672f626f6f6b6162696c6974792f626f6f6b6162696c6974792d6c342f762f756e737461626c652e737667)](https://packagist.org/packages/bookability/bookability-l4) [![License](https://camo.githubusercontent.com/d3410da139d3b8ef980da87655b2e936a515737c2b2d3e4dd97e5c92004b1a54/68747470733a2f2f706f7365722e707567782e6f72672f626f6f6b6162696c6974792f626f6f6b6162696c6974792d6c342f6c6963656e73652e737667)](https://packagist.org/packages/bookability/bookability-l4)

Bookability L4 API support for Laravel
======================================

[](#bookability-l4-api-support-for-laravel)

The package supports use with the [Laravel Framework 4.\*](https://github.com/laravel/laravel) providing a `Bookability` facade. If you are looking for our PHP 5.3+ compatible package, please take a look at .

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

[](#installation)

### Requirements

[](#requirements)

- Any flavour of PHP 5.3+ should do
- \[optional\] PHPUnit to execute the test suite

### With Composer

[](#with-composer)

The easiest way to install Bookability is via composer.

In order to install add the following to your `composer.json` file within the `require` block:

```
"require": {
	…
	"bookability/bookability-l4": "1.*",
	…
}

```

Within Laravel, locate the file `..app/config/app.php` \*.

Add the following to the `providers` array:

```
'providers' => array(
	…
	'Bookability\BookabilityL4\BookabilityServiceProvider',
	…
),

```

Furthermore, add the following the the `aliases` array:

```
'aliases' => array(
	…
	'BookabilityWrapper' => 'Bookability\BookabilityL4\Facades\BookabilityWrapper',
	…
),

```

Publish the configuration

```
$ php artisan config:publish bookability/bookability-l4

```

Lastly, run the command `php composer.phar install` command to install it.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~4 days

Total

6

Last Release

4235d ago

Major Versions

0.0.3-beta → 1.0.02014-10-10

### Community

Maintainers

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

---

Top Contributors

[![richarddavey](https://avatars.githubusercontent.com/u/670581?v=4)](https://github.com/richarddavey "richarddavey (9 commits)")[![danieloxenbury](https://avatars.githubusercontent.com/u/147276670?v=4)](https://github.com/danieloxenbury "danieloxenbury (6 commits)")

---

Tags

laraveltwosuperiorbookabilitybookability-l4

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bookability-bookability-l4/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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