wonderwp / repository
WonderWp Repository Component
1.3.1
2023-07-10 16:06 UTC
Requires
- php: >=7.1
Requires (Dev)
- johnpbloch/wordpress: ^4.7
This package is auto-updated.
Last update: 2026-02-26 16:23:30 UTC
README
A WonderWp package to help you create and use object repositories.
Repositories are a design pattern well known in frameworks. We though in WordPress they could have a place too, to gather several procedural functions use to retrieve posts under the hood of an interface.
Documentation
- Documentation about the Repository component can be found here.