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.
- Host: GitHub
- URL: https://github.com/talpx1/spin8_framework
- Owner: Talpx1
- License: other
- Created: 2023-07-08T20:29:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T15:11:41.000Z (11 months ago)
- Last Synced: 2025-01-28T20:34:54.390Z (4 months ago)
- Topics: framework, php, spin8, wordpress, wordpress-development, wordpress-plugin-development, wordpress-plugin-framework
- Language: PHP
- Homepage: https://packagist.org/packages/spin8/framework
- Size: 362 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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**