/
var
/
www
/
flurhymez
/
vendor
/
phar-io
/
manifest
/
/var/www/flurhymez/vendor/phar-io/manifest
mkdir
upload
Name
Size
Mode
Actions
src/
-
0755
rm
CHANGELOG.md
1220
0644
edit
dl
rm
composer.json
874
0644
edit
dl
rm
composer.lock
2296
0644
edit
dl
rm
LICENSE
1632
0644
edit
dl
rm
README.md
1225
0644
edit
dl
rm
Edit:
/var/www/flurhymez/vendor/phar-io/manifest/README.md
(1225B)
# Manifest Component for reading [phar.io](https://phar.io/) manifest information from a [PHP Archive (PHAR)](http://php.net/phar). [](https://travis-ci.org/phar-io/manifest) [](https://scrutinizer-ci.com/g/phar-io/manifest/?branch=master) [](https://insight.sensiolabs.com/projects/d8cc6035-69ad-477d-bd1a-ccc605480fd7) ## Installation You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/): composer require phar-io/manifest If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency: composer require --dev phar-io/manifest ## Usage ```php use PharIo\Manifest\ManifestLoader; use PharIo\Manifest\ManifestSerializer; $manifest = ManifestLoader::fromFile('manifest.xml'); var_dump($manifest); echo (new ManifestSerializer)->serializeToString($manifest); ```
Save
cmd:
run