Download the PHP package soarce/application without Composer
On this page you can find all versions of the php package soarce/application. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package application
soarce/application 
Version: 1.0.0
Overview
This package is the application part of SOARCE - a tool for collecting, reading and analyzing (PHP) code coverage and function call traces within a service oriented architecture / microservice environment. The application receives and stores the information from all services and allows filtering the coverage by usecase and even request within a use case. And reverse search is also possible by seeing which usecases touch a certain line of code or call a certain function. The client (soarce/client) has to be installed per service as a dev requirement - see it's documentation. This main application comes with a docker-container for each PHP, NginX, MySQL and Redis server.
Installation
This covers only the basic installation of the soarce/application
package.
We assume you have git, composer, docker and docker-compose already installed on your system.
You can either download or clone the project from GitHub and run composer manually:
Or use composer to install the project directly:
Then build and start the containers with a simple invocation of
When docker has finished building and starting the containers, you can open your webbrowser and point it to
either https://localhost:8444 or http://localhost:8001 - although we recommend setting up a an entry
in /etc/hosts that points to soarce.local
.
Further topics
Further topics are covered in the Documentation available inside the application.
All versions of application with dependencies
ext-json Version *
ext-mysqli Version *
slim/slim Version ^3.12
twig/twig Version ^2.11
slim/twig-view Version ^2.5
symfony/dotenv Version ^4.3
swaggest/json-schema Version ^0.12.11
almasaeed2010/adminlte Version ~2.4
sentry/sentry Version ^2.1
php-http/curl-client Version ^2.0