Download the PHP package bluzphp/bluzman without Composer

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

Bluzman - Simple workflow manager for Bluz Framework

Bluzman is a set of command-line tools which provides a simple workflow with an application based and maintained by Bluz framework.

Achievements

PHP >= 7.3+

Latest Stable Version

Build Status

Scrutinizer Code Quality

Coverage Status

Total Downloads

License

Features

Requirements

Usage

List of available commands

Code generators

All generators don't rewrite exists files, but you can run generate command with flag --force, to rewrite all of them

Model generator

For create new model you should run the following command in the terminal:

Module generator

For create new module you should run the following command in the terminal:

Controller generator

For create new controller you should run the following command in the terminal:

CRUD generator

For create CRUD class you should run the following command in the terminal:

Generator will create a class in model_name/Crud.php

If you want to generate CRUD controller and view you should run the next command:

Generator will create a controller in module_name/controllers/crud.php and a view module_name/views/crud.php

REST generator

For create REST controller you should run the following command in the terminal:

Generator will create a controller in module_name/controllers/rest.php.

GRID generator

For create GRID class you should run the following command in the terminal:

Generator will create a class in model_name/Grid.php

If you want to generate GRID controller and view you should run the following command in the terminal:

Generator will create a controller in module_name/controllers/grid.php and a view module_name/views/grid.php

All-in-one generator - scaffold

Generator scaffold will generate:

For generate all of them run the following command in the terminal:

Migrations

All db:command commands is just shorthand to call php /vendor/bin/phinx command -e default -c phinx.php

Status

Create migration

Migrate

Rollback last migration

Create seed

Apply seed data

Install and remove modules

Information about available modules will retrieve from https://github.com/bluzphp by bluz-module tag

Retrieve available modules:

Install module:

Remove module:

Tests

For run all tests:

For run specified group:

Server

Bluzman provides a commands list to operate with built-in PHP server.

To launch built-in PHP server you should run the following command in the terminal:

By default server will be available by the address 0.0.0.0:8000 and you will see all logs in the terminal.

But there is an option to run server in the background, this requires an option -b:

And if server launched in the background, it can be stopped with following command:

If you want to know the status of the server you should run the command in the terminal:


All versions of bluzman with dependencies

PHP Build Version
Package Version
Requires php Version >=7.3
bluzphp/framework Version ~7.13
codeception/codeception Version ~4.1
composer/composer Version ~2.1
robmorgan/phinx Version ~0.12
symfony/console Version ~5.3
symfony/event-dispatcher Version ~5.3
symfony/filesystem Version ~5.3
symfony/finder Version ~5.3
symfony/process Version ~5.3
symfony/yaml Version ~5.3
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 bluzphp/bluzman contains the following files

Loading the files please wait ....