#587 · Primary category: Computer Vision
php-opencv
PHP extensions for OpenCV
Project last updated:05/23/20
GitHub Stars
561
Forks
95
Contributors
7
License
Apache-2.0
Why we included this project
PHP developers who want OpenCV features without spinning up a separate Python or C++ service can use this extension to call the library directly from PHP. It wraps OpenCV's image operations, CascadeClassifier face detection, and LBPH face recognition in PHP classes and functions, so the same codebase that serves your web app can also read and process images. The project is no longer maintained, and that caveat matters: treat it as a reference implementation and a starting point, not a dependency you can count on long term. The documented examples and a bundled Docker image with OpenCV and contrib modules make it fairly painless to get a working environment and see whether the API covers what you need. For teams already on PHP who want basic computer vision without adding another runtime, it's worth a look.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)