Download the PHP package org_heigl/wordpress_bootstrap without Composer

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

Wordpress bootstrap

Easy installation of a ready-to-use wordpress using composer and vagrant

Prerequisites:

for this to work you need a working installation of

Installation

  1. Create a new Project:
  2. Answer some questions during the installation. You can press 'enter' for the default values.
  3. into the new folder:
  4. start the VM:
  5. Point your browser to http://127.0.0.1:8080.
  6. There is no step 6

You can use "wpadmin" and "password" to log into your fresh wordpress-installation.

Plugin- and Theme-management

This installation contains a plugin that keeps activated plugins in sync with your -file.

Tha tway you can use the wordpress-plugin and theme-repository to find your favourite plugins abd themes but you can rest assured that those will be available in your composer.json-file as well

That way you can add this project to your VCS of choice and transfer minimal data to any other machine and with a you will have a copy of your wordpress-installation.

For more informations on how the plugins and themes are added to the composer.json-file and how to add your own stuff that is not hosted on the wordpress-repository have a look at https://github.com/heiglandreas/wp_talkToComposer

Currently only the setup is automated. If you have further ideas or want to implement something feel free to open an issue or pull-request.

More details:

Wordpress is installed into a folder and the wp_content-folder is taken out of that installation and put beside that wp-folder as . If you want to adapt those settings have a look at the right inside the main folder.


All versions of wordpress_bootstrap with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
johnpbloch/wordpress Version ^4.3
wpackagist-theme/twentyfourteen Version ^1.5
org_heigl/talk_to_composer Version ^1.0
wpackagist-plugin/wp-cfm Version dev-trunk
wp-cli/wp-cli Version ^0.24.1
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 org_heigl/wordpress_bootstrap contains the following files

Loading the files please wait ....