Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastianbergmann/php-invoker
Invoke PHP callables with a timeout
https://github.com/sebastianbergmann/php-invoker
Last synced: 1 day ago
JSON representation
Invoke PHP callables with a timeout
- Host: GitHub
- URL: https://github.com/sebastianbergmann/php-invoker
- Owner: sebastianbergmann
- License: bsd-3-clause
- Created: 2011-03-09T15:10:28.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T07:04:08.000Z (about 2 months ago)
- Last Synced: 2024-10-29T14:55:20.306Z (22 days ago)
- Language: PHP
- Homepage:
- Size: 70 MB
- Stars: 1,214
- Watchers: 9
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# phpunit/php-invoker
[![Latest Stable Version](https://poser.pugx.org/phpunit/php-invoker/v)](https://packagist.org/packages/phpunit/php-invoker)
[![CI Status](https://github.com/sebastianbergmann/php-invoker/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/php-invoker/actions)
[![codecov](https://codecov.io/gh/sebastianbergmann/php-invoker/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/php-invoker)## Installation
You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/):
```
composer require phpunit/php-invoker
```If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:
```
composer require --dev phpunit/php-invoker
```