PHPackages                             lausek/lowebf - 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. lausek/lowebf

ActiveLibrary[Framework](/categories/framework)

lausek/lowebf
=============

backend framework for webpages

v0.6.4(3y ago)021[2 issues](https://github.com/lausek/lowebf/issues)[1 PRs](https://github.com/lausek/lowebf/pulls)PHPPHP ^7.3CI failing

Since Sep 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/lausek/lowebf)[ Packagist](https://packagist.org/packages/lausek/lowebf)[ RSS](/packages/lausek-lowebf/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (8)Versions (7)Used By (0)

lowebf
======

[](#lowebf)

`lowebf` is a microframework for creating simple websites. It provides clean interfaces to separate your site's logic and content. The `lowebf\Environment` class offers modules each solving a specific use case.

Features
--------

[](#features)

- Define site content and configuration in your preferred format (JSON, YAML, Markdown)
- SCSS compiler
- Result type for handling operation outcome
- Markdown extensions for embedding videos by url

### Non-Features

[](#non-features)

- No database connections
- No models
- No routing layer

### Modules

[](#modules)

NameDescriptionCacheWrite files to the site's caching directoryConfigAccess configuration valuesContentRead a JSON, YAML, or Markdown fileDownloadSend a downloadable fileGlobalsAccess php [superglobals](https://www.php.net/manual/en/language.variables.superglobals) in a safe mannerPostRead a news entry from fileRouteGenerate url for static filesThumbnailGenerate thumbnails for imagesViewRender a page templateExample
-------

[](#example)

```
composer require lausek/lowebf
composer update
```

```
