Popular repositories
-
A CakePHP Tools plugin containing lots of useful helpers, behaviors, components, shells, ...
-
-
A PHP library to deal with all those media services around, parsing their URLs and displaying their audios/videos.
-
-
CakePHP TinyAuth plugin for an easy and fast user authentication and authorization. Single or multi role. DB or config file based.
-
12,367 contributions in the last year
Less
More
Contribution activity
August 2021
Created 58 commits in 17 repositories
Created a pull request in cakephp/cakephp-codesniffer that received 3 comments
Use errors instead of warnings
Why are we using warnings in some cases where the expectation is to have it clearly fixed? I would propose we fix those up to proper errors, as war…
+1
−1
•
3
comments
Opened 10 other pull requests in 4 repositories
spryker/code-sniffer
2
open
4
merged
dereuromark/cakephp-feed
1
merged
1
closed
spryker/architecture-sniffer
1
open
spryker/documentation
1
merged
Reviewed 15 pull requests in 8 repositories
propelorm/Propel2
8 pull requests
- Feature/untangle criteria class
- Fixed test php8.1
- Fixed test for php8.1
- Use object-equality instead of reference-equality to compare object properties
- BC break: rename functions with underscores for PSR2 compat
- Allow NO ACTION for foreign key references (in the dtd/xsd)
- Allow default-value for concrete-inheritance to be instantiable
- [#1284] pluralise 'Box' to 'Boxes'
cakephp/docs
1 pull request
spryker/code-sniffer
1 pull request
spryker/architecture-sniffer
1 pull request
spryker/devvm
1 pull request
cakephp/cakephp
1 pull request
spryker-eco/payone
1 pull request
dereuromark/cakephp-calendar
1 pull request
Created an issue in phpstan/phpstan that received 1 comment
DIRECTORY_SEPARATOR false positive
if (!defined('DS')) { define('DS', DIRECTORY_SEPARATOR); } if (!defined('WINDOWS')) { if (DS === '\\' || substr(PHP_OS, 0, 3) === 'WIN') { define('…
1
comment