cpsit / project-builder
Composer package to create new projects from project templates
Installs: 4 223
Dependents: 2
Suggesters: 0
Security: 0
Stars: 21
Watchers: 8
Forks: 2
Open Issues: 12
Requires
- php: ~8.1.0 || ~8.2.0
- composer-runtime-api: ^2.1
- ext-filter: *
- ext-json: *
- ext-mbstring: *
- cocur/slugify: ^4.1
- cuyz/valinor: ^1.0
- guzzlehttp/guzzle: ^7.0
- nyholm/psr7: ^1.5
- opis/json-schema: ^2.3
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0 || ^2.0
- sebastianfeldmann/cli: ^3.4
- symfony/config: ^5.4 || ^6.0
- symfony/console: ^5.4 || ^6.0
- symfony/dependency-injection: ^5.4 || ^6.0
- symfony/event-dispatcher: ^5.4 || ^6.0
- symfony/expression-language: ^5.4 || ^6.0
- symfony/filesystem: ^5.4 || ^6.0
- symfony/finder: ^5.4 || ^6.0
- symfony/process: ^5.4 || ^6.0
- symfony/yaml: ^5.4 || ^6.0
- twig/twig: ^3.3.3
- webmozart/assert: ^1.11
Requires (Dev)
- armin/editorconfig-cli: ^1.5
- composer/composer: ~2.2.13 || ^2.3.6
- composer/semver: ^3.0
- composer/xdebug-handler: ^3.0
- donatj/mock-webserver: ^2.5
- ergebnis/composer-normalize: ^2.26
- friendsofphp/php-cs-fixer: ^3.8
- phpstan/extension-installer: ^1.2
- phpstan/phpstan: ^1.9
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.1
- phpstan/phpstan-strict-rules: ^1.2
- phpstan/phpstan-symfony: ^1.2
- phpstan/phpstan-webmozart-assert: ^1.2
- phpunit/phpunit: ^10.1
- rector/rector: ^0.18.0
- seld/jsonlint: ^1.9
- dev-main
- 3.x-dev
- 2.5.0
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.1
- 2.0.0
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.1
- 1.0.0
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-develop
- dev-renovate/patch-phpstan
- dev-docs/config-example
- dev-feature/bypass-provider-selection
- dev-preview
This package is auto-updated.
Last update: 2023-09-28 16:18:55 UTC
README
Project Builder
📙 Documentation | 📦 Packagist | 💾 Repository | 🐛 Issue tracker
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.
🧑💻 Contributing
Please have a look at CONTRIBUTING.md
.
⭐ License
This project is licensed under GNU General Public License 3.0 (or later).