Skip to content

Module for the Kohana, which allows you to download files from the server using the PHP, Apache or Nginx.

License

Notifications You must be signed in to change notification settings

semiton/kohana-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

kohana-download

Module for the Kohana, which allows you to download files from the server using the PHP, Apache or Nginx.

Example:

Download::factory()
	->setDirectory(DOCROOT."downloads")
	->setFileName("file.txt")
	->setFileRealName("file.txt")
	->setContentType('text/plain')
	->execute();

About

Module for the Kohana, which allows you to download files from the server using the PHP, Apache or Nginx.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages