Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alexey-pkv/php-blat
- Owner: alexey-pkv
- Created: 2020-03-30T14:19:04.000Z (almost 5 years ago)
- Default Branch: master-blat
- Last Pushed: 2020-03-31T06:32:18.000Z (almost 5 years ago)
- Last Synced: 2024-04-22T03:22:57.918Z (9 months ago)
- Topics: blat, php
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP blat
> version 1.0.0Installation:
```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()));
```