gwa / zero-library
A WordPress development framework.
Installs: 4 002
Dependents: 4
Suggesters: 0
Security: 0
Stars: 8
Watchers: 4
Forks: 1
Open Issues: 1
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
- 5.0.x-dev
- v5.0.1
- v5.0.0
- 4.0.x-dev
- v4.0.1
- V4.0.0
- v3.5.3
- v3.5.2
- v3.5.1
- v3.5.0
- v3.4.0
- v3.3.4
- v3.3.3
- v3.3.2
- v3.3.1
- dev-master / 3.3.0.x-dev
- v3.3.0
- v3.2.0
- v3.1.0
- 3.0.x-dev
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.1.0
- 2.0.x-dev
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- 1.2.x-dev
- v1.2.8
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
This package is not auto-updated.
Last update: 2024-11-09 18:45:59 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).