Skip to content

Commit

Permalink
example test file
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1881 committed Jul 4, 2022
1 parent e54a157 commit 6f5d863
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
composer.lock
vendor/
test.php
deneme.php
11 changes: 11 additions & 0 deletions test.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

require_once __DIR__.'/vendor/autoload.php';

use C4N\DorkGen\Google;

$google = new Google;
$google->site('github.com')
->username('0x1881');

print_r($google->url());

0 comments on commit 6f5d863

Please sign in to comment.