Skip to content

WP-Theme

PHP/Wordpress themes development frameworks,
libraries, utilities, tools and learning resources!

Just-Blade

This will help you to use blade templating easily in your plain php projects.

  • Install the follow package and you are good to go:-

    composer require maratib/just-blade

    Read more ->

WP-Blade

This will help you to create a WordPress theme with Blade templating engine.

  • Run the following command to create a new blade template theme:-

    composer create-project maratib/wp-blade my-theme

    Read more ->

WP-Theme

This will help you to create a WordPress theme with FSE/Block templating engine.

  • Run the following command to create a new FSE/Block template theme:-

    composer create-project maratib/wp-theme my-theme

    Read more ->

WP-Plugin

This will help you to create a WordPress plugin with best practices.

  • Coming soon…