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

https://github.com/lexndru/php-class-template

PHP playground with templates
https://github.com/lexndru/php-class-template

bash php template

Last synced: about 2 months ago
JSON representation

PHP playground with templates

Awesome Lists containing this project

README

        

# PHP Class Template

Note: This is a playground repository for PHP and Bash. Nothing too serious here.

Sample usage:
```
$ bash script.sh [ ...]
```

Sample call:
```
$ php script.php
```

Sample resource (JSON):
```
{
"namespace": "App\\Common",
"className": "Animal",
"fields": [
{
"name": "name",
"type": "string",
"docs": "The animal's name."
},
{
...
}
]
}
```