https://github.com/chadicus/skeleton
PHP Project Skeleton
https://github.com/chadicus/skeleton
Last synced: 4 months ago
JSON representation
PHP Project Skeleton
- Host: GitHub
- URL: https://github.com/chadicus/skeleton
- Owner: chadicus
- License: mit
- Created: 2016-05-23T23:00:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T12:31:53.000Z (about 8 years ago)
- Last Synced: 2025-02-25T00:49:31.157Z (over 1 year ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## My PHP Skeleton Project
This repository will be used when creating a new PHP library repository
```sh
composer create-project chadicus/skeleton [project name]
```
## Rename gitattributes file.
```sh
mv gitattributes .gitattributes
```
## Update LICENSE file as needed.