An open API service indexing awesome lists of open source software.

https://github.com/talpx1/spin8_framework

The Spin8 framework. A framework to help developers to create WordPress plugins.
https://github.com/talpx1/spin8_framework

framework php spin8 wordpress wordpress-development wordpress-plugin-development wordpress-plugin-framework

Last synced: about 2 months ago
JSON representation

The Spin8 framework. A framework to help developers to create WordPress plugins.

Awesome Lists containing this project

README

        

# Spin8

The Spin8 framework. A framework to help developers to create WordPress plugins.

## Start a Spin8 project

To start a new Spin8 project, use the standard project template found at https://github.com/Talpx1/Spin8_Project_Template

## Features
- WordPress APIs wrappers leveraging OOP
- DI Container supporting: aliases, singletons, intersection types, autowiring, method calls, configurations.
- User defined configurations: auto-discovered and loaded at runtime, providing a facade for simple and clean APIs.
- Guards: simple to use - advanced checks to protect your code from unexpected inputs and behaviours.
- Out-of-the-box Templating Engine.
- **WIP** Console helper commands.
- **A LOT MORE TO COME**