Roadmap to reactphp/dns v3
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 15/100
- Issue type
- Refactor
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- php
- Domain
- networking
Research direction
Start with the linked v3.0.0 milestone and the referenced pull requests, then review the roadmap items for type-safe APIs, blocking and async APIs, and dependency upgrades. Done would require coordinating the listed ReactPHP DNS v3 work through release, so this ticket does not define a self-contained contribution or specific file and test entry point.
Written by the indexing model from the issue text.
Description
ReactPHP v3 is going to happen! 🎉
We're committed to work on the next major version of ReactPHP. We've started working on this a while ago and believe it's time to finally make this public and give people a chance to see what we're up to and to contribute. In order to show the ongoing development towards ReactPHP v3, we're using dedicated roadmap tickets (like this one) for each component.
Our plans towards DNS v3
-
✅ Create
3.xbranch #220
Once this is created, we can start working on the new v3.0.0 milestone. The default branch will be3.xand the previous1.xbranch still stay in place at least untilv3.0.0is released. -
✅ Require PHP 7.1+ and recommend PHP 8.1+ #222
Time to upgrade! The new v3 will make use of newer language features, so we will upgrade to PHP 7.1+ as a minimum requirement (to run absolutely anywhere) and recommend PHP 8.1+ looking forward (Fibers). -
Type-Safe APIs with PHPStan on max level #225
All our public APIs should use native type declarations to avoid invalid API usage and guide IDEs and static analysis tools. -
Blocking APIs and async APIs
We will rename the existing async APIs and then add new synchronous APIs using the previous names. This means you get the best of both worlds and can use whichever style works best for your use case. Each change will have a clear upgrade path described. -
Upgrade to require EventLoop, Promise & Cache v3
All upcoming v3 components should require any other ReactPHP components from the same major version or above, so we can deprecate legacy versions in the future. May require upgrade to dev version prior to v3 release (reactphp/event-loop#271, reactphp/cache#56). -
Release reactphp/dns
v3.0.0
Planned around mid-2024, approaching our 12th birthday? To ensure a smooth release, we will coordinate the process across all our components.
How you can help
We're optimistic to get the above things done in the near future, so this ticket aims to serve as a basic overview and is subject to change as we progress. For more details, see also the milestone links and any referenced tickets. If you have any additional input for ReactPHP v3, we invite you to join our discussion about the roadmap for the next major version.
Working on the next major version involves a lot of work and we're always looking for sponsors to allow us spending more time on ReactPHP. Check out ReactPHP's sponsors profile and consider supporting the ongoing development ❤️
We'll do our best to keep this ticket updated as we make progress. To keep things organized, let's try to limit the discussions in here and please use new tickets and discussions for input. Help us spread the word! We are excited to move forward together! 🚀
- Dominant language
- PHP
- Stars
- 542
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from reactphp/dns
-
bug
Difficulty 3/5 1-2 days Newbie friendliness 42/100
-
bug
Difficulty 3/5 1-2 days Newbie friendliness 45/100
-
bug new feature
Difficulty 4/5 3-5 days Newbie friendliness 30/100
-
help wanted new feature
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
help wanted new feature
Difficulty 5/5 Over a week Newbie friendliness 32/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
-
a11y admissions.uiowa.edu needs grooming SiteImprove best practice
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Save States Menu Open
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
pluginsGLPI/datainjection#673 ·