https://github.com/cps-it/project-builder
Composer package to create new projects from project templates
https://github.com/cps-it/project-builder
composer kickstart php project-builder scaffold template
Last synced: 16 days ago
JSON representation
Composer package to create new projects from project templates
- Host: GitHub
- URL: https://github.com/cps-it/project-builder
- Owner: CPS-IT
- License: gpl-3.0
- Created: 2022-05-23T15:25:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T07:51:35.000Z (18 days ago)
- Last Synced: 2025-04-09T16:16:42.637Z (16 days ago)
- Topics: composer, kickstart, php, project-builder, scaffold, template
- Language: PHP
- Homepage: https://project-builder.cps-it.de/
- Size: 3.3 MB
- Stars: 25
- Watchers: 10
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# Project Builder
[](https://coveralls.io/github/CPS-IT/project-builder)
[](https://codeclimate.com/github/CPS-IT/project-builder/maintainability)
[](https://github.com/CPS-IT/project-builder/actions/workflows/cgl.yaml)
[](https://github.com/CPS-IT/project-builder/actions/workflows/docker.yaml)
[](https://github.com/CPS-IT/project-builder/actions/workflows/tests.yaml)
[](https://packagist.org/packages/cpsit/project-builder)๐ย [Documentation](https://project-builder.cps-it.de/) |
๐ฆย [Packagist](https://packagist.org/packages/cpsit/project-builder) |
๐พย [Repository](https://github.com/CPS-IT/project-builder) |
๐ย [Issue tracker](https://github.com/CPS-IT/project-builder/issues)A Composer package used to **create new projects** based on various **project templates**.
All project templates are distributed as separate Composer packages. It comes with a
powerful configuration and templating system that allows to develop new project templates
in a very flexible way.โก๏ธ Read more in the [official documentation][1].
## โก Quickstart
### Composer
[](https://packagist.org/packages/cpsit/project-builder)
[](https://packagist.org/packages/cpsit/project-builder)```bash
composer create-project cpsit/project-builder
```### Docker
[](https://hub.docker.com/r/cpsit/project-builder)
[](https://github.com/CPS-IT/project-builder/pkgs/container/project-builder)
[](https://hub.docker.com/r/cpsit/project-builder)```bash
docker run --rm -it -v :/app cpsit/project-builder
```You can also use the image from [GitHub Container Registry][2]:
```bash
docker run --rm -it -v :/app ghcr.io/cps-it/project-builder
```## ๐ Documentation
Please have a look at the [official documentation][1].
## ๐งโ๐ป Contributing
Please have a look at [`CONTRIBUTING.md`](CONTRIBUTING.md).
## โญ License
This project is licensed under [GNU General Public License 3.0 (or later)](LICENSE).
[1]: https://project-builder.cps-it.de/
[2]: https://github.com/CPS-IT/project-builder/pkgs/container/project-builder