PHP code example of bueltge / marksimple

1. Go to this page and download the library: Download bueltge/marksimple library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

bueltge / marksimple example snippets


// Example Github Code Block 

$testee = new Marksimple();
echo get_class($testee->logger()); //output: Psr\Log\NullLogger


You find the solution and the tests in the [repository on GitHub](https://github.com/bueltge/marksimple).

See the test directory for an example with two different usages. The test directory works as PWA, for examples see only the file `index.php`.

#### Code examples

    // Example with four spaces.