Skip to content

cehojac/antonella-framework-for-wp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Antonella Framework

Total Downloads Latest Unstable Version License Gitter

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