lovata / oc-toolbox-plugin
Toolbox plugin for October CMS
Installs: 11 847
Dependents: 0
Suggesters: 0
Security: 0
Stars: 38
Watchers: 6
Forks: 20
Open Issues: 15
Type:october-plugin
Requires
- composer/installers: ~1.0
- kharanenka/laravel-cache-helper: ^1.0.4
- kharanenka/laravel-scope-active: 1.0.*
- kharanenka/laravel-scope-category-belongs-to: 1.0.*
- kharanenka/laravel-scope-code: 1.0.*
- kharanenka/laravel-scope-date: 1.0.*
- kharanenka/laravel-scope-external-id: 1.0.*
- kharanenka/laravel-scope-hidden: 1.0.*
- kharanenka/laravel-scope-moderation: 1.0.*
- kharanenka/laravel-scope-name: 1.0.*
- kharanenka/laravel-scope-slug: 1.0.*
- kharanenka/laravel-scope-type: 1.0.*
- kharanenka/laravel-scope-user-belongs-to: 1.0.*
- kharanenka/oc-data-file-model: 1.*
- kharanenka/oc-pagination: 1.0.*
- kharanenka/php-result-store: 2.*
- october/rain: >=3.1
- dev-master
- 2.2.1
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.34.4
- 1.34.3
- 1.34.2
- 1.34.1
- 1.34.0
- 1.33.1
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.1
- 1.28.0
- 1.27.0
- 1.26.2
- 1.26.1
- 1.26.0
- 1.25.3
- 1.25.2
- 1.25.1
- 1.25.0
- 1.24.1
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.1
- 1.21.0
- 1.20.1
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.1
- 1.14.0
- 1.13.0
- 1.12.2
- 1.12.1
- 1.12.0
- 1.11.0
- 1.10.2
- 1.10.1
- 1.10.0
- 1.9.1
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- dev-develop
- dev-feature/graphql-v2
- dev-feature/graphql-resolvemethod
- dev-feature/graphql
- dev-feature/96
- dev-feature/241
- dev-feature/FixImportPropertyFromXML
- dev-feature/ExportOrders
- dev-l10n
This package is auto-updated.
Last update: 2024-12-25 14:09:23 UTC
README
Toolbox is a set of helpers for faster development for October CMS. It includes a universal component for rendering pagination navigation controls, a set of tools for caching of objects and lists. Also, it includes a list of most common language strings for using in third-party plugins: name, title, description etc.
Features
- Components
- Pagination is used to get a list of pagination buttons and provides flexible settings.
- Classes
ElementCollection
provides a flexible tool for working with cached lists of model elements.ElementData
is an abstract class for components that returns object ofElementItem
class for model.ElementItem
provides a flexible tool for single element data caching.- etc.
Get involved
If you're interested in the improvement of this project you can help in the following ways:
- bug reporting and new feature requesting by creating issues on plugin GitHub page;
- contribution to a project following these instructions;
- localization to your language using Crowdin service.
License
© 2017, LOVATA Group, LLC under GNU GPL v3.
Developed by Andrey Kharanenka.