File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ composer install phpugph/components
1818## Components
1919
2020 - Curl - cURL wrapper class that helps making cUrl calls easier
21- - Data - Manages data structs of all kinds. Models, Collections and Registry objects are covered here
22- - Event - Similar to JavaScript Events. Covers basic and wildcard events.
23- - Helper - Miscellaneous traits used to add class features
21+ - [ Data] ( ./docs/data.md ) - Manages data structs of all kinds. Models, Collections and Registry objects are covered here
22+ - [ Event] ( ./docs/event.md ) - Similar to JavaScript Events. Covers basic and wildcard events.
23+ - [ Helper] ( ./docs/helper.md ) - Miscellaneous traits used to add class features
2424 - Http - Deals with Routers, Request, Response and Middleware
2525 - i18n - Covers Language translations and timezone conversions
2626 - Image - Dynamic Image processor
27- - Profiler - Assists with troubleshooting code
28- - Resolver - IoC to manage dependency injections
27+ - [ Profiler] ( ./docs/profiler.md ) - Assists with troubleshooting code
28+ - [ Resolver] ( ./docs/resolver.md ) - IoC to manage dependency injections
2929
3030----
3131
You can’t perform that action at this time.
0 commit comments