PHP code example of alaneor / ad-x
1. Go to this page and download the library: Download alaneor/ad-x 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/ */
alaneor / ad-x example snippets
$link = new ADX\Core\Link( 'company.com', 389 ); // Connect to server on default port
$link->bind( '[email protected]', 'password' ); // Authenticate to the server
ADX\Core\Schema::build( $link ); // Build the local schema cache ( takes some time, go get a coffee )
php ./vendor/bin/apigen.php