wonderwp / repository
WonderWp Repository Component
Installs: 2 526
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.1
Requires (Dev)
- johnpbloch/wordpress: ^4.7
This package is auto-updated.
Last update: 2025-03-31 14:28:00 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.