Download the PHP package page-carbajal/wpexpress without Composer

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

WPExpress - A WordPress Framework for Software Developers

For all of you my fellow developers who are not familiar with WordPress.

Instead of trying to sell you into WordPress I'll ask you to do a google search for why wordpress.

Then do the same for other Content Management Systems, read a little, then decide what's better for you.

I will however tell you why I use WordPress to run my Websites.

WordPress powers +25% of the websites on the Internet. This means that 1 of every 4 websites are using it.

Some of the bennefits it gives me:

What is WPExpress

I like using frameworks like Rails, Laravel and Symfony.

They make me love writing code.

Very smart people wrote hundreds of thousands of lines of code to implement concepts such as Separation of Concern, Convention over Configuration and so on.

I love rake, and artisan. I am infatuated with how Symfony is structured as a set of components rather than a full fledged Framework.

And I also have a thing for composer, autoloading and depedency management.

Last but not least. I worship Mustache and Twig

When you get to know and work in environments as cool as those I have talked about, going back to monolite-style code writing is, HARD.

I found myself having to write similar code across different projects and I decided I wanted to focus on writing meaningful code and abstract the repetitive stuff as much as possible.

I wanted to go from this

To this

I wanted to use composer, abstraction and chainable methods, and every other thing I love in modern PHP within WordPress. But here's the compromise. I do not want to change WordPress.

I do not want to write my own queries, I do not want to alter the core. I want WordPress to be kept intact. I just want a Framework which will allow me to do more with less.

Less configuration, less plugins, less time to market.

Finally I am writing this framework to allo my self to focus on writing meaningful code.

Quick Start

This small WordPress Frmework is designed to be easy to use.

Start by reading our documentation.

Framework Structure


All versions of wpexpress with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
page-carbajal/wpexpress-query Version ^1.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 page-carbajal/wpexpress contains the following files

Loading the files please wait ....