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.
- Host: GitHub
- URL: https://github.com/jonasraoni/php-internal-request
- Owner: jonasraoni
- License: mit
- Created: 2017-11-04T13:29:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T13:59:21.000Z (over 8 years ago)
- Last Synced: 2025-01-25T14:43:05.355Z (over 1 year ago)
- Topics: internal-request, php, request, sub-request
- Language: PHP
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).