Download the PHP package justcoded/just-theme-framework without Composer

On this page you can find all versions of the php package justcoded/just-theme-framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package just-theme-framework

=== WordPress Theme Framework === Contributors: aprokopenko Description: Lightweight theme framework base with Model-View concept for developers who want to better organize their own custom themes. Tags: mvc theme, theme boilerplate, oop theme, mini framework Author: JustCoded / Alex Prokopenko Author URI: http://justcoded.com/ Requires at least: 4.7 Tested up to: 5.8 License: GPL3 Stable tag: 3.0

Lightweight theme framework base with Model-View concept for developers who want to better organize their own custom themes.

== Description ==

Just Theme Framework is a lightweight theme framework base with Model-View concept for developers who want to better organize their own custom themes.

Our mini framework features:

We didn't added "Controllers" level, because WordPress has it's own routing system and replacing it with one more level will impact the site speed. So basically it's very close to standard WordPress theme with much better organization of custom logic parts, custom queries etc.

= Better organized templates system =

You can now place all templates under "views" folder with section-by-section break down. Search your templates easily under page, post, search folders. Or create new folder for your new Custom Post type and place all your templates there.

Modern layouts system, taken from Laravel and Yii PHP Frameworks. Under views folder you can have different nested layouts to keep header and footer in the same place. All repeatable wrappers from section templates can be moved just as a new layout.

The template system is patched with standard WordPress hooks, which were added in version 4.7. We support all WordPress standard template hierarchy. Our patch just adds /views/{section} prefix to the list of available templates.

= Easy Post Types or Taxonomies registration =

Use our base PostType or Taxonomy class to register your own Post Types or Taxonomies. It has more intuitive options; built-in support for redirects, if you don't need a single page.

A lot of registered constants simplify the development, because your IDE will help you to set correct supports values, post statuses or order by values in WP_Query.

= Base Model class =

Base Model class has wrappers for WP_Query, which works correctly with Custom Archives of Custom Post Types. Standard custom archives doesn't have pagination, if you want to print them manually.

= Advanced Theme registration class =

Nice organized Theme registration class, which has a lot of hooks to patch standard WordPress installation with better security and SEO optimizations.

= Easy creation of Admin options pages = Built in wrapper for Titan Framework to rapidly build Admin option pages

= Theme Build Example = You can find theme build example here: https://github.com/justcoded/wordpress-theme-boilerplate.

Don't forget to copy requirements.php to your theme and require it at the top of theme functions.php file!

= Have a feedback? = Write to us on our github repository: https://github.com/justcoded/wordpress-theme-framework

== Installation ==

  1. Download, unzip and upload to your WordPress plugins directory
  2. Download, unzip and upload Titan Framework (https://wordpress.org/plugins/titan-framework/) plugin to your WordPress plugins directory
  3. Activate Just Theme Framework and Titan Framework plugins within you WordPress Administration Backend
  4. Copy just-theme-framework-checker.php file from plugin directory to your theme's root and include it at the top of your theme functions.php file.
  5. You are okay now to start using the framework.

== Upgrade Notice ==

To upgrade remove the old plugin folder. After than follow the installation steps 1-2.

== Changelog ==

= Version 3.1.5 - 6 Sep 2021 =


All versions of just-theme-framework with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
johnpbloch/wordpress Version >=4.7
composer/installers Version ~1.0
stoutlogic/acf-builder Version ~1.8
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package justcoded/just-theme-framework contains the following files

Loading the files please wait ....