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

https://github.com/chadicus/skeleton

PHP Project Skeleton
https://github.com/chadicus/skeleton

Last synced: 4 months ago
JSON representation

PHP Project Skeleton

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.