pushword / core
A Symfony CMS to rapidly create, manage and maintain your websites — from the admin, from Git, or from your AI agent.
Package info
Type:symfony-bundle
pkg:composer/pushword/core
Fund package maintenance!
Requires
- php: >=8.4
- ext-gd: *
- ext-sqlite3: *
- babdev/pagerfanta-bundle: ^4.0
- caseyamcl/toc: ^4.0
- cocur/slugify: ^4.6
- doctrine/doctrine-bundle: ^3.2
- doctrine/doctrine-fixtures-bundle: ^4
- doctrine/orm: ^3.5 !=3.6.8
- fortawesome/font-awesome: ^7
- imagine/imagine: ^1.3
- intervention/image: ^4.0
- league/commonmark: ^2.7
- league/flysystem-bundle: ^3.6
- pagerfanta/twig: ^4.1
- piedweb/curl: @dev || ^0.1
- piedweb/extractor: @dev || ^0.1.19
- piedweb/render-html-attributes: ^0
- pushword/dev-app: *
- sensiolabs/ansi-to-html: ^2.0
- spatie/image-optimizer: ^1.3
- symfony/asset: ^8.0
- symfony/cache: ^8.0
- symfony/console: ^7.3 || ^8.0
- symfony/dotenv: *
- symfony/expression-language: ^8.0
- symfony/finder: ^7.3 || ^8.0
- symfony/form: ^8.0
- symfony/framework-bundle: ^8.0
- symfony/lock: ^8.0
- symfony/mailer: ^8.0
- symfony/process: ^7.3 || ^8.0
- symfony/runtime: ^7.3 || ^8.0
- symfony/security-bundle: ^8.0
- symfony/security-csrf: ^8.0
- symfony/serializer: ^8.0
- symfony/stopwatch: ^8.0
- symfony/translation: ^8.0
- symfony/twig-bundle: ^8.0
- symfony/uid: ^8.0
- symfony/ux-twig-component: ^2.35 || ^3.0
- symfony/validator: ^8.0
- symfony/web-link: ^8.0
- symfony/webpack-encore-bundle: ^2.0
- symfony/workflow: ^8.0
- symfony/yaml: ^8.0
- thecodingmachine/safe: *
- twig/extra-bundle: ^3
- twig/intl-extra: ^3.2
- vich/uploader-bundle: ^2.9
- villfa/invert-color: ^0.5
Suggests
- dragonmantank/cron-expression: For cron: expression support in scheduled_commands (required by symfony/scheduler)
- intervention/image-driver-vips: For ~4x faster image processing with libvips (requires libvips-dev)
- knpuniversity/oauth2-client-bundle: For OAuth authentication (Google, Microsoft, GitHub, etc.)
- league/oauth2-github: For GitHub OAuth authentication
- league/oauth2-google: For Google OAuth authentication
- pushword/admin: Manage pages, media and users from an EasyAdmin-based back-office.
- pushword/admin-block-editor: Rich block editor (EditorJS) for the admin.
- pushword/advanced-main-image: Choose the main image format per page, from hidden to full hero.
- pushword/api: Token-authenticated REST API mirroring the admin, OpenAPI-described.
- pushword/conversation: Add comments, a contact form or any user input to your website.
- pushword/docs: Pushword documentation, readable offline from vendor/.
- pushword/flat: Turn Pushword into a flat-file CMS: content as Markdown in Git.
- pushword/link-improver: Automatic internal links: page names become in-content links at render time.
- pushword/newsletter: Audiences, segmented campaigns and criteria-driven automations.
- pushword/page-scanner: Find dead links, 404s, redirects and TODO reminders.
- pushword/page-update-notifier: Get an email when a page is created or edited.
- pushword/quiz: Interactive client-side quizzes (QCM) and personality tests.
- pushword/repurpose: Turn a page into ready-to-post social carousels (PNG/PDF).
- pushword/search: SQLite-native full-text search via Loupe, zero infrastructure.
- pushword/snippet: Reusable content fragments and dev-registered Twig components.
- pushword/static-generator: Export the whole site as static files (GitHub Pages, Apache, FrankenPHP).
- pushword/template-editor: Edit Twig view files online from the admin.
- pushword/version: Keep a version history of your pages and compare revisions.
- symfony/messenger: For Messenger-based background task dispatching (alternative to nohup+PID process mode)
- symfony/scheduler: For automatic scheduled commands without system cron (requires symfony/messenger)
- thenetworg/oauth2-azure: For Microsoft/Azure OAuth authentication
This package is auto-updated.
Last update: 2026-08-13 20:40:01 UTC
README
A Symfony CMS to rapidly create, manage and maintain your websites — from the admin, from Git, or from your AI agent. Markdown + Twig content, multi-site, media management and a rich bundle ecosystem.
Features
- Multi-site & multi-language from a single install — the
hostfield drives each site and locale. - Page, Media and User entities with a Markdown + Twig rendering pipeline.
- Pluggable EntityFilter pipeline, CommonMark extensions and a rich event system (
PushwordEvents). - SQLite by default — zero infrastructure, no migrations required.
- Extensible through the official bundles listed below.
Installation
composer require pushword/core
The fastest way to start a full project is the installer.
Documentation
Visit pushword.piedweb.com.
The Pushword ecosystem
Pushword is a modular CMS — one Symfony bundle for the core and one bundle per feature. Pick only what you need:
Core
- pushword/core — Symfony-based CMS core: Page, Media & User entities, Markdown + Twig rendering. (this package)
Editing & admin
- pushword/admin — EasyAdmin interface to manage pages, media and users.
- pushword/admin-block-editor — Gutenberg-like block editor (stores Markdown).
- pushword/advanced-main-image — Hero images & main-image format control.
- pushword/template-editor — Edit Twig templates online.
- pushword/snippet — Reusable content fragments & components.
Content & workflow
- pushword/flat — Flat-file (Markdown + Git) CMS mode.
- pushword/version — Page & snippet versioning.
- pushword/page-update-notifier — Email alerts on content changes.
- pushword/conversation — Comments, contact & newsletter forms.
Publishing & performance
- pushword/static-generator — Export a static website (GitHub Pages, Apache, FrankenPHP).
- pushword/search — SQLite full-text search (Loupe), zero infra.
- pushword/page-scanner — Find dead links, 404s, redirects & TODOs.
- pushword/api — Token-authenticated REST API.
Tooling
- pushword/installer — Project & package installer.
- pushword/js-helper — Front-end JavaScript helpers.
Full list and guides on pushword.piedweb.com/extensions.
Contributing
If you're interested in contributing to Pushword, please read our contributing docs before submitting a pull request.
Credits
License
The MIT License (MIT). Please see License File for more information.