Download the PHP package benbjurstrom/prezet without Composer

On this page you can find all versions of the php package benbjurstrom/prezet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package prezet

PREZET

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status

Prezet: Markdown Blogging for Laravel

Go from markdown files to SEO-friendly blogs, articles, and documentation in seconds! The Prezet framework makes it easy to parse, index, and serve your Markdown content efficiently within a Laravel application.

Looking for a ready-to-use frontend? Check out our offical template packages:

Screenshot of Prezet blog

Table of Contents

✨ Framework Features

• SQLite Index
Indexes your markdown files to support search, pagination, sorting, and filtering.
• Automatic Image Optimization
Handles image processing, including compression, scaling, and generating responsive `srcset` attributes.
• Validated Front Matter
Define expected front matter fields and automatically cast them into validated Data Transfer Objects (DTOs) for type-safe access in your application.
• Open Graph (OG) images
Generate OG images from front matter using a customizable template.
• Dynamic Table of Contents
Automatically extracts headings from your Markdown content to generate data for a nested Table of Contents.
• SEO Optimization
Automatically generate meta tags based on front matter data for better search engine discoverability.
• Blade Components
Include Laravel Blade components in your markdown for enriched, interactive content.

🚀 Quick Start

  1. Install the Prezet framework:

  2. Install a Frontend Template:

    The Prezet framework provides the backend engine. A template package provides the frontend (routes, controllers, views, CSS).

    Example using the Official Docs Template:

  3. Index Your Content: After adding or modifying Markdown files in your content directory update the Prezet index:

    This command scans your content directory and updates the SQLite index with the latest front matter information. Run this whenever you:

    • Add new Markdown files.
    • Change a file's slug (filename).
    • Modify front matter and need it reflected in listings or searches. (Changes to the main body content of Markdown files are reflected automatically when viewing a single page).
  4. Start Your Server:

    Visit the routes defined by your installed frontend template (e.g., /prezet if using prezet/docs-template).

Documentation

Detailed documentation is available at prezet.com

Credits

License

The MIT License (MIT). Please see License File for more information.


All versions of prezet with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
ext-dom Version *
ext-gd Version *
benbjurstrom/laravel-sitemap-lite Version ^7.3.1
illuminate/contracts Version ^10.0||^11.0||^12.0
league/commonmark Version ^2.6.1
spatie/laravel-package-tools Version ^1.92.3
symfony/yaml Version ^6.2|^7.2.5
wendelladriel/laravel-validated-dto Version ^4.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package benbjurstrom/prezet contains the following files

Loading the files please wait ....