Skip to content

Instantly share code, notes, and snippets.

@ssi-anik
Created March 22, 2022 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssi-anik/345bab8e3933c352390ce7bc6673c714 to your computer and use it in GitHub Desktop.
Save ssi-anik/345bab8e3933c352390ce7bc6673c714 to your computer and use it in GitHub Desktop.
https://medium.com/p/7b31f025ab6a - without autoloading
<?php
require './app/App.php';
require './src/Source.php';
require './Current.php';
echo (new Current())->sayHello('anik');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment