Introduction to Web Notifications API
PHP

Introduction to Web Notifications API
The Web Notifications API is "an API for front-end user notifications". A notification allows the user to see alerts outside the context of a web page of an occurrence such as delivery of mail, user login, chat notification, process complete etc. The notifications will be in different style on different browser and based on the device we use. In mobile we usually see the notification in notification bar.
Manage Dependency with Composer
Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries for your project needs. It will install them in your project for you.
