ride/setup

Setup hooks for the Composer dependency manager.

Installs: 3 607

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 8

Forks: 0

Open Issues: 0

Type:composer-installer

1.0.2 2021-09-01 11:27 UTC

This package is auto-updated.

Last update: 2024-03-29 03:30:15 UTC


README

Installer hooks for the Composer dependency manager.

How To Use

Define your composer package with ride-setup as type.

By doing so, you can create the following files which will be included when your package is installed, updated or uninstalled:

  • src/install.php
  • src/update.php
  • src/uninstall.php

Related Modules

Installation

You can use Composer to install this application.

composer require ride/setup