Download the PHP package bombkiml/beech-cli without Composer

On this page you can find all versions of the php package bombkiml/beech-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package beech-cli

Beech command line interface (CLI)

beech-api release PyPI license

(by bömbkiml)

N|Solid

Support By

PHP Beech framework (LTS)

#

Environment Requirements

PHP >= ^7.1

#

Installation

The Beech command line interface (CLI) use Composer to manage it's dependencies. So, before using Beech (CLI), make sure you have Composer installed on your machine.

:grey_question: Tips : With PHP Becch framework you can using beech right now!

#

Beech help

 Beech command line interface (CLI)

 Usage:
  $ php beech [command] [options] [arguments]

 Options:
  -?|-h, --help                                      Display this help message
  -v, --version                                      Display this application version
  -l, --list                                         Display all file in `entry` directory

 PHP development server
  $ php beech serve                                  PHP local development server 
                                                     start port 8000 custom by -p, --port

 The following commands are available for entry class:

 Initialize for usage `entry`
  $ php beech init                                   Initialize for usage the `entry`

 Call entry class
  $ php beech {class}/{method}                       To Call class and method.
  $ php beech {class}/{method}/{1}/{2}/{...}         To Using parameter(s) in the method.

 Beech make (entry)
  $ php beech make:entry {Foobar}                    Create a new entry class

 The following commands are available for PHP Beech framework (LTS):

 Beech make (PHP Beech framework supported)
  $ php beech make:controller {FoobarController}     Create a new controller class
  $ php beech make:model {Foobar}                    Create a new model class
  $ php beech make:view {foobar.view}                Create a new view file default blank view
                                                       - with HTML basic tag add arguments --html
                                                       - with HTML blog tag add arguments --blog

  * Tips: You may use the make with arguments -a, --all for generater all modules

#

Development

Want to contribute or join for Great Job!, You can contact to me via


All versions of beech-cli with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package bombkiml/beech-cli contains the following files

Loading the files please wait ...