-
Make sure we follow the standards for coding.
All time.
-
Hi Larry,
are you still interested to continue development on this project?
I think it is currently behind the status of the db engine in D8. Can I say, 3 years behind? (that's the latest commit, says…
-
From documentation
```
In PHP, you can place code in any file, without a specific structure. In Zephir, every file must contain a class (and just one class). Every class must have a namespace, an…
-
Hamma kodlarni PHP Standart bo'yicha yozib chiqish garak
-
Hello,
implementati si voi autoloading-ul in libraria asta? Eventual si un package de composer, ar fi mișto.
http://www.php-fig.org/psr/psr-4/
-
Make code PSR-compatible.
garex updated
11 years ago
-
**[PSR-4](http://www.php-fig.org/psr/psr-4/)** 是 **[PSR-0](http://www.php-fig.org/psr/psr-0/)** 的升级版本,比 PSR-0 更简洁,更好用。
下面我们来对比一下:
**相同点**
1. 一个文件一个类,文件以 ".php" 作为扩展名
2. 命名空间分隔符 `\` 转换成 `DIRECTORY_SE…
-
This package has a hard dependency upon guzzle, it is generally considered a good practice for an SDK to not depend upon a specific implementation.
We've [PSR-18](https://www.php-fig.org/psr/psr-1…
-
After upgrading from 5.24 I saw a new issue in known-good code, related to incorrect callback arguments when using symfony cacke, as psalm seems to get slightly confused. I think I've managed to repro…
pkly updated
2 months ago
-
Hi,
I couldn't find it in the documentation, but what would be the prefered way to configure basic auth for the elastic search endpoint when using the Symfony configuration?
Currently I'm using …