beyondcode / beyondcode/laravel-self-diagnosis

Checker for php.ini options

Open
#71 8 comments 5 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
1.5k
Forks
107
PR merge metrics
No merged PRs in 30d

Description

For my project I've implemented checker for php.ini options. Configuration looks like this:
```php
\App\Libraries\SelfDiagnosis\Checks\PhpIniOptions::class => [
'options' => [
'upload_max_filesize' => '>=128M',
'post_max_size' => '>=128M',
'memory_limit' => '>=128M',
'max_input_vars' => '>=10000',
'file_uploads' => '1',
'disable_functions' => '',
],
],
```

If project owners will be interested, I can send PR

Contributor guide

Open the contributing guide

Research direction

Start by reviewing the existing self-diagnosis checks and the proposed App\Libraries\SelfDiagnosis\Checks\PhpIniOptions class. Compare the listed php.ini options and operators with the project's current checker configuration. Done means the checker can evaluate those options and the expected configuration is covered by verification.

Written by the indexing model from the issue text.

Assessment

Tech stack
laravel, php
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.