PHPackages                             bootgly/bootgly.console - 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. bootgly/bootgly.console

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

bootgly/bootgly.console
=======================

The Bootgly Console template.

11PHP

Since Apr 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/bootgly/bootgly.console)[ Packagist](https://packagist.org/packages/bootgly/bootgly.console)[ RSS](/packages/bootgly-bootglyconsole/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

 [![bootgly-logo](https://github.com/bootgly/.github/raw/main/favicon-temp1-128.png)](https://github.com/bootgly/.github/raw/main/favicon-temp1-128.png)

Bootgly.Console template
========================

[](#bootglyconsole-template)

 *Bootgly Console Workables template*

 [ ![Bootgly License](https://camo.githubusercontent.com/7fb061862ae4e64c81f71b7b4fbdf2499b20f3f35f3fff76645a8d83d3e84957/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f626f6f74676c792f626f6f74676c79) ](https://packagist.org/packages/bootgly/bootgly)

You should use this repository to start develop your CLI Apps.

This repository serves as a template (starter kit) for you to start developing using the Bootgly Console, which is a part of the [Bootgly PHP Framework](https://github.com/bootgly/bootgly).

🧩 Templating
------------

[](#-templating)

### Option 1) Using Composer

[](#option-1-using-composer)

If you prefer using Composer to manage your PHP dependencies, follow the steps below to initialize the Bootgly Console template repository:

 **create-project command**To create a new project using the Bootgly Console template and Composer's create-project command, follow these steps:

1. Open your terminal.
2. Run the following command to create a new project based on the Bootgly Console template:

```
composer create-project bootgly/bootgly.console bootgly.console

```

Replace `bootgly.console` with the desired name of your project directory.

**Composer will download the Bootgly Console template and its dependencies, and create the project structure for you.**

### Option 2) Using Git

[](#option-2-using-git)

#### Git init from template

[](#git-init-from-template)

To get started with the Bootgly Console template repository on GitHub, follow the steps below:

1. Navigate to the main page of the Bootgly Console template repository on GitHub.
2. Click on the "Use this template" button located near the top-right corner of the repository page: [![Click on the "Use this template"](https://github.com/bootgly/.github/raw/main/screenshots/bootgly-php-framework/Bootgly.CLI-template.png)](https://github.com/bootgly/.github/raw/main/screenshots/bootgly-php-framework/Bootgly.CLI-template.png)
3. On the "Create a new repository" page, provide a name for your new repository.
4. Optionally, add a description and choose the visibility and permissions for your repository.
5. Click on the "Create repository from template" button to create your new repository based on the Bootgly Console template.
6. Clone your repository created from the template.

#### Initialize and update Submodules

[](#initialize-and-update-submodules)

> Git submodules are a useful feature that allows you to include one Git repository inside another. In the context of your Bootgly Console template, we can use submodules to include any bootable repository (`bootgly-*`) in your project. This tutorial will guide you through the process of using Git submodules in your Bootgly Console template project.

1. Open your terminal or command prompt.
2. Navigate to your cloned Bootgly Console template project directory.
3. To init the submodules, use the following commands:

```
git submodule update --init --recursive

```

🔜 Next Steps
------------

[](#-next-steps)

Once you have initialized your Bootgly Console template repository either using GitHub or Composer, you need to `boot` the `resource dirs` to start developing!

Type in your terminal the command:

```
php bootgly boot --resources
```

Now you're ready to go! Here are suggestions for next steps:

1. Review the [Bootgly documentation](https://docs.bootgly.com) to understand the features and capabilities of the Bootgly CLI.
2. Check all [boot files](https://docs.bootgly.com/manual/Bootgly/concepts/bootstrap-files/overview) in the resource directory `projects/`: `*.boot.php`.
3. Test your Console project locally to ensure it works as expected. You can use the provided testing tools and utilities included in the Bootgly (check `bootgly test` command).
4. Add any additional dependencies or libraries your application requires to the `composer.json` file and install them using Composer.
5. Document your CLI project by updating this `README.md` file and providing instructions on how to use and configure your project.
6. Once you are ready, consider publishing your Console project to Packagist to make it available to others.

That's it! You now have a solid foundation for develop your CLI/Console project using the Bootgly Console.

Happy coding!

📃 License
---------

[](#-license)

The Bootgly PHP Framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9528566b739509282266a255e7d9d54a3939e2986d2d3c0c1dd34e181b11c6dd?d=identicon)[rodrigoslayertech](/maintainers/rodrigoslayertech)

---

Top Contributors

[![rodrigoslayertech](https://avatars.githubusercontent.com/u/9668277?v=4)](https://github.com/rodrigoslayertech "rodrigoslayertech (64 commits)")

---

Tags

bootglyskeletonskeleton-applicationstarter-kitstarter-kitstemplatetemplate-projecttemplate-repositorytemplates

### Embed Badge

![Health badge](/badges/bootgly-bootglyconsole/health.svg)

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

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.1k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)[codedungeon/php-cli-colors

Liven up you PHP Console Apps with standard colors

10210.1M26](/packages/codedungeon-php-cli-colors)

PHPackages © 2026

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