code16/sharp

Laravel Content Management Framework

Maintainers

πŸ‘ code16

Package info

github.com/code16/sharp

pkg:composer/code16/sharp

Statistics

Installs: 64 162

Dependents: 3

Suggesters: 0

Stars: 789

Open Issues: 13

v9.22.4 2026-06-08 08:33 UTC

Suggests

Provides

None

Conflicts

Replaces

None

MIT 8602b59e02743b49018b59ae0c84b189ae880734

  • Philippe Lonchampt <philippe.woop@code16.fr>
  • Antoine Guingand <antoine.woop@code16.fr>

This package is auto-updated.

Last update: 2026-06-11 11:37:36 UTC


README

πŸ‘ Sharp

Sharp is a content management framework built for Laravel as a package, which provides great help to build a CMS section in a project with a clean UI and DX in mind. Sharp is driven by code: everything is manageable through a clean and documented PHP API, using Laravel conventions and coding style. It intends to avoid code adherence β€” the project should not have any knowledge of it β€” and is data-agnostic, meaning it does not have any expectations from the persistence layer.

Sharp for Laravel is actively maintained and developed and is used in all kinds of projects, from content-driven websites to e-commerce platforms and API backends.

Sharp intends to provide a clean solution to the following needs:

  • create, update or delete any structured data of the project, handling validation and errors;
  • display, search, sort or filter data;
  • execute custom commands on one instance, a selection or all instances;
  • handle authorizations and validation;
  • all without writing a line of front code, and using a clean API in the PHP app.

Sharp needs Laravel 11+ and PHP 8.3+.

Documentation πŸ“–

The full documentation is available here: sharp.code16.fr/docs.

Online example πŸ–₯️

A Sharp instance for a demo project is online here: sharp.code16.fr/sharp/.

Data of this demo is reset each hour.

Additional resources πŸ–ŠοΈ

See Code 16’s blog or the project’s Discord server.