Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
| <?php | |
| namespace Twilio; | |
| use GuzzleHttp\Client as HttpClient; | |
| use GuzzleHttp\Collection; | |
| use GuzzleHttp\Command\Guzzle\GuzzleClient; | |
| use GuzzleHttp\Command\Guzzle\Description; | |
| use GuzzleHttp\Command\Model; | |
| use GuzzleHttp\Subscriber\Retry\RetrySubscriber; |
TL;DR: We're witnessing the end of graphical user interfaces. AI agents like Claude Code are eliminating the need for windows, menus, and clicks, replacing them with natural language. The computer is finally learning to speak human, not the other way around.
Last week, I realized something profound: I haven't opened Finder in months. Not once.
| name | no-use-effect |
|---|---|
| description | Enforce the no-useEffect rule when writing or reviewing React code. ACTIVATE when writing React components, refactoring existing useEffect calls, reviewing PRs with useEffect, or when an agent adds useEffect "just in case." Provides the five replacement patterns and the useMountEffect escape hatch. |