Created
July 25, 2021 21:06
-
-
Save SumonMSelim/a6227972733822f57af9ec4c9871f6d7 to your computer and use it in GitHub Desktop.
PHP Class Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
declare(strict_types=1); | |
namespace ${NAMESPACE}; | |
/** | |
* ${NAME} | |
* | |
* @author Muhammad Sumon Molla Selim <[email protected]> | |
* @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