diversen/mirror-path

Mirror a filesystem path

Installs: 79

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/diversen/mirror-path

1.0.4 2016-11-19 14:50 UTC

This package is auto-updated.

Last update: 2025-09-20 11:03:36 UTC


README

Mirror a path to another path, while keeping permissions. Options for:

  • deleteBefore (delete before mirroring)
  • allowTypes (set types to be mirrored, .e.g ['php', 'md']
  • disallowTypes (set types to disallow, e.g. ['exe']

Install

composer require diversen/mirror-path

Usage

See example