Flashii API client (PHP ver.)
Find a file
2024-11-16 16:03:42 +00:00
src Return null instead of throwing an exception on error 401. 2024-11-16 16:03:42 +00:00
tests Initial commit! 2024-11-16 04:12:29 +00:00
tools Initial commit! 2024-11-16 04:12:29 +00:00
.gitattributes Initial commit! 2024-11-16 04:12:29 +00:00
.gitignore Initial commit! 2024-11-16 04:12:29 +00:00
composer.json Initial commit! 2024-11-16 04:12:29 +00:00
composer.lock Initial commit! 2024-11-16 04:12:29 +00:00
LICENCE Initial commit! 2024-11-16 04:12:29 +00:00
phpdoc.xml Initial commit! 2024-11-16 04:12:29 +00:00
phpstan.neon Initial commit! 2024-11-16 04:12:29 +00:00
phpunit.xml Initial commit! 2024-11-16 04:12:29 +00:00
README.md Initial commit! 2024-11-16 04:12:29 +00:00
VERSION Return null instead of throwing an exception on error 401. 2024-11-16 16:03:42 +00:00

Flashii PHP API client

This is the source for the first party Flashii API client implementation in PHP.

Requirements and Dependencies

This library currently targets PHP 8.1.

Versioning

Versioning will follows the Semantic Versioning specification v2.0.0.

The MAJOR version component will always be in sync with the implemented version of the Flashii API.

The MINOR version component will be incremented depending changes to the library itself, be it feature additions or removals or changes to minimum required PHP version.

The version is stored in the root of the repository in a file called VERSION and can be read using Flashii\FlashiiClient::version().

Contribution

By submitting code for inclusion in the main source tree you agree to transfer ownership of the code to the project owner. The contributor will still be attributed for the contributed code, unless they ask for this attribution to be removed. This is to avoid intellectual property rights traps and drama that could lead to blackmail situations. If you do not agree with these terms, you are free to fork off.

Licencing

The Flashii API client is available under the BSD 3-Clause Clear License, a full version of which is enclosed in the LICENCE file.