Skip to content

Instantly share code, notes, and snippets.

@JesseObrien
Last active September 24, 2019 03:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JesseObrien/4499317 to your computer and use it in GitHub Desktop.
Save JesseObrien/4499317 to your computer and use it in GitHub Desktop.
Example composer package and file structure.
# Package Folder/File Structure
- src/
- PackageName/
- PackageName.php
- PackageClass.php
- PackageLib.php
- Subfolder/
- OtherLib.php
- tests/
- composer.json
- readme.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment