gwa / zero-library
A WordPress development framework.
v5.0.1
2016-05-31 13:58 UTC
Requires
- php: >=5.4
- composer/installers: ^1.0
- gwa/wp-bridge: ^2.0
- jjgrainger/wp-custom-post-type-class: ^1.4
- roots/soil: ^3.6
- timber/timber: ^0.22.6
- webdevstudios/cmb2: ^2.1
Requires (Dev)
- fabpot/php-cs-fixer: ^1.11
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2026-06-07 03:30:48 UTC
README
The Zero Library provides a composer-based project structure for modern (MVC-based) WordPress development.
The Zero Library offers:
- A single central Theme instance that initializes...
- reusable (through composer), configurable and testable modules that encapsulate discrete functionality (NOT WP plugins!)
- and Controllers that separate the application logic from the View using Twig templates.
Testing
$ composer test
Contributing
Please see CONTRIBUTING for details.
License
Zero theme is licensed under The MIT License (MIT).