PHP code example of carloswph / linus-pauling

1. Go to this page and download the library: Download carloswph/linus-pauling 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/ */

    

carloswph / linus-pauling example snippets


use Linus\Pauling\ED;

ing\ED::distribute(34);

echo $element;

/*
RETURNS: 1s2 2s2 2p6 3s2 3p6 4s2 3d10 4p4
*/