Download the PHP package circul8/wordpress without Composer

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

Wordpress Stack

Packagist

Circul8's WordPress stack based on the Root's Bedrock with some pre-installed plugins.

Installation

1. Init the project

Create a new project in a new folder:

It's important to set the ACF PRO key at the beginning otherwise the installation will fail:

2. Configure the DB

Update environment variables in .env file:

3. Others

  1. Set your site vhost document root to /web folder e.g. /path/to/site/web/

  2. Access WP admin at http://example.com/wp/wp-admin

Plugins

Pre-installed plugins

  1. Classic Editor (activated -> MU* plugin)
    • We don't use the Gutenberg.
  2. Disable Comments (activated -> MU* plugin)
    • All comments must be disabled. We don't use this functionallity. Also, it's a security hole.
  3. Duplicate Post (activated -> MU* plugin)
    • Administration UX tweak to easily copy/paste posts.
  4. Post Types Order (activated -> MU* plugin)
    • Administration UX tweak to easily reorder posts.
  5. Tinymce Advanced (activated -> MU* plugin)
    • WYSIWYG enahancement.
  6. Advanced Custom Fields PRO (activated -> must use)
    • Most important plugin.
  7. Wordfence (not activated)
    • This is not mandatory plugin, but recommended. Security.
  8. WP Mail SMTP (not activated)
    • This is not mandatory plugin, but recommended, wpmail() is not reliable. Company policy is to use Mailgun.

*MU - Must Use Plugin

Installing new plugins

Installing new plugins are usually disabled on production due to security reasons, therefore use composer:

  1. Find the plugin at WPackagist
  2. Install the plugin composer require wpackagist-plugin/akismet

Testing & Coding style

The PHPCS has been removed due to the fact this is just a scaffold for WP Headless projects that should use WP plugins only without any theme.

If additional functionality is needed, follow the Circul8 Coding Standards here.

Local development

In order to develop this project package locally, you need to:

  1. Clone this repo
  2. Do your changes in the clone
  3. Commit changes (do not push)
  4. Create packages.json somewhere (see bellow)
  5. Run the create-project with specified packages.json (see bellow)

create-project

Don't forget to change the {YOURPATH} to your packages.json.

packages.json

Again, don't forget to change the {YOURPATH}. This time it must lead to the cloned repository of the circul8/wordpress. You also need to change the {YOURBRANCH} to your testing branch.

Reference

Documentation / Reference


Change log


All versions of wordpress with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
composer/installers Version ^1.7
vlucas/phpdotenv Version ^3.4.0
oscarotero/env Version ^1.2.0
roots/wordpress Version 5.2.3
roots/wp-config Version 1.0.0
roots/wp-password-bcrypt Version 1.0.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 circul8/wordpress contains the following files

Loading the files please wait ....