Download the PHP package fructify/wordpress without Composer

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

Fructify

Wordpress + Composer + Robo Task Runner + WP-CLI + awesome stuff

So this is my take on trying to get wordpress into the composer environment. There are many other projects which also do this. I feel like until Wordpress actually give us something built-in we are going to continue to see these sorts of setups.

Checkout these for other ideas:

How do I use this:

It's easy just run:

You now have a wordpress project managed with composer.

What do I get:

So after you have created your project you will have the following:

Why did I create this?

The issue I have found with the other approaches, is that they all modify wordpress in some way or another. Wordpress gets put inside another directory. Then we have to define extra index.php files and so on. The best example of this is the Roots Bedrock Stack. It hardly looks anything like the original project.

Now for me as a seriously hardcore backend dev pats back :) I would love to use something like the Roots project with Vagrant and other awesome server side tech. Well in actual fact I would just throw out wordpress altogether.

The issue I can foresee though is that my other colleagues which perhaps aren't so technically inclined (not for a second am I suggesting your dumb, you just have other talents which are different than mine, hell I can't style a bootstrap theme to save my life) won't have a clue where everything has gone and what happened to wordpress??? Composer needs to be easy otherwise others wont use it.

Hence I built this project.

Making Contributions

This project is first and foremost a tool to help me create awesome websites. Thus naturally I am going to tailor for my use. I am just one of those really kind people that have decided to share my code so I feel warm and fuzzy inside. Thats what Open Source is all about, right :)

If you feel like you have some awesome new feature, or have found a bug I have overlooked I would be more than happy to hear from you. Simply create a new issue on the github project and optionally send me a pull request.


Developed by Brad Jones - [email protected]


All versions of wordpress with dependencies

PHP Build Version
Package Version
Requires gears/asset Version ^0.4.0
codegyre/robo Version ^0.7.0
wp-cli/wp-cli Version ^0.22.0
fructify/robo Version *
fructify/theme Version *
brad-jones/robo-tasks Version ^0.3.0
beelab/bowerphp Version dev-master
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 fructify/wordpress contains the following files

Loading the files please wait ....