PHPackages                             qloapps-test/qloapps-unit-tests - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. qloapps-test/qloapps-unit-tests

ActiveProject[Testing &amp; Quality](/categories/testing)

qloapps-test/qloapps-unit-tests
===============================

QloApps is an Open-source and Free hotel reservation system and booking engine. With the help of QloApps, you can launch your hotel booking website without any cost and take &amp; manage online bookings.

v2.0.0(1mo ago)013OSL-3.0PHPPHP &gt;8.0 &lt;8.5

Since May 1Pushed 4w agoCompare

[ Source](https://github.com/Azhar-Webkul/packgist-test-qloapps)[ Packagist](https://packagist.org/packages/qloapps-test/qloapps-unit-tests)[ Docs](https://qloapps.com)[ RSS](/packages/qloapps-test-qloapps-unit-tests/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

 [![QloApps](https://camo.githubusercontent.com/216d56a07b66f32936fd9f28c027e807aa478ef3bab7183656ab72cbb6569aa7/68747470733a2f2f666f72756d732e716c6f617070732e636f6d2f6173736574732f75706c6f6164732f73797374656d2f736974652d6c6f676f2e706e673f763d686b6c386531323330666f)](https://www.qloapps.com)
 **QloApps - An open source and free platform to launch your own hotel booking website**

 [![Download](https://camo.githubusercontent.com/f6c74fd0a56f7ac6106423f8b86e27a55ca76aff8ac2445572918bd665fe6345/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f776e6c6f61642d446f776e6c6f6164253230516c6f417070732532302d627269676874677265656e)](https://qloapps.com/download/) [![Documentation](https://camo.githubusercontent.com/a3e264144cc89d344d7b43697df64ba8d10a2e671bb8b86c5bcf1e930033e3f7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f63756d656e746174696f6e2d426c6f672d79656c6c6f77677265656e)](https://docs.qloapps.com/) [![Forum](https://camo.githubusercontent.com/1cc68c801001305d963d53d756d21485b5d68abbaafd6ba43db00a4336a06b41/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f466f72756d2d48656c70253246537570706f72742d677265656e)](https://forums.qloapps.com/) [![Addons](https://camo.githubusercontent.com/038f90a256ac68463d58bd8b19f81b70b0ea0f26058976adc92b0ac0b87bea2d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4164646f6e732d506c7567696e732d626c756576696f6c6574)](https://qloapps.com/addons/) [![Contact us](https://camo.githubusercontent.com/8a4b1398d424494bfbe5f249f9b39736030e6f98fe10c8e1f01dc9ac1f6b4948/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f6e746163742d476574253230496e253230546f7563682d626c7565)](https://qloapps.com/contact/) [![License](https://camo.githubusercontent.com/9444bdf05125549d1eb027f675d86989edbbac7479e86d561c4f7637e6c3aebc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4f534c25323056332d677265656e)](/LICENSE.md)

Topics
------

[](#topics)

- [Topics](#topics)
    - [Introduction](#introduction)
    - [Requirements](#requirements)
        - [Hosted Server Configurations](#hosted-server-configurations)
        - [Local Server Configurations](#local-server-configurations)
    - [Installation and Configuration](#installation-and-configuration)
    - [License](#license)
    - [Security Vulnerabilities](#security-vulnerabilities)
    - [Documentation &amp; Demo](#documentation--demo)
        - [QloApps Documentation](#qloapps-documentation)
        - [QloApps Demo](#qloapps-demo)
    - [Contribute](#contribute)
    - [Credits](#credits)

### Introduction

[](#introduction)

QloApps is one kind of a true open-source hotel reservation system and a booking engine. The system is dedicated to channeling the power of the open-source community to serve the hospitality industry.

From small independent hotels to big hotel chains, QloApps is a one-stop solution for all your hotel business needs.

You will be able to launch your hotel website, showcase your property and take and manage bookings.

### Requirements

[](#requirements)

In order to install QloApps you will need the following server configurations for hosted and local serves. The system compatibility will also be checked by the system with installation and if the server is not compatible then the installation will not move ahead.

#### Hosted Server Configurations

[](#hosted-server-configurations)

- **Web server**: Apache 1.3, Apache 2.x, Nginx or Microsoft IIS
- **PHP version**: PHP 8.1+ to PHP 8.4
- **MySQL version**: 5.7+ to 8.4 installed with a database created
- SSH or FTP access (ask your hosting service for your credentials)
- In the PHP configuration ask your provider to set memory\_limit to "128M", upload\_max\_filesize to "16M" , max\_execution\_time to "500" and allow\_url\_fopen "on"
- SSL certificate if you plan to process payments internally (not using PayPal for instance)
- **Required PHP extensions**: PDO\_MySQL, cURL, OpenSSL, SOAP, GD, SimpleXML, DOM, Zip, Phar

#### Local Server Configurations

[](#local-server-configurations)

- **Supported operating system**: Windows, Mac, and Linux
- **A prepared package**: WampServer (for Windows), Xampp (for Windows and Mac) or EasyPHP (for Windows)
- **Web server**: Apache 1.3, Apache 2.x, Nginx or Microsoft IIS
- **PHP**: PHP 8.1+ to PHP 8.4
- **MySQL** 5.7+ to 8.4 installed with a database created
- In the PHP configuration, set memory\_limit to "128M", upload\_max\_filesize to "16M" and max\_execution\_time to "500"
- **Required PHP extensions**: PDO\_MySQL, cURL, OpenSSL, SOAP, GD, SimpleXML, DOM, Zip, Phar

### Installation and Configuration

[](#installation-and-configuration)

**1.** You can install QloApps easily after downloading QloApps. There are easy steps for the installation process. Please visit [QloApps Installation Guide](https://qloapps.com/install-qloapps/) and follow the steps for the successful installation.

**2.** Or you can install QloApps with docker image. For the docker image of QloApps, please visit [Dockerize image of QloApps](https://hub.docker.com/r/webkul/qloapps_docker)

- Docker pull command

```
docker pull webkul/qloapps_docker

```

### License

[](#license)

QloApps Core is licensed under OSL-3.0 and Modules authored by Webkul have their applicable license, LICENSE.md, kept inside their root directories, while other modules are licensed under AFL-3.0.

The online copy of OSL-3.0 can be found at .

The online copy of AFL-3.0 can be found at .

### Security Vulnerabilities

[](#security-vulnerabilities)

Please don't disclose security vulnerabilities publicly. If you find any security vulnerability in QloApps then please email us: .

### Documentation &amp; Demo

[](#documentation--demo)

#### QloApps Documentation

[](#qloapps-documentation)

#### QloApps Demo

[](#qloapps-demo)

**Link** :
**username** :
**Password** : demodemo

### Contribute

[](#contribute)

As a PHP developer who has command on PHP and MySQL and also knows how to use Git or GitHub efficiently, can contribute to code enhancements via pull requests.
For more information about the contribution process please check **[Contribute to QloApps](/CONTRIBUTING.md)**

### Credits

[](#credits)

Crafted with ❤️ at [Webkul](https://webkul.com)

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance93

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

4

Last Release

39d ago

Major Versions

v1.1.0 → v2.0.02026-05-01

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/106708211?v=4)[Azhar Mohammad Bhat](/maintainers/azharbhat)[@Azharbhat](https://github.com/Azharbhat)

---

Top Contributors

[![Azhar-Webkul](https://avatars.githubusercontent.com/u/198869080?v=4)](https://github.com/Azhar-Webkul "Azhar-Webkul (4 commits)")

---

Tags

cmsproperty-managementbookinghotelbooking enginehospitalityreservationhotel-managementqloapps

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/qloapps-test-qloapps-unit-tests/health.svg)

```
[![Health](https://phpackages.com/badges/qloapps-test-qloapps-unit-tests/health.svg)](https://phpackages.com/packages/qloapps-test-qloapps-unit-tests)
```

###  Alternatives

[infection/infection

Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults.

2.2k27.9M2.2k](/packages/infection-infection)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M195](/packages/sulu-sulu)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k11](/packages/tempest-framework)[amabnl/amadeus-ws-client

SOAP Web Service client library for interacting with the Amadeus GDS through its SOAP interface

205261.5k](/packages/amabnl-amadeus-ws-client)

PHPackages © 2026

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