PHPackages                             allindata/wordpress-micro-core - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. allindata/wordpress-micro-core

AbandonedArchivedWp-plugin[Utility &amp; Helpers](/categories/utility)

allindata/wordpress-micro-core
==============================

The Core module of the All.In Data Micro Plugin provides fundamental and reusable functionality for the modern development of Wordpress plugins.

1.5.3(5y ago)367GPL-2.0-or-laterPHP

Since Dec 22Pushed 5y agoCompare

[ Source](https://github.com/allin-data/wordpress-micro-core)[ Packagist](https://packagist.org/packages/allindata/wordpress-micro-core)[ RSS](/packages/allindata-wordpress-micro-core/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (10)Dependencies (1)Versions (14)Used By (0)

All.In Data Micro Core
======================

[](#allin-data-micro-core)

A Micro Wordpress Plugin Framework
----------------------------------

[](#a-micro-wordpress-plugin-framework)

The Core module of the All.In Data Micro Plugin Framework provides fundamental and reusable functionality for the modern development of Wordpress plugins.

Installment
-----------

[](#installment)

### Requirements

[](#requirements)

Create a new plugin folder in your wordpress project, e.g. `foobar-wp`. Use the terminal inside the folder and run:

```
composer require allindata/wordpress-micro-core

```

Create the plugin bootstrap file `foobar-wp.php` with the following (minimal) content:

```
