https://github.com/mnapoli/project-template
This is a template for new PHP projects
https://github.com/mnapoli/project-template
php project-template
Last synced: 8 months ago
JSON representation
This is a template for new PHP projects
- Host: GitHub
- URL: https://github.com/mnapoli/project-template
- Owner: mnapoli
- License: mit
- Created: 2014-10-09T09:04:16.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-06-13T20:39:04.000Z (12 months ago)
- Last Synced: 2025-06-13T21:31:24.477Z (12 months ago)
- Topics: php, project-template
- Homepage:
- Size: 51.8 KB
- Stars: 57
- Watchers: 6
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# My Awesome Project
This is the catchphrase: what does this project do and how is it unique?
[](https://travis-ci.com/PHP-DI/PHP-DI)
[](https://packagist.org/packages/PHP-DI/php-di)
[](https://packagist.org/packages/PHP-DI/php-di)
Here is an additional quick introduction, if necessary.
## Why?
Why does this project exist? Come on, don't delete this part. Fill it.
Yes it's hard, but it's perhaps the most important part of the README.
As to why *this* project exist, it's to serve as a template for future open
source PHP projects. Of course, feel free to fork it and make your own recipe.
## Installation
Describe how to install the project/library/framework/…
Make sure your installation instructions work by testing them!
## Usage
Describe how to use the project. A gif or a short code example is the best
way to show how it works. Also keep paragraphs short and sentences simple: not
everybody speaks english well.
For the sake of the example here is how you can use this project template
as a basis for your own repository:
```bash
git clone https://github.com/mnapoli/project-template.git my-project
cd my-project
# Remove the git repository metadata
rm -rf .git/
# Start a brand new repository
git init
git add .
```
Easy peasy! Now you just have to code.
Make sure your examples work by testing them! I didn't test mine and I should feel ashamed.