Download the PHP package inpvlsa/magento-clockwork without Composer

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

⚙️ Clockwork for Magento 2

Packagist Version Packagist Downloads

A powerful development tool that brings advanced debugging and profiling capabilities to Magento 2.

Track timeline events, database queries, cache operations, template rendering, and more - all through an intuitive interface built on ⚙️ Clockwork.

🚀 Key Features

📋 Requirements

  • Tested on versions:
    • 2.4.3 (PHP 7.4, with 3rd party extensions)
    • 2.4.6 (PHP 8.1, Hyva, 3rd party extensions)
    • 2.4.7 (PHP 8.3, clean installation)

Note: Minimum tested Magento version is 2.4.3. Enterprise Edition compatibility not yet verified.

📦 Installation

You are free now to install it to non-local instances (with no --dev), check the Authentication section. But I strongly recommend not adding packages to production environments and use --dev flag.

⚙️ Configuration

Enable the module and turn on Clockwork writing mode:

Storage options

By default, data is stored in files. You can change the storage method:

Redis Configuration Note

  • Pre-set configuration of Redis storage requires Magento session storage to be configured for Redis
    • The module retrieves Redis connection data from Magento deployment config if not a "custom" redis credential is set in module configuration tab
  • Check logs after switching to Redis - errors will cause fallback to file storage

For detailed Redis configuration, see Redis Documentation.

🔐 Authentication

Authentication is automatically configured for local development environments.

If you can't access the /clockwork URL, add your IP to the maintenance mode whitelist.

For detailed authentication options, see Authentication Documentation.

🧩 Usage

  1. Navigate to /clockwork from your Magento root URL
  2. Explore timeline events grouped by type
  3. Use text filters to search specific information
  4. Utilize the button on the right of the search input for additional sorting options
  5. Explore logs, database queries, cache operations, collections tab, enjoy!

📸 Feature Showcase

Web1 Web2 Collection Db Cache Events Request OpenSearch


All versions of magento-clockwork with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4||^8.1||^8.2||^8.3||^8.4
magento/framework Version ^101.0.0 || ^102.0.0 || ^103.0.0
itsgoingd/clockwork Version ^5.3
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 inpvlsa/magento-clockwork contains the following files

Loading the files please wait ....