n0nag0n
112796ec42
Merge pull request #718 from flightphp/replace-table-with-chart-in-readme
...
Replace frameworks comparison table with Mermaid bar chart in README
1 day ago
n0nag0n
cb27287bbc
Merge branch 'master' into replace-table-with-chart-in-readme
1 day ago
n0nag0n
5372672332
Merge pull request #722 from flightphp/eventdispatcher-rework
...
Simplify EventDispatcher methods and remove redundant descriptions
1 day ago
n0nag0n
240556e92b
Merge pull request #720 from flightphp/improve-@copyright-and-@license
...
Normalize and simplify @copyright and @license PHPDoc tags
1 day ago
n0nag0n
7fc6fc1eee
Merge pull request #717 from flightphp/improve-readme-design
...
Improve format and clarity in README.md
1 day ago
n0nag0n
df93b904f3
Merge pull request #715 from flightphp/psr12-ai-coding-standards
...
Update documentation for PSR-12 code formatting instructions
1 day ago
n0nag0n
73a5387b70
Merge pull request #716 from flightphp/update-contributing-guidelines
...
Update coding standards to PSR12 and improve CONTRIBUTING.md
1 day ago
fadrian06
cd3d8bb44e
simplify EventDispatcher@removeAllListeners and resetInstance
3 days ago
fadrian06
4cb50f66ab
simplify EventDispatcher@removeListener
3 days ago
fadrian06
6c22bad3f0
remove redundant explanation of EventDispatcher@getAllRegisteredEvents
3 days ago
fadrian06
361e45e974
simplify EventDispatcher@getListeners
3 days ago
fadrian06
4abcd23e11
use EventDispatcher@hasListeners in trigger
3 days ago
fadrian06
6bc62d9b0c
simplify EventDispatcher@hasListeners
3 days ago
fadrian06
0d50ed97d6
use early returns in EventDispatcher@trigger
3 days ago
fadrian06
f7b2736736
simplify EventDispatcher@trigger
3 days ago
fadrian06
3723228c3d
simplify EventDispatcher@on
3 days ago
fadrian06
8d29ad4fd0
remove reduntant EventDispatcher@getInstance description
3 days ago
fadrian06
3066c5dcc4
simplify EventDispatcher listeners typehint
3 days ago
fadrian06
4c2a08c3e6
remove reduntant EventDispatcher::$instance description
3 days ago
fadrian06
32ff66428d
use raw copyright links for compatibility
5 days ago
fadrian06
cff442d964
normalize and simplify @copyright and @license phpdoc tags based on phpDocumentor recommendations to clean symbols hovers
5 days ago
fadrian06
31cd1b0437
translate chart to english
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
5 days ago
fadrian06
cc01169281
falsey -> falsy
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
5 days ago
fadrian06
d566684b7e
improve redaction about reporting security vulnerabilities
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
5 days ago
fadrian06
ae0440eb80
remove "Until automated testing is put into place"
...
CI Tests were implemented and running successfully
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
5 days ago
fadrian06
b464dc18f4
PSR12 -> PSR-12
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
5 days ago
fadrian06
489c4e2fd0
replace README.md frameworks comparison table with mermaid bars chart
5 days ago
fadrian06
b28716c3ef
improve format and clarity in README.md
5 days ago
fadrian06
a86e4078ca
improve the redaction of CONTRIBUTING.md about security vulnerabilities
5 days ago
fadrian06
fa08cd68ff
remove restriction about the ! (NOT) operator
5 days ago
fadrian06
412faa120f
adjust the php versions in the tests
5 days ago
fadrian06
dddd6ab72a
update the coding standards to PSR12
5 days ago
fadrian06
dc48746b3f
update code format instructions to PSR12 in documentation
5 days ago
n0nag0n
d8fe78449c
Fix flight.allow_method_override not disabling method override (GHSA-vr9m-jx6f-hhj6)
...
Assign Request::$allowMethodOverride on the class before any Request is
built, so the constructor does not cache an overridden verb while the
static still defaults to true. When override is disabled and an override
header or _method field is present, recompute the cached request method
so early Flight::request() access cannot keep a spoofed DELETE/PUT/PATCH.
Add regression tests for the Engine start path, early request construction,
_method, and intentional manual method assignment without override input.
1 week ago
n0nag0n
ee03274498
Merge pull request #714 from flightphp/feat/align-runway-commands-with-skeleton
...
Align Runway generators with skeleton App\ layout
2 weeks ago
n0nag0n
98c9c89893
Align Runway generators with skeleton App\ layout and fix suite gates
...
make:controller now generates App\Controller under app/Controller/, and
ai:generate-instructions writes only AGENTS.md with Twig/SimplePdo
conventions. Clear a stale PHPStan baseline entry and resolve PHPCS
issues so multi-PHP tests/phpstan/phpcs pass cleanly.
2 weeks ago
n0nag0n
f2df5232c4
Add project instructions for FlightPHP core library
1 month ago
n0nag0n
128af19ae9
Merge pull request #713 from flightphp/use-best-practices-in-index.php
...
Use static callables with type hints
1 month ago
fadrian06
83d7096ee7
use static callables with typehints
1 month ago
n0nag0n
eb24cff886
Merge pull request #711 from flightphp/feat/ai-generate-agents-md
...
feat(ai): generate AGENTS.md in ai:generate-instructions command
2 months ago
n0nag0n
53d422001e
feat(ai): generate AGENTS.md in ai:generate-instructions command
...
Also write project AI instructions to AGENTS.md alongside the existing
copilot, cursor, gemini, and windsurf output files.
2 months ago
n0nag0n
bac3714368
Merge pull request #709 from flightphp/autoload-rework
...
Refactor autoloading and normalize test structure
2 months ago
copilot-swe-agent[bot]
46e457f9c5
Merge master into autoload-rework
2 months ago
fadrian06
d58cbacda1
restore and improve custom autoloader
2 months ago
n0nag0n
3ca4c86da8
Merge pull request #703 from flightphp/sort-.gitignore
...
Sort .gitignore
2 months ago
n0nag0n
61db3b2fcc
Merge branch 'master' into sort-.gitignore
2 months ago
n0nag0n
ad7c613d55
Merge pull request #704 from flightphp/simplify-coverage-generation
...
Simplify code coverage generation
2 months ago
n0nag0n
dcab35b729
Merge pull request #705 from flightphp/combine-phpstan-and-phpcs-in-lint-script
...
Combine PHPStan and PHPCS in lint script
2 months ago
n0nag0n
68f0942127
Merge branch 'master' into combine-phpstan-and-phpcs-in-lint-script
2 months ago
n0nag0n
03ed9fe706
Merge pull request #706 from flightphp/phpstan-rework
...
Update PHPStan configuration and enable type treatment
2 months ago