Download the PHP package anklimsk/wpkg-express-2 without Composer

On this page you can find all versions of the php package anklimsk/wpkg-express-2. 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 wpkg-express-2

WPKG Express 2

Build Status Latest Stable Version License: GPL v3

A web-based frontend to WPKG

WPKG Express 2 based on wpkgExpress by Brian White ©2009.

WPKG is an automated software deployment, upgrade and removal program for Windows.

WPKG Express 2 UI

WPKG Express 2 UI

See the project presentation.

This frontend to WPKG provides next features:

Requirements

Not necessary

Installation

  1. Install WPKG Express 2 using composer: composer create-project anklimsk/wpkg-express-2 /var/www/wpkg, where /var/www/wpkg is Document Root directory. Or just download the latest release from releases and extract the archive to the Document Root directory.
  2. Set the DocumentRoot directive for the domain to /var/www/wpkg/app/webroot.
  3. Make sure that an .htaccess override is allowed and that AllowOverride is set to All for the correct DocumentRoot. For users having apache 2.4 and above, you need to modify the configuration file for your httpd.conf or virtual host configuration to look like the following:

  4. If you are using OPcache you should set the opcache.blacklist_filename configuration value with a file path to your blacklist (View cache):
    • For example, create a new file: /etc/php/7.4/apache2/opcache-blacklist.txt;
    • Specify the path for excluding files, e.g.: /var/www/wpkg/app/tmp/cache/views/wpkg_*.php;
    • Add the blacklist file path to your php.ini file: opcache.blacklist_filename=/etc/php/7.4/apache2/opcache-blacklist.txt;
    • Reload apache configuration: sudo service apache2 reload.
  5. Navigate to the directory app application (/var/www/wpkg/app), and run the following command: sudo ./Console/cake CakeInstaller to start interactive shell of installer.
  6. After the installation process is complete, in your browser go to the link https://wpkg.fabrikam.com/settings to change settings of application, where https://wpkg.fabrikam.com - base URL of installited WPKG Express 2.
  7. Fill in the fields in the Authentication group settings (if required) and click the Save button.

Update

Update frontend to WPKG

Using

Using this frontend to WPKG

Links

Project icon

Part of: WPKG logo was contributed by Eric Le Henaff

License

GNU GENERAL PUBLIC LICENSE Version 3


All versions of wpkg-express-2 with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.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 anklimsk/wpkg-express-2 contains the following files

Loading the files please wait ....