checkout repository
gh repo clone czarte/basicXMLparsercheckout submodules
git submodule initgit submodule updatecomposer install
cd XMLparserAppcomposer installtouch .envcd ..create ssh keys into certs directory
mkdir certs && cd certsopenssl req -x509 -new -out projectcert.crt -keyout projectcert.key -days 365 -newkey rsa:4096 -sha256 -nodescd ..docker-compose
docker-compose -p xmlparser_vojtechparkan up -drun php unit tests
./vendor/bin/phpunittesting XML on localhost
http://localhost:8006/test/export_one.xml.zip
Latest commit
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|