PHP code example of topshelfcraft / legacy-login

1. Go to this page and download the library: Download topshelfcraft/legacy-login 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/ */

    

topshelfcraft / legacy-login example snippets




return [
    'handlers' => [
        [
            'name' => "My Old EE Site",
            'type' => 'EE2',
            'db' => [ ... ],
        ]
    ]
];