cowlab / checker
A simple checker package example
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 8
Forks: 0
Open Issues: 0
pkg:composer/cowlab/checker
Requires
- php: >=5.5
- ext-curl: *
- guzzlehttp/guzzle: ~6.0
Requires (Dev)
- phpunit/phpunit: ^6.0
This package is not auto-updated.
Last update: 2025-09-28 11:08:53 UTC
README
check-cow-alive
is simple composer package that checks if one url response 200 OK
History and goal
The project is born in a chat with Andrés and Oscar while we were drafting the practical part of a minimum viable package of the cowlab meeting.
Features
- Returns
true
if url response is200 OK
, any other answer will befalse
Instalation
composer require cowlab/checker