Implementation ============== If you will use it simply, you should initialize `Composer` application and install `Coralogix` PHP SDK: .. code-block:: bash $ composer init $ composer require "coralogix/php-coralogix-sdk" Then you need to include to your script **autoload file**: .. code-block:: php require 'vendor/autoload.php'; And then you can use `Coralogix` logger: .. code-block:: php info("Hello from Coralogix PHP SDK");