Script Updated On – 10 May, 2017
Here we are presenting a small PHP script to make your own personal web music streaming site. It is one of the most simplest PHP script. You can use it to take your all songs with you anywhere you want. Yes some will say that there are better free cloud services which can be used. But it is something different. Just try it. You can use it to showcase you music library to anyone.
Functions :
1. Adding new playlist is simple: You can add new categores by just Creating a new directory in data folder. It will automatically checks for new directories (categories) added.
2. Responsive design : The website is responsive. We are using bootstrap for that.
3. Light on resources : As it is not loaded with many features. It is light on resouces on your server except on disk (As you will storing music).
4. Good for personal use : This is not created for businesses. It is created for personal use only.
5. Easy to configure : You can use it if you don't know anyting about PHP. Just edit few settings of config.php and you are good to go.