We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7e843 commit 7583ae9Copy full SHA for 7583ae9
README.md
@@ -1,7 +1,8 @@
1
# PHP Schema.org Model Scaffolding
2
3
-This tool instantly generate a PHP data model from [Schema.org](http://schema.org) vocabulary. Browse Schema.org, choose
4
-the types and properties you need, run our code generator and you're done! You get a fully featured PHP data model including:
+The [PHP Schema](http://php-schema.dunglas.com/) command line tool tool instantly generate a PHP data model from the [Schema.org](http://schema.org)
+vocabulary. Browse Schema.org, choose the types and properties you need, run our code generator and you're done! You get
5
+a fully featured PHP data model including:
6
* A set of PHP entities with properties, constants (enum values), getters, setters, adders and removers. The class
7
hierarchy provided by Schema.org will be translated to a PHP class hierarchy with parents as `abstract` classes. The generated
8
code complies with [PSR](http://www.php-fig.org/) coding standards.
0 commit comments