Skip to content

Commit e0b0715

Browse files
committed
docs: update description
1 parent 9e1c91e commit e0b0715

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<img src="images/logo.png" width="150" style="display: block; margin: 0 auto 10px">
44

55
Looking for an easy and quick way to generate PHP code skeletons? Check out our "PHP Skeleton Generator" extension! With just a few steps, you can create PHP classes, interfaces, traits, and enums with all the properties and methods you need. Our assistant guides you through the process, asking you for the options you need and generating the code for you. Save time and effort when creating your PHP projects with "PHP Skeleton Generator"!
6+
Namespace is generated from PSR-4 autoload in composer file.
67

78
## Features
89

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@
66
"keywords": [
77
"php",
88
"generate",
9+
"generator",
10+
"skeleton",
911
"class",
1012
"interface",
1113
"enum",
1214
"trait",
1315
"wizard",
14-
"psr-4"
16+
"psr-4",
17+
"namespace",
18+
"constructor",
19+
"getter",
20+
"setter"
1521
],
1622
"publisher": "AdrianGarciaSabate",
1723
"engines": {
@@ -26,7 +32,8 @@
2632
"url": "https://github.com/adrigar94/php-skeleton-generator.git"
2733
},
2834
"categories": [
29-
"Other"
35+
"Other",
36+
"Programming Languages"
3037
],
3138
"license": "MIT",
3239
"icon": "images/logo.png",

0 commit comments

Comments
 (0)