Download the PHP package mcstreetguy/smart-console without Composer

On this page you can find all versions of the php package mcstreetguy/smart-console. 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 smart-console

SmartConsole

The smarter php console toolkit.

GitHub issues GitHub forks GitHub stars GitHub license GitHub (pre-)release GitHub (Pre-)Release Date GitHub last commit GitHub top language GitHub contributors Documentation Status

Have you ever wondered why it is so complicated to write a console application in PHP? Whichever library you use, you'll end up with hundreds of lines of configuration before you can even read the first 'Hello World' in the terminal.

That's over now! SmartConsole is the first console toolkit for PHP that you hardly have to configure at all. All you do is write classes as you are used to and document them properly. Smart Console analyzes your command handlers and makes all settings automatically so you can sit back and concentrate on your real goal.

SmartConsole is wrapped around the great webmozart/console package and its approach is based on the CLI of the ingenious Neos CMS. Besides it merges together some of the basic functionalities from the underlying console-package and advanced features like progress-bars from CLImate.

Read on to learn more about how to use it.

Installation

Require the library through Composer:

Usage

Check out the official documentation for more information on how to use this library.

Contributing

If you find any bug or have a suggestion for an improvement or new feature, visit the Issues-page and leave a notice. Please check if something similar has already been reported in any case to prevent duplicates. Feel free to modify the source code on your own and create a pull-request in conjunction with your improvement or bug.

License

SmartConsole is licensed under the MIT license. A copy of that license is distributed together with the source code. You may find that file under /LICENSE in the projects root directory or online at: https://github.com/MCStreetguy/SmartConsole/blob/master/LICENSE

Disclaimer

(taken from the LICENSE file, slightly adapted in favour of readability)

The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, wheter in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.


All versions of smart-console with dependencies

PHP Build Version
Package Version
Requires webmozart/console Version ^1.0@beta
league/climate Version ^3.4
webmozart/assert Version ^1.3
phpdocumentor/reflection-docblock Version ^4.3
doctrine/annotations Version ^1.6
psr/log Version ^1.0
php-di/php-di Version ^6.0
psr/container Version ^1.0
monolog/monolog Version ^1.23
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 mcstreetguy/smart-console contains the following files

Loading the files please wait ....