Download the PHP package nyx-solutions/nyx-mercurius without Composer

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

NYX Mercurius

NYX Mercurius é uma biblioteca para gerenciamento de projetos com WP-CLI.

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads composer.lock

Instalação

O método indicado para instalação da biblioteca é o composer.

Rode

ou adicione

à seção require do seu arquivo composer.json.

Comandos do Mercurius

Global

Para utilizar os comandos desta biblioteca, adicione o trecho abaixo em seu arquivo wp-config.php após as definições de constantes (o trecho /** @noinspection PhpFullyQualifiedNameUsageInspection */ pode se você utilizar use nyx\mercurius\wp\cli\Mercurius no início do arquivo):

Os três últimos parâmetro se referem a um repositório exclusivo de plugins (referenciado na configuração como este exemplo: %PLUGINS_REPOSITORY%/my-plugin.zip). O repositório deve estar com autenticação BASIC e o usuário e senha liberados devem ser informados no segundo e terceiro parâmetros.

Project

Version

Informa a versão atual do nyx project, exemplo:

Configure

Configura um projeto com base em um arquivo de configurações (wp-project/environments.json) e em um ambiente específico. O arquivo base de configuração deve ter a estrutura abaixo:

Exemplo de execução do comando:

Changelog

1.1.3

1.1.2

1.1.1

1.1.0

License

nyx-mercurius é distribuído sob a licença BSD 3-Clause. Verifique o arquivo LICENSE.md para detalhes.


All versions of nyx-mercurius with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4.0
ext-json Version *
composer-runtime-api Version ^2.0
wp-cli/wp-cli Version ~2.4.1
php-curl-class/php-curl-class Version ~9.1.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 nyx-solutions/nyx-mercurius contains the following files

Loading the files please wait ....