Package Details: php-codesniffer 3.13.2-1

Git Clone URL: https://aur.archlinux.org/php-codesniffer.git (read-only, click to copy)
Package Base: php-codesniffer
Description: PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files to detect and fix violations of a defined set of coding standards.
Upstream URL: https://github.com/PHPCSStandards/PHP_CodeSniffer
Licenses: BSD
Submitter: None
Maintainer: sender
Last Packager: sender
Votes: 63
Popularity: 0.000000
First Submitted: 2010-06-13 09:00 (UTC)
Last Updated: 2025-06-18 10:42 (UTC)

Pinned Comments

sender commented on 2025-06-18 10:56 (UTC) (edited on 2025-06-18 10:56 (UTC) by sender)

In case of missing PGP-key run:

gpg --keyserver hkps://keys.openpgp.org --recv-keys D91D86963AF3A29B6520462297B02DD8E5071466

Note: the previous PGP-key for juliette@phpcodesniffer.com expired in May 2025. If desired you can list all keys associated with that account via gpg --list-keys juliette@phpcodesniffer.com and remove expired ones via gpg --delete-key <insert-key-id>.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

sender commented on 2016-04-17 12:02 (UTC)

@KingCrunch I've switched this package to use PHAR instead of using PEAR. Thanks for the pointer. Please test.

sender commented on 2016-04-16 17:03 (UTC) (edited on 2016-04-16 17:04 (UTC) by sender)

@KingCrunch I haven't used this personally for a while. Do you refer to/what do you think of the: 'php pyrus.phar install pear/PHP_CodeSniffer' method that's suggested on http://pear.php.net/package/PHP_CodeSniffer?

KingCrunch commented on 2016-04-14 22:08 (UTC)

Hi. I've seen the same issue and yes, adjusting the include_path should solve my problem. Is there's a reason you don't use the PHAR distribution? It contains all required dependencies, thus there is no need to change system settings to get things working.

broiniac commented on 2016-01-14 16:12 (UTC)

No, but thanks for update. My error can be fixed by setting: include_path = ".:/usr/share/pear" in php.ini. Thanks for your reply :)

sender commented on 2016-01-13 17:05 (UTC)

Updated to latest stable v2.5.0 @Alphanumerix: does this fix your problem?

broiniac commented on 2016-01-13 15:59 (UTC) (edited on 2016-01-13 16:23 (UTC) by broiniac)

With newest php available in repo (7.0.2) I've error posted below: PHP Warning: include_once(PHP/CodeSniffer/CLI.php): failed to open stream: No such file or directory in /usr/bin/phpcs on line 21 PHP Warning: include_once(): Failed opening 'PHP/CodeSniffer/CLI.php' for inclusion (include_path='.:') in /usr/bin/phpcs on line 21 PHP Fatal error: Uncaught Error: Class 'PHP_CodeSniffer_CLI' not found in /usr/bin/phpcs:24 Stack trace: #0 {main} thrown in /usr/bin/phpcs on line 24 I believe it's related to this error from 2016-01-04 04:55 posted here: https://aur.archlinux.org/packages/php-cs-fixer/?comments=all Error in post above is fixed now (or at least it's not occurring on my box).

sender commented on 2015-12-10 16:23 (UTC)

@biinari weird, should be fixed now

biinari commented on 2015-12-10 15:30 (UTC)

Looks like the sha256sum is incorrect (perhaps upstream re-submitted to PEAR)

biinari commented on 2015-12-10 15:25 (UTC)

@vohof You can put your additional coding standards whereever you like and configure PHP Codesniffer to find them using phpcs --config-set installed_paths /path/to/wpcs (replace /path/to/wpcs with the path where you put your extra coding standards) as per instructions in https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards#standalone

vohof commented on 2015-05-09 05:25 (UTC)

Hi, where do I install additional coding standards? e.g. https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards