Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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