PHPackages                             salvatori/svcms - 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. [Framework](/categories/framework)
4. /
5. salvatori/svcms

ActiveProject[Framework](/categories/framework)

salvatori/svcms
===============

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

v1.0.0-alpha(3y ago)181MITPHPPHP &gt;=7.4

Since Jul 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/adriansalvatori/SVCMS2022)[ Packagist](https://packagist.org/packages/salvatori/svcms)[ Docs](https://movidagrafica.co)[ RSS](/packages/salvatori-svcms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (29)Versions (2)Used By (0)

 [ ![image](https://user-images.githubusercontent.com/9261546/176410648-abd10a26-1b44-4269-b42e-91464db88d80.png) ](https://movidagrafica.co)

 [ ![MIT License](https://camo.githubusercontent.com/767a52fd348b5bb0e8d0a907a190314cea07c9f36b5f93fc87700496f6693608/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f61647269616e73616c7661746f72692f5356434d53323032323f7374796c653d666f722d7468652d6261646765) ](LICENSE.md) [ ![Packagist](https://camo.githubusercontent.com/52263fb43efa2ee59d30024e8ded450a113e33f671685a565bacacb83e2cf94c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73616c7661746f72692f7376636d733f696e636c7564655f70726572656c6561736573267374796c653d666f722d7468652d6261646765) ](https://packagist.org/packages/salvatori/svcms) [ ![Build Status](https://camo.githubusercontent.com/1639b2ad1992a540aa963f84f15965b52aef1c5b58e9e9681e80215f1733392b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f726f6f74732f626564726f636b2f43493f7374796c653d666f722d7468652d6261646765) ](https://github.com/roots/adriansalvatori/actions/workflows/ci.yml) [ ![Follow Adrián Salvatori](https://camo.githubusercontent.com/9cac51b7f4637ef6ef43a98cfbecbc2abd947a7a7f0084329ae3ea494c2dea90/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f726f6f747377702e7376673f7374796c653d666f722d7468652d626164676526636f6c6f723d316461316632) ](https://twitter.com/salvatori_dev)  ![Laravel](https://camo.githubusercontent.com/5a580364ff3bd338370177402c5c050ff81a1933927e1e475c920c90850b38a3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d4646324432303f7374796c653d666f722d7468652d6261646765266c6f676f3d6c61726176656c266c6f676f436f6c6f723d7768697465)   ![Wordpress](https://camo.githubusercontent.com/06799593856c760fb8776d2896012acf0bbf4d38e91b0f1e0b40a6472494d414/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f576f726470726573732d3231373539423f7374796c653d666f722d7468652d6261646765266c6f676f3d776f72647072657373266c6f676f436f6c6f723d7768697465)

 **A modern WordPress stack**

 [**`Website`**](https://roots.io/) [**`Documentation`**](https://docs.roots.io/bedrock/master/installation/) [**`Releases`**](https://github.com/roots/bedrock/releases) [**`Support`**](https://discourse.roots.io/)

Supporting
----------

[](#supporting)

Tools added:

- Enhanced Dashboard and UI
- Advanced Custom fields
- Advanced Custom Fields Extended
- Post Layouts
- Soil
- Password Bcrypt
- Stage Switcher
- AntiMalware Security
- Anti Brute-Force Attack Security
- 2FA for Authentication
- reCaptcha v3
- Default SMTP
- Automated SEO with Autodescription
- MiniApp for Banner Design
- MiniApp for Live CRM
- Enhanced User Administration tools
- Enhanced Reaction to Articles
- Enhanced Blocks for Inner Pages and Articles
- Collaboration tool for commenting and tasking on-site

Overview
--------

[](#overview)

Movidagrafica CMS is a modern WordPress stack that helps you get started with the best development tools and project structure.

Much of the philosophy behind Bedrock is inspired by the [Twelve-Factor App](http://12factor.net/) methodology including the [WordPress specific version](https://roots.io/twelve-factor-wordpress/).

Features
--------

[](#features)

- Better folder structure
- Dependency management with [Composer](https://getcomposer.org)
- Easy WordPress configuration with environment specific files
- Environment variables with [Dotenv](https://github.com/vlucas/phpdotenv)
- Autoloader for mu-plugins (use regular plugins as mu-plugins)
- Enhanced security (separated web root and secure passwords with [wp-password-bcrypt](https://github.com/roots/wp-password-bcrypt))

Requirements
------------

[](#requirements)

- PHP &gt;= 7.4
- Composer - [Install](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx)
- If you're developing locally, you need a local domain \*.mg.test for the recaptcha to let you in.
- If you're developing in a public domain (example.com) you need to ask for domain approval. You can mail

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

[](#installation)

1. Create a new project: ```
    $ composer create-project salvatori/svcms  dev-master
    ```
2. Update environment variables in the `.env` file. Wrap values that may contain non-alphanumeric characters with quotes, or they may be incorrectly parsed.

- Database variables
    - `DB_NAME` - Database name
    - `DB_USER` - Database user
    - `DB_PASSWORD` - Database password
    - `DB_HOST` - Database host
    - Optionally, you can define `DATABASE_URL` for using a DSN instead of using the variables above (e.g. `mysql://user:password@127.0.0.1:3306/db_name`)
- `WP_ENV` - Set to environment (`development`, `staging`, `production`)
- `WP_HOME` - Full URL to WordPress home ()
- `WP_SITEURL` - Full URL to WordPress including subdirectory ()
- `AUTH_KEY`, `SECURE_AUTH_KEY`, `LOGGED_IN_KEY`, `NONCE_KEY`, `AUTH_SALT`, `SECURE_AUTH_SALT`, `LOGGED_IN_SALT`, `NONCE_SALT`
    - Generate with [wp-cli-dotenv-command](https://github.com/aaemnnosttv/wp-cli-dotenv-command)
    - Generate with [our WordPress salts generator](https://roots.io/salts.html)

3. Add theme(s) in `web/app/themes/` as you would for a normal WordPress site
4. Set the document root on your webserver to Bedrock's `web` folder: `/path/to/site/web/`
5. Import the Default SQL Database located at /config/SVCMS2022/movidagrafica\_svcms2022\_latest.sql
6. Access WordPress admin at `https://example.com/wp/wp-admin/`

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

1407d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/655f53abc62c26cf3c75b973fb2a3a23c3bc578ccc2f8919f0949e2c15b0a218?d=identicon)[salvatori](/maintainers/salvatori)

---

Top Contributors

[![adriansalvatori](https://avatars.githubusercontent.com/u/9261546?v=4)](https://github.com/adriansalvatori "adriansalvatori (24 commits)")

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/salvatori-svcms/health.svg)

```
[![Health](https://phpackages.com/badges/salvatori-svcms/health.svg)](https://phpackages.com/packages/salvatori-svcms)
```

###  Alternatives

[roots/bedrock

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

6.5k441.8k2](/packages/roots-bedrock)

PHPackages © 2026

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