ironeyeapi / ironeye
Official PHP client for the IronEye document intelligence and collection API.
v1.0.0
2026-09-04 11:27 UTC
This package is not auto-updated.
Last update: 2026-09-20 08:02:37 UTC
README
The official PHP client for the IronEye API: document analysis over bytes you send, and normalised collection from public sources, behind one key.
composer require ironeyeapi/ironeye
Features
- Every analysis route, the async job path with
awaitJob(), the collection catalogue and the data-subject-rights endpoints. - One exception class per refusal family, each carrying the server's verdict.
- Retries on the server's own
retryableflag, honouringRetry-After. - PSR-4 autoloading, PSR-3 logging,
ext-curlandext-json. Nothing else. - No credential, no payload in the log.
Full documentation, including every endpoint and every option, is at https://ironeye.org/docs/sdk/php.
Direct Softworks · MIT · issues and pull requests welcome