Download the PHP package stenope/stenope without Composer
On this page you can find all versions of the php package stenope/stenope. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stenope/stenope
More information about stenope/stenope
Files in stenope/stenope
Package stenope
Short Description Static site builder for Symfony
License MIT
Homepage https://github.com/StenopePHP/Stenope
Informations about the package stenope
Stenope
The static website generation tool for Symfony.
Why another static site generator?
We're Symfony developers that couldn't find a static website generator that bended to our needs.
We needed a way of generating static websites that:
- Doesn't impose a format, a structure or a location for the data.
- Runs in a Symfony environment.
- Allow us to develop virtually any feature we might need.
Stenope does that.
Installation
In your existing Symfony app:
If you plan to create a new app from scratch, you can give a try to the Stenope Skeleton.
Usage
`
Your Symfony app is now a static website in: ./static
! ✨
Next: learn more about Stenope's content management system.
Philosophy and goals
Stenope was designed with these goals in mind:
- Stenope meets your needs, not the other way around.
- Stenope runs in any Symfony project out of the box, connects with standard Symfony components and feels natural to Symfony developers.
- Stenope is highly extensible: features can be replaced, added or removed.
How it works
- 🔍 Stenope scans your Symfony app (like a search engine crawler would) and dumps every page into a static HTML file.
- 🛠 Stenope provides tools for loading and parsing various data sources (like local Markdown files or distant headless CMS).
- 🖌 Stenope enriches the parsed data by applying a series of processors (like Syntax Highlighting, slug generation, etc.).
- 🧲 Stenope finally hydrates your custom PHP objects with the enriched data and provides interfaces for listing and retrieving them (like an ORM would).
- ⚙️ Stenope gives you a lot of control over the whole process by providing entrypoints, interfaces and default implementations that are entirely replaceable.
What Stenope is not
Stenope is not a ready-to-use bloging system: but you could quickly write your own blog system with it!
In-depth documentation
Features
- Loading and parsing content
- Supported formats
- Supported sources
- CLI usage
- Debug contents
- Syntax highlighting
- Linking contents
- Configuring the build
- Twig integration
Cookbooks
- Data manipulation: writing a custom Processor
- Exposing a not found page
All versions of stenope with dependencies
ext-dom Version *
erusev/parsedown Version ^1.7.4
symfony/asset Version ^6.1|^7.0
symfony/config Version ^6.1|^7.0
symfony/console Version ^6.1|^7.0
symfony/css-selector Version ^6.1|^7.0
symfony/dependency-injection Version ^6.1|^7.0
symfony/dom-crawler Version ^6.1|^7.0
symfony/event-dispatcher Version ^6.1|^7.0
symfony/filesystem Version ^6.1|^7.0
symfony/finder Version ^6.1|^7.0
symfony/http-foundation Version ^6.1|^7.0
symfony/http-kernel Version ^6.1|^7.0
symfony/mime Version ^6.1|^7.0
symfony/process Version ^6.1|^7.0
symfony/property-access Version ^6.1|^7.0
symfony/routing Version ^6.1|^7.0
symfony/serializer Version ^6.1|^7.0
symfony/stopwatch Version ^6.1|^7.0
symfony/string Version ^6.1|^7.0
symfony/yaml Version ^6.1|^7.0
twig/twig Version ^2.12|^3.0