Download the PHP package deanblackborough/zf3-view-helpers without Composer

On this page you can find all versions of the php package deanblackborough/zf3-view-helpers. 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 zf3-view-helpers

Latest Stable Version License Minimum PHP Version Build Status Coverage Status Total Downloads

ZF3 view helpers

A bunch of view helpers that I use in my apps.

Description

A collection of Zend Framework 3 view helpers, primarily focused on Bootstrap 3 and 4.

Bootstrap 4

Bootstrap 3

Code completion

This package requires my sister package https://github.com/deanblackborough/zf3-view-helpers-code-completion which can be used to provide code completion for all the view helpers as well as the default Zend view helpers.

Override $this in your views.

Installation

The easiest way to use the view helpers is with composer. , alternatively include the classes in src/ in your library.

The view helpers

Below is an overview of the more complex view helpers.

Bootstrap 4 Alert

Create a Bootstrap 4 alert component

Public methods:
Example

Bootstrap 4 Badge

Create a Bootstrap 4 badge component

Public methods:
Example

Bootstrap 4 Button

Create a Bootstrap 4 button component

Public methods:
Example

Bootstrap 4 Card

Create a Bootstrap 4 card

Public methods:
Example

Bootstrap 4 column

Create a column

Public methods

Examples

Bootstrap 4 Jumbotron

Create a Bootstrap 4 jumbotron component.

Public methods:
Example

Bootstrap 4 Navbar (lite version)

Create a navbar component

Public methods

Example

Bootstrap 4 progress bar

Create a progress bar component.

Public methods

Example

Bootstrap 4 multiple progress bar

Create a progress bar component with multiple bars

Public methods

Example

Bootstrap 4 row

Create a row

Public methods

Examples

Bootstrap 3 Button

Create a Bootstrap 3 button

Public methods:
Example

Bootstrap 3 Jumbotron

Create a Bootstrap 3 jumbotron, heading and content can be set and optionally a sub heading and whether or not the jumbotron is fluid.

Public methods:
Example

Bootstrap 3 progress bar

Create a progress bar

Public methods

Example

Usage

Add entries to the view_helper index in your module config array, the examples below adds the Jumbotron and Button view helpers, repeat for all the view helpers you would like to use in your project.

Future plans


All versions of zf3-view-helpers with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2
zendframework/zend-view Version ^2.10
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 deanblackborough/zf3-view-helpers contains the following files

Loading the files please wait ....