PHPackages                             devdrawer/tutorial - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. devdrawer/tutorial

ActiveProject

devdrawer/tutorial
==================

This is a sample composer package tutorial.

1.0.0(3y ago)115OSL-3.0PHPPHP ^8.0

Since Mar 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/thedevdrawer/create-composer)[ Packagist](https://packagist.org/packages/devdrawer/tutorial)[ Docs](https://devdrawer.com)[ RSS](/packages/devdrawer-tutorial/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Create You Own Composer with DevDrawer
======================================

[](#create-you-own-composer-with-devdrawer)

Learn how to create your own composer project to quickly reuse or release your code. In this tutorial, we will go over creating a composer project, creating a GitHub repo for it, and publishing it to Packagist.

License
-------

[](#license)

[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)

Sample Code
-----------

[](#sample-code)

Add the following code to your php file and you should see the ClassName output of "Hello World".

```
