wonderwp / repository
WonderWp Repository Component
Installs: 2 328
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.1
Requires (Dev)
- johnpbloch/wordpress: ^4.7
This package is auto-updated.
Last update: 2024-11-03 13:44:53 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.