Skip to content

jlaso/asynchronous-long-server-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asynchronous-server-tasks

A wrapper to implement asynchronous server taks in your PHP project

remember to run first composer dumpautoload in order to generate the appropriate autoload files

To run the example:

create a virtual a host with "your-local-name" in your development environment:

now, go to your browser and write http://your-local-name and you'll see a simple page with a button to start a new task and an area to see messages.

##A little complex example##

This example serves as a base to document the second part of the article on PHP Classes

Go in your browser to http://your-local-name/file-list.php

About

Execute long server tasks from frontend without hang the browser. And be informed about the progress.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages