Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phpexpertsinc/skeleton
A quick and easy PHP skeleton following the standard format.
https://github.com/phpexpertsinc/skeleton
Last synced: about 5 hours ago
JSON representation
A quick and easy PHP skeleton following the standard format.
- Host: GitHub
- URL: https://github.com/phpexpertsinc/skeleton
- Owner: PHPExpertsInc
- License: mit
- Created: 2019-06-04T00:03:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T12:46:07.000Z (about 1 year ago)
- Last Synced: 2024-10-26T13:43:25.631Z (22 days ago)
- Language: PHP
- Size: 22.5 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
:wq