-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90cf6f4
commit daa1f76
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
AsyncPHP is a project that implements asynchronous programming in PHP, designed for high performance and scalability. This project leverages asynchronous programming techniques to improve the responsiveness and efficiency of PHP applications. | ||
|
||
AsyncPHP Directory Structure | ||
+--- app | ||
| +--- .htaccess # Apache configuration | ||
| +--- reuseable_views # Contains reusable view templates | ||
| | +--- footer.php # Footer template | ||
| | +--- footer_async.php # Async footer template | ||
| | +--- footer_form.php # Footer for forms | ||
| | +--- footer_form.php.bak # Backup of form footer | ||
| | +--- footer_json.php # JSON footer template | ||
| | +--- header.php # Header template | ||
| +--- template.php # Main template file | ||
+--- async_scripts # Contains asynchronous scripts | ||
| +--- db_connect.php # Database connection script | ||
+--- Backend # Backend scripts | ||
| +--- db_connect.php # Database connection for backend | ||
| +--- multiple_async_get_outputs.php # Handles multiple async outputs | ||
| +--- template.php # Backend template file | ||
| +--- template_async.php # Async backend template | ||
+--- css # CSS files | ||
| +--- style.php # Stylesheet | ||
+--- index.php # Main entry point | ||
+--- index1.php # Alternative entry point | ||
+--- js # JavaScript files | ||
| +--- router_js.php # JavaScript router | ||
+--- lib # Library files | ||
| +--- AsyncRunner.php # Handles asynchronous processing | ||
+--- router_links # Routing links | ||
| +--- links.php # Links for routing | ||
|
||
More Practical Information is comming I am only one person working on this project adn there is no other framwork or library which is working like this. | ||
|
||
It is best to create software which perform linux operations task in very fast development and deployment. | ||
|
||
Version 1.0.0 | ||
simple test link: https://asyncphp.great-site.net/ | ||
|
||
Thanks! |