Giter Site home page Giter Site logo

florianwolters / php-component-service-quickresponse Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 136 KB

Web service clients to create Quick Response (QR) codes as a PHP component.

Home Page: http://blog.florianwolters.de/PHP-Component-Service-QuickResponse

License: GNU Lesser General Public License v3.0

PHP 100.00%

php-component-service-quickresponse's Introduction

FlorianWolters\Component\Service\QuickResponse

Build Status

FlorianWolters\Component\Service\QuickResponse provides web service clients to create Quick Response (QR) as a simple-to-use PHP component.

Introduction

FlorianWolters\Component\Service\QuickResponse provides web service clients for the following web services:

Important: By using FlorianWolters\Component\Service\QuickResponse you agree to accept the terms of use of the web service provider.

Features

  • Artifacts tested with both static and dynamic test procedures:
  • Installable via Composer or PEAR installer:
  • Provides a complete Application Programming Interface (API) documentation generated with the documentation generator ApiGen.
    • Click here for the current API documentation.
  • Follows the PSR-0 requirements for autoloader interoperability.
  • Follows the PSR-1 basic coding style guide.
  • Follows the PSR-2 coding style guide.
  • Follows the Semantic Versioning Specification (SemVer) 2.0.0-rc.1.

Requirements

Installation

Local Installation

FlorianWolters\Component\Service\QuickResponse should be installed using the dependency manager Composer. Composer can be installed with PHP.

php -r "eval('?>'.file_get_contents('http://getcomposer.org/installer'));"

This will just check a few PHP settings and then download composer.phar to your working directory. This file is the Composer binary. It is a PHAR (PHP archive), which is an archive format for PHP which can be run on the command line, amongst other things.

Next, run the install command to resolve and download dependencies:

php composer.phar install

System-Wide Installation

FlorianWolters\Component\Service\QuickResponse should be installed using the PEAR installer. This installer is the PHP community's de-facto standard for installing PHP components.

pear channel-discover pear.florianwolters.de
pear install --alldeps fw/Service_QuickResponse

As A Dependency On Your Component

Composer

If you are creating a component that relies on FlorianWolters\Component\Service\QuickResponse, please make sure that you add FlorianWolters\Component\Service\QuickResponse to your component's composer.json file:

{
    "require": {
        "florianwolters/component-service-quickresponse": "0.1.*"
    }
}

PEAR

If you are creating a component that relies on FlorianWolters\Component\Service\QuickResponse, please make sure that you add FlorianWolters\Component\Service\QuickResponse to your component's package.xml file:

<dependencies>
  <required>
    <package>
      <name>Service_QuickResponse</name>
      <channel>pear.florianwolters.de</channel>
      <min>0.1.0</min>
      <max>0.1.99</max>
    </package>
  </required>
</dependencies>

Usage

The best documentation for FlorianWolters\Component\Service\QuickResponse are the unit tests, which are shipped in the package. You will find them installed into your PEAR repository, which on Linux systems is normally /usr/share/php/test.

Development Environment

If you want to patch or enhance this component, you will need to create a suitable development environment. The easiest way to do that is to install phix4componentdev:

# phix4componentdev
pear channel-discover pear.phix-project.org
pear install phix/phix4componentdev

You can then clone the Git repository:

# PHP-Component-Service-QuickResponse
git clone http://github.com/FlorianWolters/PHP-Component-Service-QuickResponse

Then, install a local copy of this component's dependencies to complete the development environment:

# build vendor/ folder
phing build-vendor

To make life easier for you, common tasks (such as running unit tests, generating code review analytics, and creating the PEAR package) have been automated using phing. You'll find the automated steps inside the build.xml file that ships with the component.

Run the command phing in the component's top-level folder to see the full list of available automated tasks.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://gnu.org/licenses/lgpl.txt.

php-component-service-quickresponse's People

Contributors

florianwolters avatar

Watchers

 avatar  avatar

Forkers

iuyes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.