Download the PHP package hilenium/homestead-symfony2 without Composer

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

Homestead Customization for Symfony2

This is a fork of the Laravel Homestead development environment customized for Symfony2 by Hilenium.

Specifications

Requirements

The Homestead requires Vagrant, Virtualbox to work.

phpmyadmin Credentials

Login at [http://phpmyadmin.app]

MySQL Credentials

Installation

Install Homestead-Symfony2 with composer

Usage

Initialization

To initialize a machine use the init option. This will install this Symfony2 box

Configuration

To configure your environment use the edit option.

Parameters

ip

The ip address of the Homestead machine to your system.

memory

The amount of RAM memory of the virtual machine.

cpus

The number of virtual CPU's of the virtual machine.

authorize

The SSL key to allow the communication between virtual and host machines.

folders

The folder mapping from your host machine (map) to be available on the virtual machine (to).

sites

The sites you want to configure on the virtual machine. The configuration will be executed where you run the homestead provision or homestead up --provision commands.

databases

The databases you want to automatically create on the virtual machine.

variables

The environment variables you want available on the virtual machine.

Set your SSL key

To allow the access over SSH you must set your SSL key.

Example

This is an example of the implementation of a Symfony2 application in the symfony.app url.

  1. Associate the domain to the /etc/hosts file to the 192.168.10.10 IP address

  2. Edit the homestead to make the new application available for your host system

Commands

Initialize the structure

Edit the configuration

Start the machine

Stop the machine

Provision the configuration

Access te machine over SSH

Official documentation

The official Laravel local development environment.

Official documentation is located here.


All versions of homestead-symfony2 with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
symfony/console Version ~2.0
symfony/process Version ~2.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 hilenium/homestead-symfony2 contains the following files

Loading the files please wait ....