OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
aws-ses
/
vendor
/
mtdowling
/
jmespath.php
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2024 10:50:15 AM
rwxr-xr-x
📁
.git
-
08/14/2024 10:55:53 AM
rwxr-xr-x
📄
.gitattributes
177 bytes
08/14/2024 10:50:15 AM
rw-r--r--
📁
.github
-
08/14/2024 10:52:56 AM
rwxr-xr-x
📄
.gitignore
81 bytes
08/14/2024 10:50:15 AM
rw-r--r--
📄
CHANGELOG.md
2.41 KB
08/14/2024 10:50:15 AM
rw-r--r--
📄
LICENSE
1.08 KB
08/14/2024 10:50:15 AM
rw-r--r--
📄
Makefile
284 bytes
08/14/2024 10:50:15 AM
rw-r--r--
📄
README.rst
4.06 KB
08/14/2024 10:50:15 AM
rw-r--r--
📁
bin
-
08/14/2024 10:51:26 AM
rwxr-xr-x
📄
composer.json
1.01 KB
08/14/2024 10:50:15 AM
rw-r--r--
📄
phpunit.xml.dist
629 bytes
08/14/2024 10:50:15 AM
rw-r--r--
📁
src
-
08/14/2024 10:51:27 AM
rwxr-xr-x
📁
tests
-
08/14/2024 10:52:57 AM
rwxr-xr-x
Editing: Makefile
Close
all: clean coverage test: vendor/bin/phpunit coverage: vendor/bin/phpunit --coverage-html=artifacts/coverage view-coverage: open artifacts/coverage/index.html clean: rm -rf artifacts/* rm -rf compiled/* perf: php bin/perf.php .PHONY: test coverage perf