PHP Namespaces.

In Php, namespaces allows for better organization by grouping classes that work together to perform different task without any conflict.

Code :