This website requires JavaScript.
Explore
Help
Sign in
core
/
php-template
Watch
8
Star
0
Fork
You've already forked php-template
0
Code
Issues
6
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
95d55dc180
php-template
/
routes
/
api.php
6 lines
79 B
PHP
Raw
Normal View
History
Unescape
Escape
Initial Core PHP Framework template
2026-01-26 17:19:26 +00:00
<
?
php
fix(dx): add strict_types to all PHP files and update CLAUDE.md - Add declare(strict_types=1) to 9 PHP files missing it - Update CLAUDE.md: document composer test/lint scripts - Update CLAUDE.md: fix lthn/php-api → lthn/api package name - Fix PSR-12 compliance (Pint: ordered imports, FQCN extraction) Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 09:10:30 +00:00
declare
(
strict_types
=
1
);
Initial Core PHP Framework template
2026-01-26 17:19:26 +00:00
// API routes are registered via Core modules
Reference in a new issue
Copy permalink