-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] phpDocumentor v3 compatibility #18
Comments
Any progress here? |
Sadly, there's no recent work on this project. 🥲 I was starting a VitePress templating with phpDocumentor3, but I got no spare time to work more on it neither (not published, unnestable). I'll try this next weekends to check if is more practical to continue working on VuePress or if I should continue with my VitePress version instead. |
Well, first of all, your project is very useful! And keeping idea in mind that we are now php8, we have to make a step forward with new tools and stuff. If you are able to share your VitePress version too, perhaps i'll find my time to help or whatsoever move it forward as well as phpDocumentor 3 version of VuePress. Thanks in advanced! |
Yes, of course! When I tried to use phpdoc v2 it failed on PHP > 7.2. That's why I tried v3, but it was still on beta and had no documentation, even after stable 3.0 release it was difficult to find out any information about new templating and configuration. About VitePress, that time I tried, but it was not compatible with the way phpdoc worked. I think that, with the coming VuePress 2, there's an opportunity to use it easier that VitePress. I'll poke you, @eshimischi , when I test these ideas this weekend. Thanks for your interest. 😸 |
Awesome, let's do it. I'll find my time to support it. Really interested in the project. Looking forward! |
Any progress here? |
No, sorry. I'm struggling with my free time x.x |
it's ok i was just curious about progress, no pressure. take your time! |
Scopes
Is your feature request related to a problem? Please describe.
Provide compatibility with phpDocumentor 3.
Describe the solution you'd like
Drop compatibility with phpDocumentor 2, which is intended for old PHP versions (<7.2). And provide configuration and documentation for new phpDocumentor 3 and recent PHP versions.
The text was updated successfully, but these errors were encountered: