All Projects → CradlePHP → Cradle

CradlePHP / Cradle

Licence: MIT license
Cradle is a modern Content Management System in PHP7. This is the main project.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Cradle

Twill
Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible.
Stars: ✭ 2,539 (+14005.56%)
Mutual labels:  cms-framework
go-coinmarketcap
The Unofficial Coin Market Cap API client for Go.
Stars: ✭ 61 (+238.89%)
Mutual labels:  v2
phpvibe-lite
PHPVibe Open source video CMS / Video Sharing CMS / Youtube Api v3 / Video Embeds
Stars: ✭ 71 (+294.44%)
Mutual labels:  cms-framework
Zkeacms
ZKEACMS build with .Net 5 (.Net CMS)可视化设计在线编辑内容管理系统
Stars: ✭ 2,593 (+14305.56%)
Mutual labels:  cms-framework
myanimelist-api-v2
An awesome wrapper on Nodejs for the new MyAnimeList's API v2!
Stars: ✭ 30 (+66.67%)
Mutual labels:  v2
Pancakeswap-sniping-bot-demo
Pancakeswap v1 and v2 sniping bot demo. Contact @aviddotsupports for full version on telegram or contact AviddotSupport#8131 on Discord
Stars: ✭ 146 (+711.11%)
Mutual labels:  v2
Pimcore
Open Source Data & Experience Management Platform (PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce)
Stars: ✭ 2,352 (+12966.67%)
Mutual labels:  cms-framework
WebinoImageThumb
✂️ Webino™ Image thumbnailer for Zend Framework [LTS] http://webino.github.io/WebinoImageThumb
Stars: ✭ 40 (+122.22%)
Mutual labels:  v2
gatsby-starter-kit
A set of starters for Gatsby.js
Stars: ✭ 99 (+450%)
Mutual labels:  v2
minietcd
☁️ Super small and "dumb" read-only client in Go for coreos/etcd (v2).
Stars: ✭ 12 (-33.33%)
Mutual labels:  v2
Canner
⚡️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
Stars: ✭ 2,472 (+13633.33%)
Mutual labels:  cms-framework
etsy-ts
Etsy API wrapper written in typescript
Stars: ✭ 18 (+0%)
Mutual labels:  v2
vue-programmatic-invisible-google-recaptcha
🔒A simple invisible Google reCAPTCHA component focused solely on programmatic invocation.
Stars: ✭ 28 (+55.56%)
Mutual labels:  v2
Whatcms
CMS Detection and Exploit Kit based on Whatcms.org API
Stars: ✭ 205 (+1038.89%)
Mutual labels:  cms-framework
wp-api-multiple-posttype
wordpress wp rest api v2 extension of wp/v2/posts api to allow query multiple post types
Stars: ✭ 45 (+150%)
Mutual labels:  v2
Xpressengine
PHP Open Source CMS
Stars: ✭ 178 (+888.89%)
Mutual labels:  cms-framework
vscode-autohotkey2-lsp
Autohotkey2 Language Support using vscode-lsp.
Stars: ✭ 24 (+33.33%)
Mutual labels:  v2
coscms
Simple Modulized PHP framework. Demo login (admin / admin):
Stars: ✭ 21 (+16.67%)
Mutual labels:  cms-framework
simpleCMS
simpleCMS是一款开源cms系统, 主要为个人/团队快速开发博客或者知识共享平台, 类似于hexo, worldpress, 但是他们往往需要复杂的搭建过程, 我们将复杂度降到最低, 并且有详细的部署教程, 你只需要有一台服务器, 就能轻松拥有一个属于你的博客平台.
Stars: ✭ 74 (+311.11%)
Mutual labels:  cms-framework
Vasdolly
Android V1 and V2 Signature Channel Package Plugin
Stars: ✭ 2,441 (+13461.11%)
Mutual labels:  v2

All the Back End You'll Ever Need

Cradle is a feature rich, modern Content Management System. Build apps faster. Developer friendly. Open Source.

Demo

Features

We compiled a list of feature requirements based on over 10 years of backend system development.

Objects and Relations

Objects and Relations

Most, if not all, applications deal with objects and relations to other objects. If you can't find an out of box solution for what you want to build, ususally these things need to be custom developed. The time it takes to develop depends on how many objects and relations you have. It's really this gray area without proper planning can fail. At its core, Cradle provides a way to create, manage and dynamically generate an admin for all of your objects and relations.

Fields as a Playground

Fields as a Playground

Create fields on the fly, make mistakes and change fields, re-order fields; Skies are the limits! Clone objects to make creating objects even faster. Relate objects in one-to-zero, one-to-one, one-to-many and many-to-many. You can even relate external tables not defined in our system.

Validations and Output Formats

Validations and Output Formats

On top of form submissions, we need to also consider field validation and final output formats. Cradle supports any kind of validation (required, empty, less, greater, regexp, etc.) and output formats (capital, lower, date, relative, link, email, image, formulas, etc.). Activate searchable, filter and sortable features per field and it will be dynamically rendered in your admin.

Database Translations

Database Translations

We compared against many popular CMS libraries to determine a proper database structure and concluded that none fit what we wanted in terms of raw flexibility. Our fields translates into proper SQL-3NF and ElasticSearch schemas without any fuss. You can create, update, sort fields even after creating an object. Just turn on Redis to take advantage of data caching and RabbitMQ to take advantage of queues.

Dynamic Search Pages

Dynamic Search Pages

Developers usually miss out on some of the basic features of a general search because it is just so tedious to build out all the time. Cradle takes care of these for you. Featuring search queries, dynamic filters, relations, bulk actions, importing and exporting. Define searchable, filterable and sortable fields in your schema and watch the search page match your specifications.

Dynamic Forms

Dynamic Forms

Developing form submissions is a very tedious process starting from creating the front end form and validating fields to creating or updating into the database, provide a success message and redirect to another page. With Cradle, no more! Forms are dynamically created, validated and processed based on your defined objects and relations.

Relational Actions and Filters

Relational Actions and Filters

Easy navigation to object relations and do further filters, bulk actions, importing and exporting. Create objects and have it automatically linked to its parent. Link existing objects together easily.

Menu Builder

Menu Builder

Create menu items on the fly. Create menu groups and drag items and groups in any order you want. Choose any icon from the FontAwesome 5 library or none at all. Use any link you want, even not in the system. Menu items automatically will show on relative active pages and show counts on schema search menu items.

Lots of Fields

Lots of Fields

Supporting all HTML5 fields, mask, WYSIWYG, Markdown, Code Editors, Date Fields, Range Sliders, Switches, Dials & Knobs, Files & Images Tag and Meta fields. All fields accept an arbitrary amount of HTML attributes incase you want to add a placeholder or number min-max for example. You can also free add your own custom fields, use any JavaScript and CSS. Anything you like.

Fully Templated

Fully Templated

We considered all UI elements in our admin to be flexible and usable anywhere including the front end. Built on top of jQuery, Bootstrap 4, and Font Awesome 5 and Handlebars to reduce the learning curve and for easier manipulation.

More Features

  • Import/Export
  • 4 Themes
  • Roles and Permissions
  • Package Management with Packagist
  • Dynamic OAuth 2, REST and Webhooks
  • Multi Language Support (i18n)
  • Admin Action Logs

Our Technology Stack

Carefully chosen agnostic technologies that can be used with any major server stack.

PHP 7 MySQL 5.7 ELK Stack Redis RabbitMQ Bootstrap 4 jQuery Font Awesome 5 Yarn Handlebars Travis CI Codeception Docker AWS S3

Other Libraries We Used

Contributing to Cradle

Thank you for considering to contribute to Cradle. Before contributing, please read the CradlePHP docs.

Bug fixes will be reviewed as soon as possible. Minor features will also be considered, but give me time to review it and get back to you. Major features will only be considered on the master branch.

  1. Fork the Repository.
  2. Fire up your local terminal and switch to the version you would like to contribute to.
  3. Make your changes.
  4. Always make sure to sign-off (-s) on all commits made (git commit -s -m "Commit message")

Making pull requests

  1. Please ensure to run phpunit and phpcs before making a pull request.
  2. Push your code to your remote forked version.
  3. Go back to your forked version on GitHub and submit a pull request.
  4. All pull requests will be passed to Travis CI to be tested. Also note that Coveralls is also used to analyze the coverage of your contribution.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].