Download the PHP package lightspeeddevelopment/tour-operator without Composer

On this page you can find all versions of the php package lightspeeddevelopment/tour-operator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package tour-operator

Projects Bot

Purpose. Automates labels and syncs Issues/PRs into GitHub Projects (Status / Priority / Type) across LightSpeed repos. Runs entirely in GitHub Actions using a GitHub App installation token—no external server, no user OAuth.

What it does.

Workflows.

Required Project fields. Single‑select options must match these values (or update the workflow mapping):

GitHub App (recommended).

PAT fallback (optional). If you can’t use a GitHub App, set LS_PROJECT_PAT (fine‑grained/classic PAT with Projects read/write + Repo read) and change github-token: inputs accordingly.

Security. No webhooks or callback URL required; the App only grants Actions a short‑lived installation token. Keep the private key in Actions secrets.

Troubleshooting.


Setup Projects Automation

Follow these steps once per organisation; then drop the workflows into any repo that should be automated.

1) Create & install the GitHub App

  1. Org Settings → Developer settings → GitHub Apps → New GitHub App.
  2. Name it (e.g. LightSpeed Projects Bot). Webhooks/callback not needed.
  3. Permissions: Org → Projects Read & write. Repo → Issues Read, Pull requests Read, Contents Read.
  4. Generate private key (download .pem).
  5. Install the App to the org (all or selected repos).

2) Add Actions secrets & variables

At the org level (recommended) or per repo:

CLI (example):

3) Create/align Project fields

In your Project (Beta), add single‑select fields with these options:

4) Add the workflows & label config

Commit these files to each target repo (or call reusable workflows from .github):

5) Protect branches & adopt branch naming

6) Smoke test (5 minutes)

  1. Create an issue → should get status:needs-triage, be added to the Project, and have Status Triage.
  2. Open a PR from feat/my-change → labeler applies area/lang labels; PR gets status:needs-review; Project fields set (Status In review, Type Feature).
  3. Merge the PR → Project Status becomes Done.

7) Roll out at scale

8) FAQ


All versions of tour-operator with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
composer/installers Version ^2.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package lightspeeddevelopment/tour-operator contains the following files

Loading the files please wait ...