From daa1f76f5060e4ec1d85a760896ccc0fef326d48 Mon Sep 17 00:00:00 2001 From: Muhammad Touseef <114330547+muhammadtouseef11222211@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:12:17 +0500 Subject: [PATCH] Create README.md --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..370fa0a --- /dev/null +++ b/README.md @@ -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!