Skip to content

BeachDyerJournal/php-cli-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP CLI Toolbox

Stars Forks License CI

Problem Statement

As a developer, managing routine tasks can be time-consuming. From creating project templates to managing dependencies, these tasks often take up a lot of our valuable development time. With the PHP CLI Toolbox, you can automate and simplify these tasks, allowing you to focus on what truly matters - writing code!

Features

  • Create project templates easily
  • Manage dependencies via a simple CLI
  • Automate common developer tasks
  • Integrate with existing PHP projects effortlessly
  • Provide a user-friendly command-line interface

Installation

Requirements

  • PHP 7.2 or higher
  • Composer

Quick Start

To install PHP CLI Toolbox, run the following command:

composer global require yourusername/php-cli-toolbox

Ensure that your ~/.composer/vendor/bin is in your PATH so the toolbox is accessible from the command line.

Usage Examples

Create a Project Template

You can create a new project template using the following command:

php-cli-toolbox create my-project

This will set up a directory called my-project with all the necessary files and a base structure to get you started.

Manage Dependencies

To add a new dependency to your project, use the following command:

php-cli-toolbox add dependency-name

This command will update your composer.json and install the specified dependency automatically.

Automate Tasks

You can also automate common tasks with custom scripts. Use the command:

php-cli-toolbox automate task-name

Replace task-name with the name of the task you would like to automate, such as checking for updates or running tests.

About

A handy CLI tool for PHP developers to quickly manage and automate common tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages