PHPackages                             pushword/installer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. pushword/installer

ActiveLibrary[CLI &amp; Console](/categories/cli)

pushword/installer
==================

0.1.9980(2y ago)04.5k1MITPHP

Since Jan 11Pushed 3w agoCompare

[ Source](https://github.com/Pushword/installer)[ Packagist](https://packagist.org/packages/pushword/installer)[ Docs](https://pushword.piedweb.com)[ RSS](/packages/pushword-installer/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (3)Versions (1088)Used By (1)

Pushword Installer
==================

[](#pushword-installer)

Install Pushword and its packages in minutes — an interactive setup script plus automatic per-package install hooks.

[![Latest Version](https://camo.githubusercontent.com/504b78bdd9aff4b22a884e82f34d8b0b5b7cedafb5dcce2ebf942ab8f7fd6c6a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f70757368776f72642f70757368776f72642e7376673f7374796c653d666c6174266c6162656c3d72656c65617365)](https://github.com/Pushword/Pushword/tags)[![Software License](https://camo.githubusercontent.com/f251623e510f5909f16ae3f4e6e548dac11340b9fde1a99be26b015b39272c00/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c6174)](LICENSE)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ebaee4a77cc185e85aab1aa72cfb4f2762172279da76e987cd924e2023b5089e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f50757368776f72642f50757368776f72642f72756e2d74657374732e796d6c3f6272616e63683d6d61696e)](https://github.com/Pushword/Pushword/actions)

[![Code Coverage](https://camo.githubusercontent.com/bfd5327946a29468214fb761d1e42db99bd266f13a7c6d805bb34c0a46db3d8a/68747470733a2f2f636f6465636f762e696f2f67682f50757368776f72642f50757368776f72642f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/Pushword/Pushword/tree/main)[![Type Coverage](https://camo.githubusercontent.com/b77fa8a783b6a362947e80ac6817621bb8114209fb8fb124ec8a50085fbf3a35/68747470733a2f2f73686570686572642e6465762f6769746875622f70757368776f72642f70757368776f72642f636f7665726167652e737667)](https://shepherd.dev/github/pushword/pushword)[![Total Downloads](https://camo.githubusercontent.com/a76f4801b7f01832ededd01e2912f8f833ead97001c672697595a32f36832074/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70757368776f72642f636f72652e7376673f7374796c653d666c6174)](https://packagist.org/packages/pushword/core)

Features
--------

[](#features)

- **Interactive setup** during `composer create-project` (database, admin user, routes, assets).
- **Automatic package setup** — runs each package's `install.php` on `composer require`.
- Stays installed to support **future package installs**.

How It Works
------------

[](#how-it-works)

This package provides two mechanisms:

1. **Interactive Setup** (`src/installer`): A bash script that runs once during `composer create-project` to set up a new Pushword project (database, admin user, routes, assets).
2. **Automatic Package Setup** (`PostInstall::runPostUpdate`): Automatically executes each package's `install.php` when you add new Pushword packages via `composer require`.

After initial setup, `pushword/installer` remains installed to support future package installations. Only the interactive bash script reference is removed from `post-install-cmd`.

Manual Installation
-------------------

[](#manual-installation)

If you prefer not to use automatic installation, you can:

1. Remove `pushword/installer` from your dependencies
2. Manually follow the steps in each package's `install.php` file

Documentation
-------------

[](#documentation)

Visit [pushword.piedweb.com/installation](https://pushword.piedweb.com/installation).

The Pushword ecosystem
----------------------

[](#the-pushword-ecosystem)

Pushword is a modular CMS — one [Symfony](https://symfony.com) bundle for the core and one bundle per feature. Pick only what you need:

**Core**

- [pushword/core](https://github.com/Pushword/core) — Symfony-based CMS core: Page, Media &amp; User entities, Markdown + Twig rendering.

**Editing &amp; admin**

- [pushword/admin](https://github.com/Pushword/admin) — EasyAdmin interface to manage pages, media and users.
- [pushword/admin-block-editor](https://github.com/Pushword/admin-block-editor) — Gutenberg-like block editor (stores Markdown).
- [pushword/advanced-main-image](https://github.com/Pushword/advanced-main-image) — Hero images &amp; main-image format control.
- [pushword/template-editor](https://github.com/Pushword/template-editor) — Edit Twig templates online.
- [pushword/snippet](https://github.com/Pushword/snippet) — Reusable content fragments &amp; components.

**Content &amp; workflow**

- [pushword/flat](https://github.com/Pushword/flat) — Flat-file (Markdown + Git) CMS mode.
- [pushword/version](https://github.com/Pushword/version) — Page &amp; snippet versioning.
- [pushword/page-update-notifier](https://github.com/Pushword/page-update-notifier) — Email alerts on content changes.
- [pushword/conversation](https://github.com/Pushword/conversation) — Comments, contact &amp; newsletter forms.

**Publishing &amp; performance**

- [pushword/static-generator](https://github.com/Pushword/static-generator) — Export a static website (GitHub Pages, Apache, FrankenPHP).
- [pushword/search](https://github.com/Pushword/search) — SQLite full-text search (Loupe), zero infra.
- [pushword/page-scanner](https://github.com/Pushword/page-scanner) — Find dead links, 404s, redirects &amp; TODOs.
- [pushword/api](https://github.com/Pushword/api) — Token-authenticated REST API.

**Tooling**

- **pushword/installer** — Project &amp; package installer. *(this package)*
- [pushword/js-helper](https://github.com/Pushword/js-helper) — Front-end JavaScript helpers.

Full list and guides on [pushword.piedweb.com/extensions](https://pushword.piedweb.com/extensions).

Contributing
------------

[](#contributing)

If you're interested in contributing to Pushword, please read our [contributing docs](https://pushword.piedweb.com/contribute) before submitting a pull request.

Credits
-------

[](#credits)

- [PiedWeb](https://piedweb.com)
- [All Contributors](https://github.com/Pushword/Core/graphs/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://pushword.piedweb.com/license#license) for more information.

[![PHP Packages Open Source](https://raw.githubusercontent.com/Pushword/Pushword/f5021f4c5d5d3ab3f2858ec2e4bdd70818806c6a/packages/admin/src/Resources/assets/logo.svg)](https://dev.piedweb.com)

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance62

Regular maintenance activity

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

1087

Last Release

32d ago

Major Versions

0.1.9980 → 1.0.0-rc02024-09-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/afce4cf517928a50560237f1410d5957271fd808671b2216687ecf1422adaee0?d=identicon)[Robin D.](/maintainers/Robin%20D.)

---

Top Contributors

[![RobinDev](https://avatars.githubusercontent.com/u/3944894?v=4)](https://github.com/RobinDev "RobinDev (105 commits)")

---

Tags

clicmscomposerinstallerphppushwordsetupsymfony

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pushword-installer/health.svg)

```
[![Health](https://phpackages.com/badges/pushword-installer/health.svg)](https://phpackages.com/packages/pushword-installer)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k251.7M11.6k](/packages/symfony-framework-bundle)[drush/drush

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k60.6M803](/packages/drush-drush)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
