https://github.com/phpexpertsinc/skeleton
A quick and easy PHP skeleton following the standard format.
https://github.com/phpexpertsinc/skeleton
Last synced: about 1 month ago
JSON representation
A quick and easy PHP skeleton following the standard format.
- Host: GitHub
- URL: https://github.com/phpexpertsinc/skeleton
- Owner: PHPExpertsInc
- Created: 2019-06-04T00:03:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T05:43:28.000Z (2 months ago)
- Last Synced: 2025-03-30T05:41:18.201Z (2 months ago)
- Language: PHP
- Size: 39.1 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.cc-by-nd.actual.md
Awesome Lists containing this project
README
# Standard Skeleton Project
[![TravisCI]()]()
[![Maintainability]()]()
[![Test Coverage]()]()Skeleton Project is a PHP Experts, Inc., Project meant to ease the creation of new projects.
It strives to conform to the Standard PHP Skeleton (https://github.com/php-pds/skeleton) wherever possible.
Read [**On Structuring PHP Projects**](https://blog.nikolaposa.in.rs/2017/01/16/on-structuring-php-projects/)
for more.The configurer was inspired by https://www.binpress.com/building-project-skeletons-composer/
## Installation
Via Composer
```bash
composer create-project phpexperts/skeleton NewProject
```## Usage
Install a project, then remove the directories you won't need, like `bin`.
You should definitely edit the LICENSE and .travis.yml to be specific to your
project and update the tags at the top of the README.md.## Use cases
✔ Rapidly start up a project right.
✔ Less time spent on boilerplating a git repo.
✔ Conforms to the most widely-deployed PHP layout.
✔ Fully compatible with the Bettergist Collective recommendation.## Testing
```bash
phpunit --testdox
```## Contributors
[Theodore R. Smith](https://www.phpexperts.pro/])
GPG Fingerprint: 4BF8 2613 1C34 87AC D28F 2AD8 EB24 A91D D612 5690
CEO: PHP Experts, Inc.## License
MIT license. Please see the [license file](LICENSE) for more information.