Download the PHP package u-deploy/taxi without Composer

On this page you can find all versions of the php package u-deploy/taxi. 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 taxi

Taxi

Latest Version on Packagist Total Downloads

Introduction

A multi-site manager for Laravel Valet. Easily manage local deployments of multiple web applications, for easier developer startup. Quickly reset site managed by uDeploy Taxi, stashing changes as needed to bring all sites up to date fast, ideal for QA and local Testers.

Get Started

Prerequisite:

This application requires Laravel Valet to be installed.

First install via composer;

composer global require u-deploy/taxi

Ensure that the ~/.composer/vendor/bin is in your PATH.

Then run:

taxi install

In order to run certain commands (like Valet) sudo is required. Running this command will add taxi to the sudoer file.

taxi trust

If you wish to remove this privilege then run: taxi trust --off

Start using Taxi.

  1. Generate a taxi.json file in a empty directory.

Running this command

taxi call

Will place an example taxi.json file in the current directory.

  1. Use an existing taxi.json file hosted anywhere.

taxi call https://raw.githubusercontent.com/u-deploy/taxi/main/cli/stubs/taxi.json

Will download the taxi.json file into the current directory.

Build

Once you have the taxi.json file in the directory and set-up for your needs, you can then run

taxi build

This will clone the repos listed in the taxi.json file and also any build commands defined. The site will automatically be linked with Laravel Valet and isolate PHP version (if set) and enable https (secure).

Once the build is successful, you can start using your interlinked applications.

Reset

Ideal for QA or testers, or maybe a general reset for local development. Running;

taxi reset

Will reset any repositories listed in the taxi.json back to their defined default branches. Any uncommited changes will be stashed. Also the reset commands will be run, this is ideal if assets need to be recompiled.

Commands

Below is a comprehensive list of available commands:

List all commands available by Taxi

Install taxi locally, this creates a symlink to your users bin.

Adds taxi to sudoers so that commands can be run silently.

Removes taxi from sudoers.

Generate an example taxi.json file in the current directory.

Pull a taxi.json configuration from an external site or repository.

Downloads all sites and runs the associated commands, build hooks run first followed by site specific post-build commands.

Resets all sites back to the default branch, stashing changes. Then runs reset hooks followed by site specific post-reset commands.

List all Laravel Valet sites, including if used their taxi.json configuration files

License

uDeploy Taxi is open-sourced software licensed under the MIT license.


All versions of taxi with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
laravel/valet Version ^4.0
guzzlehttp/guzzle Version ^7.5
illuminate/collections Version ^8.0|^9.0|^10.5
illuminate/support Version ^8.0|^9.0|^10.5
opis/json-schema Version ^2.3
symfony/process Version ^5.0|^6.0
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 u-deploy/taxi contains the following files

Loading the files please wait ....