You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*This project is currently under active development,
18
+
you're looking at a temporary placeholder repository.*
19
+
20
+
The code is available in early access to my sponsors here: https://github.com/clue-access/reactphp-memoize
21
+
22
+
Do you sponsor me on GitHub? Thank you for supporting sustainable open-source, you're awesome! ❤️ Have fun with the code! 🎉
23
+
24
+
Seeing a 404 (Not Found)? Sounds like you're not in the early access group. Consider becoming a [sponsor on GitHub](https://github.com/sponsors/clue) for early access. Check out [clue·access](https://github.com/clue-access/clue-access) for more details.
25
+
26
+
This way, more people get a chance to take a look at the code before the public release.
27
+
12
28
## Quickstart example
13
29
14
30
Once [installed](#install), you can use the following code to decorate a demo
Seeing a 404 (Not Found)? Sounds like you're not in the early access group. Consider becoming a [sponsor on GitHub](https://github.com/sponsors/clue) for early access. Check out [clue·access](https://github.com/clue-access/clue-access) for more details.
84
+
Then install this package as usual:
58
85
59
-
This way, more people get a chance to take a look at the code before the public release.
86
+
```bash
87
+
$ composer require clue/reactphp-memoize:dev-main
88
+
```
60
89
61
-
Rock on 🤘
90
+
This project aims to run on any platform and thus does not require any PHP
91
+
extensions and supports running on PHP 7.3 through current PHP 8+.
92
+
93
+
## Tests
94
+
95
+
To run the test suite, you first need to clone this repo and then install all
0 commit comments