Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexey-pkv/php-blat

No description, website, or topics provided blat.
https://github.com/alexey-pkv/php-blat

blat php

Last synced: about 1 month ago
JSON representation

No description, website, or topics provided blat.

Awesome Lists containing this project

README

        

# PHP blat
> version 1.0.0

Installation:

```shell script
composer require alexey-pkv/php-blat
```

A php library that adds the **blat** suffix to all php methods.

Usage

```php
var_dump_blat(get_defined_functions_blat());
var_dump_blat(in_array_blat('is_blat_a', get_defined_functions_blat()));
```