PHP code example of sepmni / strict-types

1. Go to this page and download the library: Download sepmni/strict-types 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/ */

    

sepmni / strict-types example snippets

bash
php vendor/sepmni/strict-types/st.php add /path/to/your/php/files/directory

project/
  ├── src/
  │   ├── app.php
  │   ├── other.php
  └── vendor/
      ├── ...
bash
php vendor/sepmni/strict-types/st.php add project/src