Download the PHP package nowise/uup-application without Composer

On this page you can find all versions of the php package nowise/uup-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 uup-application

UUP-APPLICATION

Run the same command action both for CLI command line and HTTP requests with monitoring.

ACTIONS:

The action class handles business logic and the runner executes and monitor the action.

Example

LIFETIME:

The action class derives from ApplicationAction and implements the lifetime methods usage(), setup(), execute() and cleanup(). At least the setup method should be implemented, the other are optional.

OPTIONS:

Command options are passed from CLI command options or HTTP request depending on execution context. The runner takes are of handling help or quiet options. The standard options help, version and quiet are transparent handled along with their short option equivalents.

MONITOR:

The runner execute the action class and provides error monitoring. By default, runner will terminate action when a throwable get caught. The error behavior can be overridden by action class.

INLINE:

For simple tasks, use an anonymous (java-style) class with implementations of wanted methods:

See example directory for code examples.

INFORMATION:

Provide help and version information by overriding base class methods in your action class.

HELP

Override the usage() method. Call parent method to output standard options.

VERSION

Similar to usage, but override the version() instead. This method gives full control of version output.

If default version format is OK, then overriding the getVersion() method should be sufficient.

ZERO MAINTENANCE:

Hint: Consider reading version string from your package composer.json file instead of using a hard coded string that requires manual update!


All versions of uup-application with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
nowise/uup-application-options Version ^1.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 nowise/uup-application contains the following files

Loading the files please wait ....