Download the PHP package firesphere/twistedbox-loader without Composer

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

Twisted Bytes Vagrant

This is a base installer for the Twisted Bytes Vagrant box plus SilverStripe.

It's a slightly customised version of the default installation.

It will install a base SilverStripe, or go with your existing git repository.

Assumed is a SilverStripe installation. It will set you up with a working system to continue developing.

Author

Simon Firesphere Erkelens

Requirements

Installation

Download the vagrantrunner.phar file from the build directory to your root where you have your sites.

For example, if all your sites are located in users/sites, put the vagrantrunner.phar in that directory. Sites will be created in subdirectories of the .phar file's location.

Optionally, install the phar globally by copying it to /usr/local/bin/vagrantrunner, so you can kickstart a machine from anywhere.

Usage

To start a bare SilverStripe project

php vagrantrunner.phar init projectname

To start a project from existing Git sources

php vagrantrunner.phar init projectname [email protected]:yourProject.git

To destroy a box (to free up space)

This will not destroy your project files, only the Vagrant machine.

After running the init, your box is ready to go. The admin username and password are: admin:password. Since it's a local isolated machine, this is not a security issue immediately, but you are free to change it.

Versioning

As of version 1.0, all recent SilverStripe branches are pulled from the remote to give you the choice to install a specific branch.

Version 1.0 is the final release before implementation of box selection.

Suggested Vagrant plugins

Customisations

For testing purposes, we're not using the ini configuration that's in private. I suggest on live sites, you do. Running Behat from your host machine, causes issues because it can't read the ini correctly. Besides that, Behat requires root privileges. Therefore, the environment is hardcoded to root with empty password.

Todo

Suggestions

Yes, welcome.

cow?

Ofcourse!


All versions of twistedbox-loader with dependencies

PHP Build Version
Package Version
Requires php Version ^5.6
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 firesphere/twistedbox-loader contains the following files

Loading the files please wait ....