Download the PHP package graft/framework-core without Composer

On this page you can find all versions of the php package graft/framework-core. 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 framework-core

Graft Framework

Graft is an little Framework for WordPress Plugins development. It give you clean code architecture for OOP and MVC pattern in your Plugin.

Why Graft ?

For OOP

I am an developer who love OOP, so when i began WordPress Development i was frustrated that some Plugins don't use OOP.

Of course, I understand that some little Plugins don't have to use OOP, so this Framework is destinated for big Plugins with complex features.

Make more Developer Friendly Plugins

During my experience of WordPress Developer, when i was using some Plugin i often asked sames questions :

Main Graft Features

OOP

In an WordPress Plugin you do not have to make OOP Code (you can use only functions) But with Graft, all things is only Object for better code quality.

MVC Pattern and Template Overriding from Theme

Graft use the Twig Template Engine to allow you to doing MVC Pattern in your Plugin. And Graft allow developers to override all Plugin's Template from their Theme (if you give permission)

Annotations

In Graft, due to the OOP, all basics WordPress functions like add_action('wp_head') or add_filter() are Annotations like @Action(name="wp_head"), so you don't have to specify any callback, it use the specified Method.

Container

All Plugins made with Graft have an Dependency Injection Container (PHP-DI Container) for using autowiring with your Classes or with Graft Injectable Components.

And the container have the list of all WordPress Components used by the Plugin (Action, Filter, Admin Page ...)

Example

This is code example with Graft Framework


All versions of framework-core with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2
symfony/config Version ^4.2
symfony/yaml Version ^4.2
doctrine/annotations Version ^1.6
twig/twig Version ^2.7
graft/wp-container Version ^0.0.6
twig/extensions Version ^1.5
gears/class-finder Version ^1.0
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 graft/framework-core contains the following files

Loading the files please wait ....