1.2.5 • Published 6 years ago

phar-fs v1.2.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Motivation

phar-fs is a simple fs wrapper for the phar-stream API. It allows phar archive (PHP archive) file extraction for nodejs. It's mosly intended to be used via cnyks

Build Status Coverage Status Version License Code style

API

extract (return Promise)

var phar = require('phar-fs');
phar.extract("somephar_path.phar").then(function() { console.log("All done") });

Credits / see also

License

MIT

1.2.5

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago