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
Copy file name to clipboardExpand all lines: README.md
+6-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
</div>
6
6
7
-
<palign="center">TODO</p>
7
+
<palign="center">Destruction as a Service</p>
8
8
9
9
<divalign="center">
10
10
@@ -14,25 +14,18 @@
14
14
15
15
<br />
16
16
17
-
todo
17
+
The package provides explicit resource management for PHP applications through the `Destroyable` interface.
18
+
It solves memory leaks in long-running applications by enabling deterministic cleanup of resources and breaking circular reference chains that prevent garbage collection.
19
+
20
+
Perfect for daemon processes, event-driven applications, and any scenario where `__destruct()` alone isn't sufficient for proper resource management.
[](https://packagist.org/packages/internal/destroy)
0 commit comments