=$post["title"];?>
=$post["content"];?>
# cockpit
**Repository Path**: 0hi/cockpit
## Basic Information
- **Project Name**: cockpit
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2016-10-23
- **Last Updated**: 2024-11-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Notice:
- Current development moved to the [Cockpit Next branch](https://github.com/aheinze/cockpit/tree/next)
- Visit [https://cocopi.co/](https://cocopi.co/) - a simple Content Management System built on top of Cockpit
# Cockpit
[](https://gitter.im/aheinze/cockpit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://packagist.org/packages/aheinze/cockpit) [](https://packagist.org/packages/aheinze/cockpit) [](https://packagist.org/packages/aheinze/cockpit)
The CMS for developers. Add content management functionality to any site - plug & play CMS.
Manage content like collections, regions, forms and galleries which you can reuse anywhere on your website.

* Homepage: [http://getcockpit.com](http://getcockpit.com)
* Twitter: [@getcockpit](http://twitter.com/getcockpit)
### Requirements
* PHP >= 5.4
* PDO + SQLite (or MongoDB)
* GD extension
make also sure that $_SERVER['DOCUMENT_ROOT'] exists and is set correctly.
### Installation
1. Download Cockpit and put the cockpit folder in the root of your web project or via composer composer create-project aheinze/cockpit cockpit --stability="dev"
2. Make sure that the __/cockpit/storage__ folder and all its subfolders are writable
3. Go to __/cockpit/install__ via Browser
4. You're ready to use Cockpit :-)
### Usage
**Embed Cockpit**
Embedding Cockpit is really easy. Just include the following snippet anywhere you want to use Cockpit:
```php
// make cockpit api available
require('path/to/cockpit/bootstrap.php');
```
**Regions**
Render regions api:
```html
=$post["content"];?>