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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package application

soarce/application Packagist

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

PHP Build Version
Package Version
Requires php Version >=7.2,<8.0-DEV
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package soarce/application contains the following files

Loading the files please wait ....