oneplace / oneplace-contact-basket
onePlace Contact-Basket Plugin. Manage your Basket's basket
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:oneplace-plugin
Requires
- php: ^7.1
- oneplace/oneplace-contact: ^1.0.0
Requires (Dev)
- laminas/laminas-test: ^3.3.0
- php-coveralls/php-coveralls: ^2.2
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2024-12-14 10:52:14 UTC
README
Introduction
This is the Basket Module for onePlace Software Framework based on Laminas Project (former Zend Framework)
Create your web based apps on the fly! onePlace brings you extended Entity and Table Models, View Helpers and much more - so you can build your Webapp to manage database based data, in almost any layout you can image.
onePlace is built for maximum freedom of choice for your app, and so only small parts of laminas mvc are utilized. a lot is done from scratch to give you more freedom / customization.
Basket Module
This basket module is a starting point for your own onePlace modules. It expands on oneplace-core and uses the onePlace / Laminas MVC layer and module systems.
Installation
The easiest way to install onePlace Basket is via composer
composer require oneplace/oneplace-contact-basket
Getting started
how to utilize user manager
how to create own modules
Documentation
Documentation will be extended soon.