This section is small because most of what would be added here can already be found in CodefyPHP's docs. So, instead of
repeating it here and causing duplicate content to be indexed by Google, other information you need for development will
be referenced in the table below. Anywhere that you can use CodefyPHP's global helper (Codefy::$PHP), you can use
Devflow in its place (Devflow::$PHP)
| Method | Description |
|---|---|
| Helpers | Other helpful global helper functions you can use. |
| Argument Parser | Normalizes arguments into arrays, and merges them with defaults. |
| Arrays | Helps with working with arrays. |
| Collections | A fluent way of working with arrays of data. |
| File Storage | Working with the local filesystem. |
| HTTP Client | Send HTTP Requests. |
| Queues | Queue tasks and jobs. |
| String Parser | Turn query strings into arrays. |
| Strings | A helper that makes it easier to work with strings. |
| Rate Limiting | Limit the number of requests per client. |
| Validation | Validates data. |