Pinned Repositories
orklah
psalm-elvis-begone
Replace Elvis operator (?:) by null coalesce operator (??) when applicable
psalm-insane-comparison
Detects possible insane comparison ("string" == 0) to help migrate to PHP8
psalm-not-empty
Automatically change empty() into a more explicit expression
psalm-strict-equality
Automatically change == into === when safe
psalm-strict-numeric-cast
Restrict the use of (int) and (float) to numeric-string only
psalm-strict-types
Adds strict_types declaration when the file is provably safe
psalm-strict-visibility
A Psalm plugin to detect calling private or protected method via proxy
psalm-type-setters-params
Use property type to fix param in the setter
psalm-use-constants
Fix the code to use existing constants instead of literals when available
orklah's Repositories
orklah/psalm-insane-comparison
Detects possible insane comparison ("string" == 0) to help migrate to PHP8
orklah/psalm-not-empty
Automatically change empty() into a more explicit expression
orklah/psalm-strict-types
Adds strict_types declaration when the file is provably safe
orklah/psalm-strict-numeric-cast
Restrict the use of (int) and (float) to numeric-string only
orklah/psalm-strict-visibility
A Psalm plugin to detect calling private or protected method via proxy
orklah/psalm-elvis-begone
Replace Elvis operator (?:) by null coalesce operator (??) when applicable
orklah/psalm-strict-equality
Automatically change == into === when safe
orklah/psalm-use-constants
Fix the code to use existing constants instead of literals when available
orklah/psalm-type-setters-params
Use property type to fix param in the setter
orklah/orklah
orklah/BetterReflection
:crystal_ball: Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in reflection API.
orklah/doc-fr
French translation of the PHP documentation
orklah/doctrine-psalm-plugin
Stubs to let Psalm understand Doctrine better
orklah/doctrine-typed-results
orklah/flysystem
Abstraction for local and remote filesystems
orklah/getrector.org
Rector Website
orklah/orm
Doctrine Object Relational Mapper (ORM)
orklah/phan
Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
orklah/php-doc-fixer
This is a experiment! Lets check (maybe fix at some point) the php documentation automatically.
orklah/phpDocumentor
Documentation Generator for PHP
orklah/PhpSpreadsheet
A pure PHP library for reading and writing spreadsheet files
orklah/phpunit
The PHP Unit Testing framework.
orklah/psalm
A static analysis tool for finding errors in PHP applications
orklah/psalm-plugin-phpunit
A PHPUnit plugin for Psalm
orklah/psalm-strict-types-empty-class
Adds declaration of strict_types on empty classes
orklah/psalm.dev
Has the source for psalm.dev
orklah/psl
PHP Standard Library - a modern, consistent, centralized, well-typed set of APIs for PHP programmers.
orklah/Reflection
Reflection library to do Static Analysis for PHP Projects
orklah/semver
Semantic versioning utilities with the addition of version constraints parsing and checking.
orklah/shepherd
WIP - what runs on shepherd.dev