cehojac / antonella-framework-for-wp
make easy a WordPress Plugin whit a team. Use this framework for simplycity the work in develop a plugin
Installs: 727
Dependents: 0
Suggesters: 0
Security: 0
Stars: 17
Watchers: 5
Forks: 4
Open Issues: 0
Type:project
Requires (Dev)
- vlucas/phpdotenv: ^3.5
This package is auto-updated.
Last update: 2025-03-06 17:54:39 UTC
README
Antonella Framework for WordPress
Framework for develop WordPress plugins based on Model View Controller You can read the full documentation in https://antonellaframework.com/documentacion
Requeriments
- php (minimun 5.6)
- composer
- git
Instalation
create a folder for yours antonella framework's projects and execute
composer create-project --prefer-dist cehojac/antonella-framework-for-wp:dev-master my-awesome-plugin
my-awesome-plugin is your project's plugin
cd my-awesome-plugin
this is all!!- start your marvelous plugin in wordpress
Basics
Antonella Framework have console functions:
php antonella namespace FOO
rename the namespace in all files
php antonella make MyClassController
create MyClassController.php file in src folder whit pre-data
php antonella widget MyWidget
create a Class for Widget Function
Export you zip plugin
php antonella makeup
Compress your project in a .zip file