Download the PHP package saeven/zf2-form-builder without Composer

On this page you can find all versions of the php package saeven/zf2-form-builder. 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 zf2-form-builder

Laminas Powertools

Ok. Let's face it. Wiring forms with Laminas takes time. I do love Zend Framework and Laminas, but Forms taste like the cardboard at the bottom of your tub of ice cream. I built this form helper to spark a little joy. Forms are just less terrible with this in my composer.json, and in yours too.

PLUS, it also writes controllers.

THEN, it'll open them in your PHPStorm (or whatever else).

It's a CLI tool, is extremely lightweight, and is very simple to use.

https://user-images.githubusercontent.com/887224/117239821-79662300-adfd-11eb-88f7-3cd53bcdeaec.mov

Installation

composer require --dev saeven/zf2-form-builder

Then, add it to your application.config.php (laminas-mvc) with Circlical\LaminasTools.

Usage

Forms

Suppose you wanted to create a FooForm, FooFormFactory, FooInputFilter and FooInputFilterFactory in the Bar module, and wire it all up in your form_elements and input_filters config keys (in Bar).

What a chore to even write that!

Well, this tool turns all that into a one-liner.

Answer the questions, and you're off to the races.

Controllers

It'll write controllers as well.

Successfully Achieve 98% Lazy

All you have to do, is pull those config files into your module.config.php like so:

'form_elements' => require forms.config.php,
'input_filters' => require inputfilters.config.php,

How's that for service! You can kick up your feet, tinker with your Pomodoro timer and rake in that same hourly wage with a maximized degree of relaxation.

This tool has been a huge timesaver for me, but please feel free to recommend improvements! I also accept cookie recipes.

Some Notes


All versions of zf2-form-builder with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || >=8
laminas/laminas-servicemanager Version *
laminas/laminas-form Version *
laminas/laminas-cli Version 1.0.2
laminas/laminas-config Version *
laminas/laminas-config-aggregator Version *
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 saeven/zf2-form-builder contains the following files

Loading the files please wait ....