Giter Club home page Giter Club logo

bp-wordpress-api's Introduction

bp-wordpress-api

Simple structured staring point for api-based WordPress builds. Project structure loosely based on roots/bedrock. The aim of this project is to provide a simple semi headless cms for when the WP Rest api is overkill.

Features

  • api theme adapted to output json on any/all routes
  • simple user defined routes
  • caching with transients

Requirements

  • php >= 7.1
  • MySQL >= 4.0
  • composer
  • ACF pro license key

Installation

  • git clone [email protected]:jghlt/bp-wordpress-api.git
  • cd bp-wordpress-api
  • rename .env.example to .env and fill out the necessary config
  • add salts to config/config.php
  • run composer install
  • rename wp-config.example.php to wp-config.php and move to public/wp
  • set up hosts/vhosts
  • visit http://example.com/wp/wp-admin and run through the install

Usage

  • add routes here > public/app/themes/api/includes/routes.php
  • add methods here > public/app/themes/api/includes/project.php
  • routing docs here

bp-wordpress-api's People

Contributors

jghlt avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.