Download the PHP package stej/php-particle without Composer
On this page you can find all versions of the php package stej/php-particle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-particle
phpParticle
PHP Class for interacting with the Particle Cloud (particle.io)
Installation
- GIT clone or download a zip of the repo and unzip into your project director
- Rename
phpSpark.config.sample.php
tophpSpark.config.php
- Set your access token and device id in
phpSpark.config.php
Usage
- Check out the examples in the
examples
folder - Try out the phpSparkDashboard project which uses this project (demo)
Implemented Features
Device Management
- List Devices
- Get device info
- Rename/Set device name
- Call Particle Function on a device
- Grab the value of a Particle Variable from a device
- Remote (Over the Air) Firmware Uploads
- Device signaling (make it flash a rainbow of colors)
Access Token Management
- Generate a new access token
- List your access tokens
- Delete an access token
Webhook Management
- List Webhooks
- Add Webhook
- Delete Webhook
Account/Cloud Management
- Use a local particle cloud
- Claim core or photon
- Remove core or photon
Not Yet Implemented Features
- OAuth Client Creation (/v1/clients)
- Advanced OAuth topics
All versions of php-particle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.16
The package stej/php-particle contains the following files
Loading the files please wait ....