Download the PHP package kiatng/openmage-shooter without Composer

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

Shooter - A Troubleshooting Tool for OpenMage Developers

A browser-centric troubleshooting tool for OpenMage developers. Features:

CAUTION: This module is designed for development environments. It may not be suitable for production environments due to the potential for exposing sensitive information.

Table of Contents

  1. Quick Start
    • Debug Helper
    • Output the Log Files in the Browser
    • Capture the Last Error
    • Show Information in the Browser
    • REST OAuth 1.0a Tester
  2. Installation
    • Composer
    • Manual Installation
  3. Contributing
  4. License

Quick Start

You need to be able to access the customers in the database. The first 20 customers with ID from 1 to 20 are allowed to view the output in the browser. You can edit the entity_id in the table customer_entity for these users.

Debug Helper

Example uses of the helper:

Output the Log Files in the Browser

URI /shooter/log

To output the recent entries of the log files in var/log/*.log and var/report/{latest file}:

Optional parameters:

For example, to list the log files from the last 120 lines and modified in the last hour:

URI shooter/log/tail

To show exception.log:

Optional parameters:

Refer to LogController.php for more details.

Capture error_get_last()

To capture the last error, insert the following code in index.php, just before the last line Mage::run($mageRunCode, $mageRunType);:

The error captured is displayed with URI /shooter/log.

Show Information in the Browser

Refer to InfoController.php for more details.

REST OAuth 1.0a Tester

The tester allows you to test the OpenMage REST API as a consumer interactively with a browser. Use the following URI to access it:

The OAuth credentials are only stored in the session and never saved anywhere else.

Refer to RestController.php for more details.

Test SSL Connection

For public accessible URLs, tools like SSL Labs may be preferred. But if the site is private or under development, this tester is useful:

Refer to SslController.php for more details.

Installation

modman

Use modman to install the module, open a bash terminal and run:

Composer

Open a bash terminal and run:

Manual Installation

Download the files in the app directory to your OpenMage root directory.

Contributing

We welcome contributions! Here's how you can help:

  1. Fork the repository
  2. Create a feature branch
  3. Submit a Pull Request with your changes
  4. Update documentation as needed

Please follow our coding standards and include appropriate documentation with your contributions.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

License

@copyright 2024 Ng Kiat Siong This module is licensed under the GNU GPL v3.0.


All versions of openmage-shooter with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
magento-hackathon/magento-composer-installer Version *
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 kiatng/openmage-shooter contains the following files

Loading the files please wait ....