Ponticlaro Bebop Save Abandoned

Elegant WordPress API Library

Project README

Ponticlaro™ Bebop

Modules

Bebop Core

Bebop Common

Bebop CMS

Bebop UI

Bebop MVC

Bebop DB

Bebop Scripts Loader

Bebop HTTP API

Bebop HTTP Client

Installing via Composer

The recommended way to install Bebop is through Composer.

# Install Composer
curl -sS https://getcomposer.org/installer | php

Next, update your project's composer.json file to include Bebop:

{
    "require": {
        "ponticlaro/bebop": "^3"
    }
}

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';

Usage

Boot Bebop

You should call Bebop::boot() before using any of its features. This is needed to generate defaults and initialize several useful objects.

use Ponticlaro\Bebop;
    
Bebop::boot();

Custom Features

Utilities

WordPress API Wrappers

Open Source Agenda is not affiliated with "Ponticlaro Bebop" Project. README Source: ponticlaro/bebop

Open Source Agenda Badge

Open Source Agenda Rating