code16 / ozu-client
Companion package for Ozu projects (https://ozu.code16.fr)
Installs: 242
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Open Issues: 2
pkg:composer/code16/ozu-client
Requires
- php: 8.3.*|8.4.*|8.5.*
- ext-zip: *
- code16/embed: ^2.3
- code16/laravel-content-renderer: ^1.1.0
- code16/pint-config: ^1.2
- guzzlehttp/guzzle: ^7.5
- illuminate/contracts: ^11.0|^12.0
- intervention/image-driver-vips: ^1.0
- intervention/image-laravel: ^1.0
- jcupitt/vips: ^2.6
- laravel/prompts: ^0.3.8
- spatie/laravel-package-tools: ^1.14.0
- spatie/laravel-sluggable: ^3.6
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^8.0
- orchestra/testbench: ^9.0|^10.0
- pestphp/pest: ^3.0|^4.0
- pestphp/pest-plugin-arch: ^3.0|^4.0
- pestphp/pest-plugin-laravel: ^3.0|^4.0
- spatie/laravel-ray: ^1.26
- dev-main
- v0.9.3
- v0.9.2
- v0.9.1
- v0.9.0
- v0.8.10
- v0.8.9
- v0.8.8
- v0.8.7
- v0.8.6
- v0.8.5
- v0.8.4
- v0.8.3
- v0.8.2
- v0.8.1
- v0.8.0
- v0.7.0
- v0.6.2
- v0.6.1
- v0.6.0
- v0.5.0
- v0.4.9
- v0.4.8
- v0.4.7
- v0.4.6
- v0.4.5
- v0.4.4
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.9
- v0.3.8
- v0.3.7
- v0.3.6
- v0.3.5
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.0
- v0.1.1
- v0.1.0
- dev-allow-custom-label-attribute-in-collection
- dev-test-ozu-fetch-data
- dev-php85-support
- dev-add-file-in-editors
- dev-pull-ozu-data-in-worker
- dev-implement-eel
- dev-poc-eel
- dev-old-main
- dev-use-sanctum
- dev-website-settings
- dev-support-editor-as-title-field
- dev-upgrade-api
- dev-pull-ozu-db
- dev-handle-embeds
- dev-ozu-production-seeder
- dev-separate-ozu-builder-from-ozu-client
- dev-custom-filesystem
- dev-tests
- dev-auto-deploy
- dev-add-highlight-in-editor
- dev-belongsto-field
- dev-real-models
- dev-ozu
- dev-prevent-export-fail-on-404
- dev-preview-auth
This package is auto-updated.
Last update: 2026-02-18 11:11:14 UTC
README
Client companion for Ozu
Ozu provides a simple and powerful tool to build static websites with dynamic content using your favorite Laravel stack.
The project is in private beta for now, but you can request access here: ozu.code16.fr. You can also refer to this blog post to learn more about the project.
Why Ozu?
For many projects, static websites are an ideal fit: they are fast, secure, and easy to maintain. However, they often lack easy content management, can be complex to deploy, and might require a different stack than a regular Laravel project.
Ozu addresses these issues by allowing you to build your website as a regular Laravel project and deploy it as a static website to Netlify or any other server.
As a bonus, Ozu provides a dedicated CMS for your customers to manage their website content without compromises.
Documentation
You can find the documentation at ozu.code16.fr/docs.
