├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── composer.json └── src └── SkeletonClass.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Swader/php_package_skeleton/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Swader/php_package_skeleton/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Swader/php_package_skeleton/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Swader/php_package_skeleton/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Swader/php_package_skeleton/HEAD/composer.json -------------------------------------------------------------------------------- /src/SkeletonClass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Swader/php_package_skeleton/HEAD/src/SkeletonClass.php --------------------------------------------------------------------------------