Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
Add abandoned message
Browse files Browse the repository at this point in the history
  • Loading branch information
metalinspired committed Nov 23, 2023
1 parent 6acc5d3 commit 2a8c149
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# zend-mixed-collection-input-filter

> ## Repository abandoned 2023-11-23
>
> This repository has moved to [metalinspired/laminas-mixed-collection-input-filter](https://github.com/metalinspired/laminas-mixed-collection-input-filter).
This collection input filter allows you to define multiple input filters for collection items.
Practical usage would be if you have an array (collection) of items which can have different structure and, thus, would require different input filter to filter/validate each item in collection.

Expand Down Expand Up @@ -100,4 +105,4 @@ if ($inputFilter->isValid()) {
} else {
var_dump($inputFilter->getMessages());
}
```
```

0 comments on commit 2a8c149

Please sign in to comment.