2017 © Pedro Peláez
 

composer-installer webroot-installer

A composer installer for libraries that live in an application webroot.

image

fancyguy/webroot-installer

A composer installer for libraries that live in an application webroot.

  • Saturday, June 9, 2018
  • by sbuzonas
  • Repository
  • 6 Watchers
  • 85 Stars
  • 642,763 Installations
  • PHP
  • 30 Dependents
  • 0 Suggesters
  • 13 Forks
  • 3 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

A Webroot Composer Library Installer

Build Status, (*1)

This is for PHP packages that support composer to configure in their composer.json. It will allow a root package to define a webroot directory and webroot package and magically install it in the correct location., (*2)

Example composer.json File

json { "name": "fancyguy/www-fancyguy-com", "description": "Package to build www.fancyguy.com", "authors": [ { "name": "Steve Buzonas", "email": "steve@fancyguy.com" } ], "repositories": [ { "type": "package", "package": { "name": "wordpress/wordpress", "type": "webroot", "version": "4.5.1", "dist": { "type": "zip", "url": "https://wordpress.org/wordpress-4.5.1-no-content.zip" }, "require": { "fancyguy/webroot-installer": "^1.0" } } } ], "require": { "wordpress/wordpress": "4.5.*" }, "extra": { "webroot-dir": "content", "webroot-package": "wordpress/wordpress" } }, (*3)

This would install the defined wordpress/wordpress package in the content directory of the project., (*4)

Warning

Setting the webroot-dir to a non-empty directory will delete the contents in most cases. It is recommended to use a clean target within your project directory., (*5)

The Versions

09/06 2018

dev-master

9999999-dev http://fancyguy.github.com/webroot-installer/

A composer installer for libraries that live in an application webroot.

  Sources   Download

BSD-3-Clause

The Development Requires

15/03 2013

1.1.0

1.1.0.0 http://fancyguy.github.com/webroot-installer/

A composer installer for libraries that live in an application webroot.

  Sources   Download

BSD-3-Clause

The Development Requires

29/01 2013

1.0.0

1.0.0.0 http://fancyguy.github.com/webroot-installer/

A composer installer for libraries that live in an application webroot.

  Sources   Download

BSD-3-Clause

The Development Requires