PHPackages                             ixa/wordpress-starter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ixa/wordpress-starter

ActiveProject[Utility &amp; Helpers](/categories/utility)

ixa/wordpress-starter
=====================

WordPress starter project that works with Composer

0.2.1(12y ago)777[1 issues](https://github.com/cesarhdz/ixa-wordpress-starter/issues)GPL-2.0+PHPPHP &gt;5.3

Since Oct 18Pushed 11y ago2 watchersCompare

[ Source](https://github.com/cesarhdz/ixa-wordpress-starter)[ Packagist](https://packagist.org/packages/ixa/wordpress-starter)[ RSS](/packages/ixa-wordpress-starter/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

Ixa WordPress Starter
=====================

[](#ixa-wordpress-starter)

WordPress project starter that works with [Composer](http://getcomposer.org/) and [WP-CLI](http://wp-cli.org/)

Installation
------------

[](#installation)

```
$ composer create-project ixa/wordpress-starter  --prefer-dist
$ cd

```

This command clones *Ixa WordPress Starter* and downloads all of its dependencies. It also ask your enviroment variables: database credentials and home\_url.

If your database is ready you can install WordPress typing:

```
$ vendor/bin/wp core install --promt

```

If wp-cli prints a success message the installation is completed. You can use the PHP build in server to see your new site in htpp://localhost:1234

```
$ php -S localhost:1234

```

Configuration
-------------

[](#configuration)

In *Ixa WordPress Starter*, `wp-config.php` file is not meant to hold configuration all constants are set by [Ixa WP-Config](https://github.com/cesarhdz/ixa-wp-config) and are located in `config` folder.

### `.env.yml` file

[](#envyml-file)

This file is dynamically created by Composer in every installation or update and must not be added to version control. The `env.yml.dist` is needed to tell Incenteev/ParameterHandler what variables are required and should not be modified.

Default Theme
-------------

[](#default-theme)

Ixa WordPress Starter ships with a default theme that contains only the welcome message you see after installation and is set in `wp-config.php` using `WP_DEFAULT_THEME` constant. You can override to register your theme, this way, no database configuration is needed and the app is more portable.

### WP-CLI Scaffold

[](#wp-cli-scaffold)

Using [WP-CLI](http://wp-cli.org/) you can create a new theme with the scaffold command

```
$ vendor/bin/wp scaffold _s

```

Then you have a new theme based on [Underscores](http://underscores.me/) ready to start.

### Child Themes

[](#child-themes)

Since we are using Composer, the recommended way to use child themes is to register the parent theme as dependency in `composer.json`, just make sure the project type is `wordpress-theme`, so that Composer Installer knows where to install it.

Note that if you want to register the child theme using `WP_DEFAULT_THEME` constant you must define `TEMPLATEPATH` as [this article](http://wpmututorials.com/how-to/change-the-default-theme-for-sites-without-a-plugin/) suggests.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~30 days

Total

5

Last Release

4516d ago

Major Versions

0.2.1 → 1.0.0-alpha2014-02-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/1fa78b7283388ae1de39abc6410b2b9c5e4c1645acdee9fff705c2064f64c099?d=identicon)[cesarhdz](/maintainers/cesarhdz)

---

Top Contributors

[![cesarhdz](https://avatars.githubusercontent.com/u/855280?v=4)](https://github.com/cesarhdz "cesarhdz (36 commits)")

### Embed Badge

![Health badge](/badges/ixa-wordpress-starter/health.svg)

```
[![Health](https://phpackages.com/badges/ixa-wordpress-starter/health.svg)](https://phpackages.com/packages/ixa-wordpress-starter)
```

###  Alternatives

[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.5k456.5k2](/packages/roots-bedrock)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[vinkla/wordplate

The WordPlate boilerplate

2.2k5.3k](/packages/vinkla-wordplate)[phlak/directory-lister

PHP directory lister

2.5k1.4k](/packages/phlak-directory-lister)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41759.2k3](/packages/lullabot-drainpipe)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
