Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/php-defer/php-defer

Golang's defer statement for PHP
https://github.com/php-defer/php-defer

Last synced: about 2 months ago
JSON representation

Golang's defer statement for PHP

Lists

README

        

# PHP Defer

[![Coverage Status](https://coveralls.io/repos/github/php-defer/php-defer/badge.svg?branch=5.0)](https://coveralls.io/github/php-defer/php-defer?branch=5.0)
[![Tests status](https://github.com/php-defer/php-defer/actions/workflows/tests.yml/badge.svg?branch=5.0)](https://github.com/php-defer/php-defer/actions/workflows/tests.yml?query=branch%3A5.0)

The [defer statement](https://blog.golang.org/defer-panic-and-recover) originally comes from Golang. This library allows you to use the defer functionality in your PHP code.

## Usage

```php