Download the PHP package neilime/zf2-browscap without Composer

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

ZF2 Browscap

⚠️ This module is for Zend Framework 2, it is deprecated ⚠️

Build Status Latest Stable Version Total Downloads Code coverage

NOTE : If you want to contribute don't hesitate, I'll review any PR.

Introduction

ZF2 Browscap is a Zend Framework 2 module that provides an improved get_browser function. This module could be standalone if "browscap" configuration setting in php.ini is undefined or does not point to the correct location of the browscap.ini file.

Contributing

If you wish to contribute to ZF2 Browscap, please read both the CONTRIBUTING.md file.

Requirements

Installation

Main Setup

By cloning project

  1. Install browscap by cloning it into ./vendor/.
  2. Clone this project into your ./vendor/ directory.

With composer

  1. Add this project in your composer.json:

  2. Now tell composer to download ZF2 Browscap by running the command:

Post installation

  1. Enabling it in your application.config.phpfile.

Configuration

How to use ZF2 Browscap

ZF2 Browscap module provides a service, helper for views and plugin for controllers

  1. Call Browscap with the service manager

  2. Call Browscap in a controller "get_browser" plugin expects the same params as the native php function get_browser.

  3. Call Browscap in a view "get_browser" helper expects the same params as the native php function get_browser.

Tools

ZF2 Browscap provides console tools.

Features

Load & parse "browscap.ini" file (or update cached browscap.ini)

Usage

Load & parse "browscap.ini" file

php public/index.php load-browscap

All versions of zf2-browscap with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
zendframework/zendframework Version 2.*@stable
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 neilime/zf2-browscap contains the following files

Loading the files please wait ....