X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/vendor/phar-io/manifest
home
/
gfecatvj
/
sites
/
realesbar-X
/
vendor
/
phar-io
/
manifest
/
📁
..
📄
.gitignore
(63 B)
📄
.php_cs
(1.9 KB)
📄
.travis.yml
(533 B)
📄
LICENSE
(1.58 KB)
📄
README.md
(1.2 KB)
📄
build.xml
(1.98 KB)
📄
composer.json
(847 B)
📄
composer.lock
(2.23 KB)
📁
examples
📄
phive.xml
(172 B)
📄
phpunit.xml
(742 B)
📁
src
📁
tests
Editing: README.md
# 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); ```
Upload File
Create Folder