Download the PHP package arimac/sigfox without Composer
On this page you can find all versions of the php package arimac/sigfox. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arimac/sigfox
More information about arimac/sigfox
Files in arimac/sigfox
Package sigfox
Short Description A highlevel up-to-date complete Sigfox API client
License MIT
Homepage https://arimacdev.github.io/php-sigfox-client
Informations about the package sigfox
PHP Sigfox Client
A high level, up-to-date client library to access Sigfox APIs. This client library covered all the operations.
Installation
If you are planning to use another HTTP client other than guzzlehttp
,
You do not want to install it.
Usage
See the documentation for a detailed description. This is some code snippets for you to get an idea about this library.
-
Initializing the client
-
Fetch a device from the server
-
Update a device
-
Create a device
- Delete a device
Features
- All operations implemented
- Ability to use user defined HTTP clients.
- Requests validation over validation rules in the API documentation.
- A developer friendly helper to handle pagination requests
- A developer friendly helper to handle async requests
- File downloads (kmz)
Versioning
The initial version code is the 2.0.0
. The first number (2
) belongs
to the version number of the Sigfox API. Second number is changing with
major versions. And the third number is changing with the minor
versions.
Issues and Feature requests
Do not hesitate to report if you faced any issue or a bug while using this library. We are little bit busy, but happy to help you.
We have added just a few basic features to this library to solve only the most frequently encountered tasks. If you have an idea about a new feature, feel free to let us know in the issues section.
Contributing
If you like to contribute and you do not have an idea about where to contribute, go to the issues section and try to pick one.
Read the Contribution
Guide
if you new to contribute. And open a PR to the master
branch with your
contribution. Make sure all contributions are backward compatibility.
Because we are not frequently releasing major versions of this library.