Download the PHP package typisttech/wordfence-api without Composer
On this page you can find all versions of the php package typisttech/wordfence-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download typisttech/wordfence-api
More information about typisttech/wordfence-api
Files in typisttech/wordfence-api
Package wordfence-api
Short Description Fetch WordPress vulnerability information from Wordfence vulnerability data feed.
License MIT
Homepage https://github.com/typisttech/wordfence-api
Informations about the package wordfence-api
Fetch WordPress vulnerability information from Wordfence vulnerability data feed.
Built with ♥ by Typist Tech
[!TIP] Hire Tang Rufus!
I am looking for my next role, freelance or full-time. If you find this package useful, I can build you more API clients like this. Let's talk if you are hiring PHP / Ruby / Go developers.
Contact me at https://typist.tech/contact/
Usage
Known Issues
Allowed memory size of 999999 bytes exhausted (tried to allocate 99 bytes)
[!TIP] Set
memory_limiton the fly as a temporary fix:
As of October 2025, the production Wordfence vulnerability data feed is over 117 MB.
Client::fetch() downloads the feed into memory and json_decode() the entire feed all in one go.
It causes PHP to run out of memory.
A possible solution is to use a streaming JSON parser like json.Decoder in Go.
If you know how to do that in PHP, please send pull requests. :bow:
[!TIP] Hire Tang Rufus!
There is no need to understand any of these quirks. Let me handle them for you. I am seeking my next job, freelance or full-time.
If you are hiring PHP / Ruby / Go developers, contact me at https://typist.tech/contact/
Installation
Credits
Wordfence API is a Typist Tech project and maintained by Tang Rufus, freelance developer for hire.
Full list of contributors can be found on GitHub.
Copyright and License
This project is a free software distributed under the terms of the MIT license. For the full license, see LICENSE.
Wordfence Intelligence Terms and Conditions
Before using Wordfence Vulnerability Data Feed API, you must read and agree to the Wordfence Intelligence Terms and Conditions.
Learn more at Wordfence help documentation.
If you have any questions about the terms and conditions, please contact Wordfence directly.
MITRE Attribution Requirement
Any company or individual who uses Wordfence vulnerability database API needs to display the MITRE copyright claims included in that vulnerability record for any MITRE vulnerabilities that they display to their end user.
Learn more at Wordfence help documentation.
If you have any questions about the attribution requirement, please contact Wordfence directly.
Contribute
Feedbacks / bug reports / pull requests are welcome.