Download the PHP package divix1988/laminas-cli-commands without Composer

On this page you can find all versions of the php package divix1988/laminas-cli-commands. 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 laminas-cli-commands

laminas-cli-commands

CLI Commands for Laminas projects. WARNING, STILL IN BETA.

Official website: http://laminasstarterkit.omelak.com

Installation

Via Composer

Install the library using Composer:

Setup

Add the following config into your config/local.php file:

Usage

or for Windows users:

Available commands

Controller

Generate sample controller with a list of available actions:

New file in: [root]/module/[moduleName]/src/Controller/[name].php

Sample output:

Model

Generate sample model with a list of properties:

New file in: [root]/module/[moduleName]/src/Model/[name].php

Sample output:

Form

Generate sample model with a list of properties:

New file in: [root]/module/[moduleName]/src/Form/[name]Form.php

Sample output:

Rowset

Generate sample rowset with a list of params:

New file in: [root]/module/[moduleName]/src/Model/Rowset/[name].php

Sample output:

View

Generate sample .phtml view file:

New file in: [root]/module/[moduleName]/view/[controllerName]/[name].phtml

Sample output:

CRUD

Generate a full working example with Form, Rowset, Model, View and Controller with given name:

New files in:

Configuration in: config/generated.crud.php

Sample output for module: ModuleName and name: NewUsers:

Users Login & Registration

Generate Users registration and login feature with custom user properties

New files in:

Configuration in: config/module.config.php src/Module.php

Admin Panel

Add an admin panel to your Laminas MVC project and provide Reports and Users managment tool.

New files in:

Configuration in: config/module.config.php src/Module.php

Navigation

Add a default menu navigation specified with given items.

New files in:

Configuration in: config/autoload/global.php

Sitemap

Add a sitemap controller serving file in XML Google foramt.

New files in:

Configuration in: [root]/module/[moduleName]/config/module.config.php


All versions of laminas-cli-commands with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1 || ^8.1
laminas/laminas-cli Version ^1.7
laminas/laminas-code Version ^4.7
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 divix1988/laminas-cli-commands contains the following files

Loading the files please wait ....