Download the PHP package marphy/blogstudio-bundle without Composer
On this page you can find all versions of the php package marphy/blogstudio-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marphy/blogstudio-bundle
More information about marphy/blogstudio-bundle
Files in marphy/blogstudio-bundle
Download marphy/blogstudio-bundle
More information about marphy/blogstudio-bundle
Files in marphy/blogstudio-bundle
Vendor marphy
Package blogstudio-bundle
Short Description Symfony bundle for integrating BlogStudio blog management
License MIT
Package blogstudio-bundle
Short Description Symfony bundle for integrating BlogStudio blog management
License MIT
Please rate this library. Is it a good library?
Informations about the package blogstudio-bundle
BlogStudio Symfony Bundle
Symfony 7.2+ bundle for integrating BlogStudio blog content and analytics tracking into your Symfony application.
Installation
Configuration
Create config/packages/blogstudio.yaml:
Add to .env:
Usage
In a Controller
In Twig
Requires symfony/twig-bundle.
Available Twig Functions
| Function | Returns | Description |
|---|---|---|
blogstudio_articles(limit, cursor, categoryId) |
ArticleList |
List articles with pagination |
blogstudio_article(slug) |
Article |
Get single article by slug |
blogstudio_categories() |
Category[] |
List all categories |
blogstudio_tags() |
Tag[] |
List all tags |
blogstudio_tracker(articleId) |
string (HTML) |
Render analytics tracking script |
Test Connection
API Keys
BlogStudio uses two types of keys:
- API Key (
api_key) — server-side only. Used to read articles, categories, and tags. Keep secret. - Public Key (
public_key) — client-side safe. Used only for analytics tracking. Can be exposed in HTML.
License
MIT
All versions of blogstudio-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
symfony/http-client Version ^7.2
symfony/cache Version ^7.2
symfony/dependency-injection Version ^7.2
symfony/config Version ^7.2
symfony/http-client Version ^7.2
symfony/cache Version ^7.2
symfony/dependency-injection Version ^7.2
symfony/config Version ^7.2
The package marphy/blogstudio-bundle contains the following files
Loading the files please wait ...