Download the PHP package fostermadeco/rokanan without Composer

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

[DEPRECATED] Rokanan

“Hail Rokanan, my guest. Tell me why you go south.”

“I go to find my enemy, Lady. I hope to enter their . . . their castle, and make use of their . . . message-sender, to tell the League they are here.”

— “Rocannon’s World”, Ursula K. Le Guin

Rokanan is a tool to simplify provisioning standard development environments across teams. It is effectively a wrapper for Vagrant and, as its eponym might suggest, Ansible.

Prerequisites

Installation

Install Rokanan into your project with

To facilitate invoking the locally installed rokanan, prepend ./vendor/bin to your PATH.

NB: Global installation is no longer supported.

Note on Homebrew

Because Homebrew/php was deprecated earlier this year and migrated to Homebrew Core, you may also experience inconsistencies or unexpected behavior with PHP on your host machine if you have made any changes to the brew-installed PHP since March. It may be advisable at your discretion to thoroughly uninstall Homebrew and reinstall it — more than one of us has done this without adverse effects.

If you do uninstall it, you may also want to follow the uninstaller’s advice and delete any or all of the non-empty directories that the uninstaller lists upon completion. The one exception is /usr/local/etc unless you do not have any self-signed certs stored in /usr/local/etc/ssl/certs.

Note on GNU coreutils

If you have GNU coreutils installed through Homebrew (or otherwise), you may occasionally see the following warning:

You can safely ignore it. If it truly bothers you, pick a folder in your PATH that has precedence over /usr/local/opt/coreutils/libexec/gnubin. In that folder, create a symlink to /bin/stty.

Features

The primary feature while Rokanan is still in beta is that it provides access to custom Ansible roles so we can avoid the confusion and complexity of including them as a Git submodule in projects.

There are also a couple of beta-release commands you can run — your feedback on their functionality is welcome and desired!

rokanan init

This will help you initialize a project interactively.

rokanan trust-cert

Run this after vagrant up to automatically trust the self-signed cert (only supported on macOS).

rokanan check

This will report whether or not your system is optimized for use with Rokanan.

rokanan connect

This is effectively a wrapper around vagrant ssh. All wrapped vagrant commands automatically set the VAGRANT_USE_VAGRANT_TRIGGERS=1 environment variable to suppress the 2.1+ warning regarding the vagrant-triggers plugin vs core functionality.

rokanan run [subcommand]

This will run a command inside the provisioned VM without creating a session. The command will be run in the project directory (/var/www/{{ hostname }}).


All versions of rokanan with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.3
symfony/console Version ^4.4
symfony/process Version ^4.4
symfony/debug Version ^4.4
symfony/filesystem Version ^4.4
symfony/finder Version ^4.4
symfony/yaml Version ^4.4
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 fostermadeco/rokanan contains the following files

Loading the files please wait ...