Skip to content

ecourtial/jaw

Repository files navigation

CircleCI Maintenance Ask Me Anything !

JAW: a headless blog CMS

Description

Just a Word (JAW) is a free open-source headless blog CMS. At the beginning the idea was to make it private as a personal project: I wanted a stable, free and long-term oriented headless CMS, so I could easily revamp the front application of my blog without having to re-create everything.

With JAW, you have now a CMS proving:

  • An administration interface to manage your content.
  • An API to get your content from your front-end application.
  • Protection for the API is assured by a basic user token.
  • Webhooks are provided if you want to be notified when some content is edited (for instance if you use cache).

There are still a lot of basic features to be developed, but the ambition of this project is to:

  • Keep-up with the last version of PHP.
  • Keep-up with the last version of Symfony.
  • Trying (yes, trying) to keep-up with most of the good practices of Symfony (i.e the less deprecations notices as possible).

Stack 🚈

  • PHP 8.1
  • Symfony 6.2
  • Bootstrap 5

Licence

This code is provided under the MIT licence. Some parts of the codes come from the Symfony Demo project and the licence of this project applies when mentioned.

Changelog

See the changelog here

Contributing

See the project section of this repository to see the Todo list.

Documentation 📓