Skip to content

Directus is an Open-Source Headless CMS & API for Managing Custom Databases

License

Notifications You must be signed in to change notification settings

jimjam88/directus

 
 

Repository files navigation

Directus Logo

Open-Source Headless CMS & API

 

Join the chat at https://slack.getdirectus.com BrowserStack Status GitHub issues GitHub license StackShare

Checkout our live demo!

Description

Directus is a free and open-source database API and 'headless' CMS. Unlike traditional CMS that encompass your entire project codebase, the decoupled approach of Directus offers an API and SDKs to connect your content to: websites, native apps, kiosks, IoT devices, or any other data-driven projects.

Directus makes no assumptions about how you should architect your database – giving you complete freedom to optimize structure and performance for projects of any size or complexity. Built on top of the API is our feature-rich admin webapp (CMS) which dynamically maps to your database's schema, instantly providing your users/clients with an intuitive interface for managing content.

Learn more at getdirectus.com and follow us on Twitter: @directus

Please consider supporting us on Patreon!

Installation

Download the latest pre-built version from our releases page or clone this repo and install the composer dependencies by running composer install from the root folder.

Requirements:

NGINX or Apache Server, MySQL 5.2+, PHP 5.5+ (curl, gd, finfo, pdo_mysql)

Database types

While Directus has been abstracted to allow for different database adapters in the future, currently only MySQL is supported. PostgreSQL, SQLite, and MongoDB support is under development – and we hope to expand support for additional database types as we gain contributors.

Documentation

Directus ADMIN

The full documentation about using the admin Directus can be found over at docs.getdirectus.com.

You can find the source of this documentation in our docs repo.

Directus API & SDKs

Our full API reference can be found over at api.getdirectus.com. Together with the endpoints and supported params, you can also find code examples for our supported SDKs.

You can find the source of this documentation in our API docs repo.

Contributing to Directus

First of all, thank you for taking the time to work on Directus!

The following is a set of guidelines for contributing to Directus and its components. These are just guidelines, not strict rules. Feel free to propose changes to this and other documents in a pull request.

How Can I Contribute?

Reporting Bugs

Think you've discovered a bug? First, read through our docs to be sure – then submit a ticket to our GitHub Issues. And if you already know a good solution, we love Pull Requests! For all security related issues, please chat with us directly through getdirectus.com.

Translations

Directus has multilingual support – and we're looking for anyone interested in helping translate our English default language file into other languages. It's as easy as copying that en.json file and changing the values!

PR any translations into this Directory.

Huge thanks to the following contributors!

Suggesting Enhancements

When you are creating an enhancement suggestion, please include as many details as possible. Fill out the required template; including the steps that you imagine you would take if the feature you're requesting existed.

Requesting features

You can request and vote for other feature requests over at our FeatHub page.

Your First Code Contribution

Unsure where to begin contributing to Directus? You can start by looking through the Beginner and Help Wanted issues. Beginner issues are issues that often only require a few lines of code. Help wanted issues are a bit more involved than beginner issues.

Pull Requests

Pull requests are always welcome for every part of Directus. Please make sure to adhere to our .editorconfig rules and to lint your code with XO.

Team

Key developers: coolov, freen, jel-massih, Lasha

Copyright, License, and Trademarks

  • Directus Core codebase released under the GPLv3 license.
  • Example Code, Design Previews, Demonstration Apps, Custom Extensions, Custom interfaces, and Documentation copyright 2017 RANGER Studio LLC.
  • RANGER Studio owns all Directus trademarks, service marks, and graphic logos on behalf of our project's community. The names of all Directus projects are trademarks of RANGER Studio LLC.

About

Directus is an Open-Source Headless CMS & API for Managing Custom Databases

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.3%
  • PHP 33.4%
  • CSS 11.5%
  • HTML 4.6%
  • Other 0.2%