Download the PHP package feryardiant/wpdev without Composer

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

My Personal WordPress Project Boilerplate Actions Status

This project aims to provide complete solution for WordPress development and deployment to heroku, even though it isn't completed just yet. 😬

Inspired by wordpress-heroku by Phillip Heuer and based on the exact same boilerplate of Bedrock, this project will give you better experiences while developing your very own WordPress themes and plugins that easily deployed to heroku.

Features

Requirements

Its always good to have WP-CLI installed globally on your system. For Database and HTTP Server requirements please refer to this documentation.

Installation

1. One-Click-Deployment

Deploy

Using this button you can deploy a new instance of WordPress. All required extensions will be deployed automatically. This also works if you fork your own project to work on your site.

2. Using composer create-project command

Create new database through PHPMyAdmin or from CLI

Configure your .env file to suit your local setup, described here, also don't forget to set the url key on wp-cli.local.yml file as well. Once you're done, let's install WordPress core with the following command:

Please make sure to configure your HTTP server' document root to public directory.

Development

I using gulp for almost all development workflow in this project, not only for compiling scss files, minify images and compressing js, but also to run development server. Once you're done with installation process above, please install the development dependencies through yarn

To start the development server you can simply run command below:

The gulp default task will fire up PHP Developent Server, start BrowserSync on port 3000 and watch the changes you made. That way, all you need to do is open your web browser and type http://localhost:3000 on the address bar, open the project on your favorite code editor or IDE and start working.

All the changes you've made will be automatically linted and compiled, once it done BrowserSync will reload the browser for you.

Workflow

Since this project is based on Bedrock, the project directory structure is pretty much similar, but with some tweaks.

Directory Structure and Gulp tasks

The gulp scripts will autoatically scan any sub-directories under plugins and themes and generate all the required gulp tasks if the sub-directory meets the following structures:

Once you've create <dirname> above inside plugins or themes directory, you'll see similar gulp tasks as following:

Notes

Sponsors

Credits

License

(c) 2019 Fery Wardiyanto - MIT license.


All versions of wpdev with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
ext-exif Version *
ext-gd Version *
ext-imagick Version *
ext-redis Version *
composer/installers Version ^1.8
humanmade/s3-uploads Version ^2.1
oscarotero/env Version ^1.2
rhubarbgroup/redis-cache Version ^1.6
roots/bedrock-autoloader Version ^1.0
roots/wordpress Version ^5.4
roots/wp-config Version ^1.0
roots/wp-password-bcrypt Version ^1.0
vlucas/phpdotenv Version ^4.1
wpackagist-plugin/contact-form-7 Version ^5.1
wpackagist-plugin/regenerate-thumbnails Version ^3.1
wpackagist-plugin/wordpress-importer Version ^0.7
wpdev/blank-child Version *
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 feryardiant/wpdev contains the following files

Loading the files please wait ....