Skip to content

Instantly share code, notes, and snippets.

@sanju2
Created July 1, 2022 19:34
Show Gist options
  • Save sanju2/e495e5b33b1a28e1887aa91278beb671 to your computer and use it in GitHub Desktop.
Save sanju2/e495e5b33b1a28e1887aa91278beb671 to your computer and use it in GitHub Desktop.
PHP file for Test Composer Package
<?php
require_once __DIR__ . '/vendor/autoload.php';
use Sanje\HelloComposer\Index;
$greeting = new Index();
echo $greeting->greet("Hello Composer");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment