Download the PHP package arispati/phpdev without Composer

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

PhpDev

PhpDev is a local PHP development environment inspired by Laravel Valet for WSL on Windows.

Installation

PhpDev requires WSL on Windows with Ubuntu OS, Nginx and Homebrew.

Before installation, you should make sure that no other programs such as Apache that binding to your local machine's port 80.

To get started, you first need to ensure that Homebrew is up to date using the update command:

Next, you should use Homebrew to install PHP:

After installing PHP, you are ready to install the Composer package manager. After Composer has been installed, you may install PhpDev as a global Composer package:

Make sure the $HOME/.config/composer/vendor/bin directory is in your system's "PATH".

Finally, you may execute PhpDev's install command. This will configure and install PhpDev services. In addition, the daemons PhpDev depends on will be configured to launch when your system starts:

Upgrading

You may update your PhpDev installation by executing the composer global require arispati/phpdev command in your terminal. After upgrading, it is good practice to run the phpdev install command so PhpDev can make additional upgrades to your configuration files if necessary.

Commands

Command Description
install Install PhpDev services
start Start PhpDev services
stop Stop PhpDev services
restart Restart PhpDev services
links Show all linked sites
link Link the current working directory
proxy Add proxy site
unlink Unlink site
switch Switch PHP version for the site
list Display a list of all commands

Link Command

phpdev link [path] [-s|--site=] [-p|--php=]

Arguments Description Default
path Root directory path for the site Current directory path
-s, --site Site name Current directory name
-p, --php Which php version to use Current php version

Example:

Link laravel.test with public folder as web root directory

:information_source: You still have to add laravel.test to the hosts file on windows

Proxy Command

phpdev proxy site destination

Arguments Description
site Site name
destination Proxy destination

Example:

Proxy laravel.test to http://127.0.0.1:8000

Unlink Command

phpdev unlink site

Arguments Description
site Site name

Example:

Remove laravel.test

Switch command

phpdev switch site php

Arguments Description
site Site name
php PHP version

Example:

Switch php version of laravel.test to PHP 8.4


All versions of phpdev with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
mnapoli/silly Version ^1.9
symfony/process Version ^7.1
illuminate/collections Version ^11.0
illuminate/container Version ^11.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 arispati/phpdev contains the following files

Loading the files please wait ....