Skip to content

Instantly share code, notes, and snippets.

@SumonMSelim
Created July 25, 2021 21:06
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 SumonMSelim/a6227972733822f57af9ec4c9871f6d7 to your computer and use it in GitHub Desktop.
Save SumonMSelim/a6227972733822f57af9ec4c9871f6d7 to your computer and use it in GitHub Desktop.
PHP Class Template
<?php
declare(strict_types=1);
namespace ${NAMESPACE};
/**
* ${NAME}
*
* @author Muhammad Sumon Molla Selim <sumonmselim@gmail.com>
* @copyright Copyright (c) ${YEAR} Kodeeo <https://kodeeo.com>
#if (${NAMESPACE}) * @package ${NAMESPACE} #end
*/
class ${NAME}
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment