Download the PHP package volantus/php-pigpio without Composer

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

Pigpio client library for PHP

Latest Stable Version Build status

PHP client for the great Pigpio daemon library

:bangbang: Alpha status:

Library is currently in Alpha status. Bugs may occur, library may be unstable, API may be changed anytime.

Feedback and bug reports are highly welcome!

Installation

Library may be installed by using Composer:

Features

Currently the following features are fully implemented. If your desired Pigpio feature is not fully supported, you may use raw requests.

Feature Status Version
Notifications (e.g. GPIO changes) :heavy_check_mark: Fully supported 0.1.1
Reading PWM signals :heavy_check_mark: Fully supported 0.1.2
Sending PWM signals :heavy_check_mark: Fully supported 0.3.0
SPI communication :heavy_check_mark: Fully supported 0.2.0
Hall sensors rotation counter :heavy_check_mark: Fully supported 0.2.5
Raw requests/response handling :heavy_check_mark: Fully supported 0.1.1

Basic usage

This library is interacting with Pigpio by using sockets. The core communication is handled by the Client class:

Starting the Pigpio daemon

If the daemon is not running already, it can simply be started via:

Contribution

Contributors are highly welcome! Please report bugs, ask questions and create feature requests :)

Pull requests

Three simple rules:

  1. Write Tests
  2. Follow the project code style
  3. Use feature branches/forks and pull requests

All versions of php-pigpio with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0
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 volantus/php-pigpio contains the following files

Loading the files please wait ....