Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikeludemann/php-class-namespace-use

Simple PHP tutorial to understand 'class', 'namespace' and 'use'
https://github.com/mikeludemann/php-class-namespace-use

class namespace php use

Last synced: 29 days ago
JSON representation

Simple PHP tutorial to understand 'class', 'namespace' and 'use'

Awesome Lists containing this project

README

        

# php-class-namespace-use

Simple PHP tutorial to understand 'class', 'namespace' and 'use'

## Prerequisite

```bash
composer init
```