pushword/installer

Installs: 4 281

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/pushword/installer

1.0.0-rc361 2026-01-23 19:15 UTC

This package is auto-updated.

Last update: 2026-01-23 20:42:41 UTC


README

Shell Script to install Puswhord in a minut.

Latest Version Software License GitHub Tests Action Status

Code Coverage Type Coverage Total Downloads

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

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

Visit pushword.piedweb.com

Contributing

If you're interested in contributing to Pushword, please read our contributing docs before submitting a pull request.

Credits

License

The MIT License (MIT). Please see License File for more information.

PHP Packages Open Source