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

https://github.com/gemorroj/syntax

Check php code syntax
https://github.com/gemorroj/syntax

php-validator syntax-checker

Last synced: about 1 month ago
JSON representation

Check php code syntax

Awesome Lists containing this project

README

        

# Check php code syntax

[![Continuous Integration](https://github.com/Gemorroj/Syntax/workflows/Continuous%20Integration/badge.svg)](https://github.com/Gemorroj/Syntax/actions?query=workflow%3A%22Continuous+Integration%22)

### Example:
```php
check('');
print_r($resultCheck);

$resultCheckFile = $syntax->checkFile('example.php');
print_r($resultCheckFile);
```

### Requirements:

- PHP >= 8.0.2

### Installation:
```bash
composer require gemorroj/syntax
```