Download the PHP package virx/qatonapp without Composer

On this page you can find all versions of the php package virx/qatonapp. 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 qatonapp

Qaton App

Qaton App - Powered by VirX Qaton, the Elemental PHP MVC Framework

Requirements

Getting Started (Development Only)

There are several ways to get started quickly for development. However, these methods are not recommended for a production setup. Please visit http://qaton.virx.net for detailed documentation.

METHOD 1: Quick Start using Git and Docker

Use this method if you have very little experience and do not have a development environemnt with PHP or a server enabled.

Note: You do not need to use Docker if you have another solution or prefer to use PHP directly from your host environment. If that is the case, Method 2 might be more suited for you.

chmod +x qaton

Note: If you are on Microsoft Windows you will need to setup Microsoft WSL2. Also check Docker WSL2 documentation for Docker requirements.

./qaton start

or if you wish to specify a different port, edit the qaton.env file or run qaton (replacing [PortNumber] with the desired port:

./qaton serve [PortNumber]

example:

./qaton serve 9999

Note: if the above commands fail, try running bash qaton instead.


METHOD 2: Quick Install using Composer

Use this method if you already have a development environment readily installed with the minimum requirements available. Essentially, a properly configured web server (such as Apache2/nginx) and with URL rewrite enabled (mod_rewrite with Apache2) poiting all requests to public/index.php. The correct version of PHP (with the required extensions), Packgist's composer, etc... should also all be available on the system.

Create a project with PHP composer

composer create-project virx/qatonapp:"dev-master" [ProjectDir] --remove-vcs

Set the right permissions

Begin Development

There are two ways to get started with development quickly. The quickest way is using Docker Desktop/Engine. If you started the project using composer (Method 2) but still wish to use Docker, you can follow the instructions outlined in Method 1 by only skipping the first step (git clone/zip download). Otherwise, if your environment has already been setup correctly, then you should already be able to begin development at this point. If you have any issues, consider the following tips for troubleshoting:

Qaton Project Manager qpm

Type qpm in your BASH terminal window to view your development options.

Learn More

Please visit http://qaton.virx.net for detailed documentation


All versions of qatonapp with dependencies

PHP Build Version
Package Version
Requires php Version ~7.2|~8.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 virx/qatonapp contains the following files

Loading the files please wait ....