Download the PHP package wpfulcrum/fulcrum without Composer

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

Fulcrum

Build Status Latest Stable Version License

Fulcrum - The customization central repository to extend and custom WordPress. This plugin provides the centralized infrastructure for the custom plugins and theme.

The Why of Customization Central

This plugin provides a central location for all redundant functionality. It keeps your plugins and theme DRY, reusable, and modular. It is meant to be extended. Therefore, when you need a feature-specific plugin like a Portfolio, Testimonials, or FAQ, you extend the Fulcrum\Addon\Addon class in your plugin. Then you configure what service providers you need.

Did you read that last part? It's configuration over code, meaning you configure what you want! (Did you get a tingle?)

Bottom Line: It saves you a ton of time and code in your plugins, which saves you moola.

Features

This plugin is fully crafted in OOP. It utilizes DI Container, Dependency Injection, Polymorphism, Inheritance, etc. It shows you how to build OOP-capable plugins.

It also uses:

Includes:

Some Cool Packages

Fulcrum includes some cool packages to make your job more fun.

Installation

Installation from GitHub is as simple as cloning the repo onto your local machine. Typically, I put Fulcrum as a must use plugin. Why? Because the child theme and all custom plugins extend off of it. Therefore, you want it to always be activated.

To install it as a must use, here's what you want to do:

  1. Open your project and navigate to wp-content/mu-plugins.
  2. Then open terminal (or console).
  3. Then type: git clone https://github.com/hellfromtonya/Fulcrum.git fulcrum.
  4. Change the directory by typing: cd fulcrum.
  5. Next, run Composer to install all of the assets. Type composer install at the root of the Fulcrum folder.
  6. Next, add an auto-launcher to load Fulcrum. If one exists already, then add require __DIR__ . '/fulcrum/bootstrap.php'; into it. Otherwise, do the following:
    • Navigate to fulcrum/mu-loader/ and copy the mu-autoloader.php file.
    • Paste it into the root of wp-content/mu-plugins.
    • Bam, Fulcrum now loads itself up without you or your client needing to activate it. WooHoo!

Contributing

All feedback, bug reports, and pull requests are welcome.


All versions of fulcrum with dependencies

PHP Build Version
Package Version
Requires php Version ^5.6|^7
pimple/pimple Version ^3.2
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 wpfulcrum/fulcrum contains the following files

Loading the files please wait ...