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
- Host: GitHub
- URL: https://github.com/lexndru/php-class-template
- Owner: lexndru
- License: mit
- Created: 2020-04-30T19:28:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T19:39:47.000Z (about 5 years ago)
- Last Synced: 2025-02-13T08:17:40.428Z (4 months ago)
- Topics: bash, php, template
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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."
},
{
...
}
]
}
```