A simple command line bootstrapper for the Horizon Framework.

Maintainers

👁 baileyherbert

Package info

github.com/baileyherbert/ace

Issues

pkg:composer/baileyherbert/ace

Statistics

Installs: 238

Dependents: 1

Suggesters: 0

Stars: 0

1.0.2 2024-03-04 17:04 UTC

Requires

  • php: >=5.6.0

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 9cb02df3b0178c54a383bffd820f8e1f0081ea25

This package is auto-updated.

Last update: 2026-06-04 22:36:31 UTC


README

This is a command line bootstrapper for the Horizon Framework. You can install this package globally to easily access the command interface for your application.

Installation

composer global require baileyherbert/ace

Notes

This package only contains a binary that traverses from the current directory upward and locates your application root, then invokes the application in console mode. The version of the command line tool and the commands within it will match those installed in your application.

You can find the source code for all official commands in the official repository: https://github.com/baileyherbert/horizon/tree/master/src/Ace