Search

You can find the results of your search below.

Fulltext results:

Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
18 Hits, Last modified:
" => [ "Router", "API", "CLI" ] ], ... " => [ "Router", "API", "CLI" ] ], ... " => [ "Router", "API", "CLI" ] ], ... " => [ "Router", "API", "CLI" ] ],
Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
12 Hits, Last modified:
cover: * Cross-Site Request Forgery (CSRF) * API and Endpoint creation * Database Handling inclu... us parts, focusing on security (CSRF), setting up API routes, and more advanced database handling. ===... direct calls are disallowed. ===== Building the API Module ===== The **API** module allows us (and potentially third parties) to request, exchange, or sy
Let's Talk - Building a Modular PHP Framework from Scratch @en:blog:2025:01:24
2 Hits, Last modified:
ng on the application’s scope (e.g., Router, CLI, API). Below is the work-in-progress. Notice that we u... " => [ "Router", "API", "CLI" ] ],