Type | Vendor | Location | Usage |
---|---|---|---|
Templates | PlatesPHP | ./templates | To render template/sample.php : $engine->render('sample') |
Content | parsedown | ./content | To render content/sample.md : $template->markdown('sample') |
Routes | FastRoute | ./src/Router/ServiceProvider.php | $r->get('path', $callable) ->get ->post ->put ->delete |
Controllers | Custom | ./src/Controller | There is no defined structure to controllers |
Container | league/container | Created in ./dispatcher.php | $container->get($binding) |
Cache | cache/filesystem-adapter | N/a | PSR-16: $container->get(\Psr\SimpleCache\CacheInterface::class) |
-
Notifications
You must be signed in to change notification settings - Fork 0
PHPDX/phpdx.org
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
PHPDX.org website
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published