https://github.com/garrett-he/copier-php
A Copier template for PHP projects.
https://github.com/garrett-he/copier-php
code-generation copier php template
Last synced: 7 months ago
JSON representation
A Copier template for PHP projects.
- Host: GitHub
- URL: https://github.com/garrett-he/copier-php
- Owner: garrett-he
- License: bsd-3-clause
- Created: 2023-10-22T02:10:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T10:17:10.000Z (7 months ago)
- Last Synced: 2025-03-05T11:25:42.943Z (7 months ago)
- Topics: code-generation, copier, php, template
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# copier-php

A [Copier][1] template for PHP projects.
## Quickstart
1. Install the latest Copier via command:
```
pip install --user --upgrade copier copier-templates-extensions
```2. Use command `copier` to generate a new project:
```
copier copy --trust gh:garrett-he/copier-php /path/to/destination
```## License
Copyright (C) 2024 Garrett HE
The BSD 3-Clause License, see [LICENSE](./LICENSE).
[1]: https://github.com/copier-org/copier