PHPackages                             apothan/open-tour-website-lib - 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. apothan/open-tour-website-lib

ActiveLibrary

apothan/open-tour-website-lib
=============================

CMS for a travel website

01192PHP

Since Oct 14Pushed 4y ago2 watchersCompare

[ Source](https://github.com/apothan/open-tour-website-lib)[ Packagist](https://packagist.org/packages/apothan/open-tour-website-lib)[ RSS](/packages/apothan-open-tour-website-lib/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

open-tour-website-lib
=====================

[](#open-tour-website-lib)

If you want to see what this library does and how the pages look you should look at

Follow the README file on that repo

Instructions to use this lib in a Symfony project:

Create a new Symfony project

```
symfony new my-open-tour-website
cd my-open-tour-website

```

Include the library using composer

```
composer require apothan/open-tour-website-lib dev-main
composer require symfony/webpack-encore-bundle
composer require symfony/security-bundle

```

Include the library using yarn

```
yarn add bootstrap
yarn add jquery
yarn add popper.js
yarn add @popperjs/core

```

Edit webpack.config.js entry from

```
.addEntry('app', './assets/js/app.js')

```

To

```
.addEntry('app', './vendor/apothan/open-tour-website-lib/assets/js/app.js')
.addEntry('tourcategories', './vendor/apothan/open-tour-website-lib/assets/js/tourcategories.js')
.addEntry('tourfeatures', './vendor/apothan/open-tour-website-lib/assets/js/tourfeatures.js')
.addEntry('toursells', './vendor/apothan/open-tour-website-lib/assets/js/toursells.js')
.addEntry('touritinerary', './vendor/apothan/open-tour-website-lib/assets/js/touritinerary.js')

```

Add this configuration to your .env file

```
###> apothan/open-tour-website-li ###
API_EXTERNAL=true
API_URL=apiurl.com
API_BOOKING_URL=apiurl.com/booking/{id}
API_USER=myusername
API_PASSWORD=mypassword
###> apothan/open-tour-website-li ###

```

Copy the file called apothan\_open\_tour\_lib.yaml located in the config folder of the bundle and add it to the config/routes/ directory of your project.

clear cache

```
php bin/console cache:clear

```

Add your DB details in the .env file

Requires:

```
Composer >= 2.0
NodeJS >= 12.13.0

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 54.5% 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.

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/6620308?v=4)[Kevin](/maintainers/ktello)[@ktello](https://github.com/ktello)

---

Top Contributors

[![ktello](https://avatars.githubusercontent.com/u/6620308?v=4)](https://github.com/ktello "ktello (48 commits)")[![apothan](https://avatars.githubusercontent.com/u/4775046?v=4)](https://github.com/apothan "apothan (37 commits)")[![Raoul-Duke](https://avatars.githubusercontent.com/u/4819362?v=4)](https://github.com/Raoul-Duke "Raoul-Duke (2 commits)")[![Clicct](https://avatars.githubusercontent.com/u/4764776?v=4)](https://github.com/Clicct "Clicct (1 commits)")

### Embed Badge

![Health badge](/badges/apothan-open-tour-website-lib/health.svg)

```
[![Health](https://phpackages.com/badges/apothan-open-tour-website-lib/health.svg)](https://phpackages.com/packages/apothan-open-tour-website-lib)
```

PHPackages © 2026

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