-
Hi,
I'm currently using the PSR-7 version with Zend Expressive 2, but I'm facing some obstacles on adapting it to work with Zend Expressive 3.
Is there any plans to create a PSR-15 version of th…
-
Hi, news about psr-4 autoloading standard ? i'm Still get that error
```
Deprecation Notice: Class Mediatoolkit\ActiveCampaign\Contacts\Contacts located in ./vendor/mediatoolkit/activecampaign-v3-…
-
This is a suggestion: how about following PSR-1 and PSR-2 for code formatting? I see that you are already following PSR-4, that would help to contribute people taking this project seriously I believe.…
-
**Describe the bug**
Composer is yelling about a variety of classes not conforming to PSR-4 autoloading standards:
```
Class ActionScheduler_AsyncRequest_QueueRunner located in ./web/app/plugins/…
-
In order to avoid any potential conflicts with other plugins, it's better to use namespaced classes. An added perk is using PSR-12 autoloading. Even if WordPress is not implementing PSR-12 autoloading…
-
Вижу ошибки в форматировании. Например:
https://github.com/Fetgea/sqlWrapper/blob/b5b5337219b3e14adddeda7aa6cdaef89f5e1142/index.php#L5
https://github.com/Fetgea/sqlWrapper/blob/b5b5337219b3e14addde…
-
Please update psr/http-message to latest version. The old Version is not compatible with newer PHP versions.
-
[PSR-1 - Basic Coding Standard](http://www.php-fig.org/psr/psr-1)
-
Please log using standard PSR-3, instead of error_log, thus a logger can be injected into objects.
-
Should the PHP implementation support [PSR-8](https://github.com/php-fig/fig-standards/tree/master/proposed/psr-8-hug) ?