realtyna / mvc-core
Core library to create WordPress plugin in MVC design pattern
0.5.7
2024-07-16 16:37 UTC
Requires
- php: >=7.4
- ext-json: *
- doctrine/annotations: ^1.14.2
- firebase/php-jwt: ^6.3
- htmlburger/carbon-fields-plugin: ^3.3
- illuminate/database: ^8.83
- illuminate/pagination: ^8.83
- monolog/monolog: ^2.9
- php-di/php-di: ^6.4
- robmorgan/phinx: ^0.13.4
Requires (Dev)
- symfony/var-dumper: ^v5.4.0
- yoast/phpunit-polyfills: ^1.0
- dev-master
- 0.5.7
- 0.5.6
- 0.5.5
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.9
- 0.4.8
- 0.4.7
- 0.4.6
- 0.4.5
- 0.4.4
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.9
- 0.3.8
- 0.3.7
- 0.3.6
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.1
- 0.2.0
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.2
- 0.0.1
- dev-development
This package is auto-updated.
Last update: 2025-02-16 17:48:14 UTC
README
WordPress MVC framework to develop plugins.
Documentation
How to use
Go to WordPress plugins folder and run this command in terminal:
composer create-project realtyna/plugin-structure <NAME OF YOURPLUGIN>
for example:
composer create-project realtyna/plugin-structure realtyna-api
By running this command a folder named "realtyna-api" will be created in your plugins folder
Go into created folder:
cd realtyna-api
Run composer update:
composer update