2017 © Pedro Peláez
 

library file-mapping

File mapping library

image

mediact/file-mapping

File mapping library

  • Tuesday, December 19, 2017
  • by mediactbv
  • Repository
  • 3 Watchers
  • 0 Stars
  • 3,837 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 49 % Grown

The README.md

Scrutinizer Code Quality, (*1)

[ABANDONED] file-mapping

A PHP package for mapping files from one location to another. It is used by the mediact/composer-file-installer package to move installed files according to the location mapping., (*2)

Usage examples

<?php 
/** 
* Create a mapping.
*/
 $mapping = new UnixFileMapping(
      __DIR__ . '/../folder/files',
      getcwd(),
      ['./dir/one','./dir/two']

  );

/**
* Get the relative path to the source file.
*/
$mapping->getRelativeSource();

/**
* Get the absolute path to the source file.
*/
$mapping->getSource();

/**
* Get the relative path to the destination file.
*/
$mapping->getRelativeDestination();

/**
* Get the absolute path to the destination file.
*/
$mapping->getDestination();

The Versions

19/12 2017

dev-master

9999999-dev

File mapping library

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by MediaCT B.V.

19/12 2017

1.0.3

1.0.3.0

File mapping library

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by MediaCT B.V.

18/12 2017

dev-feature/AEQ-290

dev-feature/AEQ-290

File mapping library

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by MediaCT B.V.

01/09 2017

1.0.2

1.0.2.0

File mapping library

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by MediaCT B.V.

01/09 2017

dev-feature/lisence

dev-feature/lisence

File mapping library

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by MediaCT B.V.

31/08 2017

1.0.1

1.0.1.0

File mapping library

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

by MediaCT B.V.

10/05 2017

1.0.0

1.0.0.0

File mapping library

  Sources   Download

proprietary

The Requires

  • php ^7.0

 

The Development Requires

by MediaCT B.V.