Download the PHP package perfopsone/decalog without Composer

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

WordPress DecaLog SDK

wordpress DecaLog Packagist PHP Version Support Packagist License

WordPress DecaLog SDK is a way to use DecaLog, the free observability toolkit for WordPress, in your own plugins or themes.

You may use this SDK on all WordPress installations: if DecaLog is installed your users will take advantage of all the efforts you've made to report events and provide metrics or traces inside your plugin or theme; if DecaLog is not installed, the SDK will silently discard all these important information ...

Deploying WordPress DecaLog SDK

Like DecaLog itself, this SDK is ready to be used in production environments. So you don't have to worry about cleaning up before deployment. In fact, it's a good idea to leave it in production: if the installation target runs DecaLog, the users of your plugin or themes will benefit of full observability; if it's not installed, it will be totally invisible to them.

If your plugin or theme is working on the development environment where you've installed DecaLog it will work on all your users' environments - whether DecaLog is installed or not, assuming the following requirements:

Note: as this SDK is MIT-Licensed, there is no need to worry about leaving it as is in plugins or themes you want to submit to the WordPress directory.

Installing WordPress DecaLog SDK

Thanks to composer, the installation of the sdk requires one command:

composer require perfopsone/decalog

Using WordPress DecaLog SDK

For a full usage documentation, please go to decalog.io


All versions of decalog with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
psr/log Version ^3.0.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 perfopsone/decalog contains the following files

Loading the files please wait ....