An open API service indexing awesome lists of open source software.

https://github.com/jonasraoni/php-internal-request

Sub request without opening http connections to the server.
https://github.com/jonasraoni/php-internal-request

internal-request php request sub-request

Last synced: about 1 year ago
JSON representation

Sub request without opening http connections to the server.

Awesome Lists containing this project

README

          

# Internal Request

Provides a sub request without opening http connections to the server.

Internally it uses the ob_* functions and also provides a way to set $_GET variables as shown in the example.

## Example

View the file [example.php](example.php).