PHPackages                             ict21/reservation - 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. ict21/reservation

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

ict21/reservation
=================

For integrated reservation module

0.1(9y ago)017MITPHPPHP &gt;=5.3.0

Since May 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/silenus092/ReservationModule)[ Packagist](https://packagist.org/packages/ict21/reservation)[ Docs](https://github.com/silenus092/ReservationModule/)[ RSS](/packages/ict21-reservation/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

```
1. clone project
composer require ict21/reservation

2. create database
php artisan migrate --package="vendor/ict21"

3. To use

* Add the following item to config/app.php
Providers array:
    ICT\reservation\ICTReservationServiceProvider::class,

    and aliases

    'Reservation'=> \ICT\reservation\ICTReservationController::class

 * usage
$reservation  =  new Reservation();

    $reservation_array = [
        'email' => "xys@fd.co",
        'roomtype_name'  => "TestType",
        'name'  => "salmon",
        'last_name'     => 'sam',
        'phone'     => '78945612',
        'check_in' => '2017-12-12',
        'check_out' => '2017-12-18',
        'quota_room' => '5',
        'adult' => '2',
        'child' => '2,
        'fee' => '50000',
        'nights' => '7',

    ];

    $results = $reservation->reserveStore($reservation_array);
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3325d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7797d70c7bd8799707068f5ebc141c1fdcb26ff85ea6057fc8fd68a1983a0b79?d=identicon)[kunaphas.kon@gmail.com](/maintainers/kunaphas.kon@gmail.com)

---

Top Contributors

[![silenus092](https://avatars.githubusercontent.com/u/8342780?v=4)](https://github.com/silenus092 "silenus092 (7 commits)")

---

Tags

bookingreservation

### Embed Badge

![Health badge](/badges/ict21-reservation/health.svg)

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

###  Alternatives

[laraveljutsu/zap

A flexible, performant, and developer-friendly schedule management system for Laravel

1.5k97.9k1](/packages/laraveljutsu-zap)[roomify/bat

A booking and availability management library

162148.9k](/packages/roomify-bat)[kirouane/interval

Library to handel intervals

2878.4k](/packages/kirouane-interval)

PHPackages © 2026

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