Libraries tagged by flexible content
digicademy/cobj_xslt
728 Downloads
Extends TYPO3 with a new content object XSLT for flexible XML transformations
digicademy/cobj_xpath
740 Downloads
Extends TYPO3 with a new content object XPATH for flexible querying of XML
zeroseven/z7-countries
2885 Downloads
This TYPO3 extension offers the possibility of a flexible country configuration for single tree content.
twfahey1/aqto_page
100 Downloads
A Drupal module which provides the Aqto Page. The Aqto Page provides a blank canvas for building site content that is freeform and flexible in it's layout and design.
novaris-dev/novaris
0 Downloads
The core foundation of the Novaris Content Management System (CMS), providing a robust and flexible architecture designed to power dynamic content-driven websites.
novaris-dev/framework
160 Downloads
Novaris Framework: The core foundation of the Novaris Content Management System (CMS), providing a robust and flexible architecture designed to power dynamic content-driven websites
mate-code/dialog
35 Downloads
Flexible JS dialog box for HTML content
dean-ward/craft-pinboard
12 Downloads
A flexible Craft CMS field which allows content editors to create and manage interactive images for location maps, product callouts, feature callouts, and more.
koverae/koverae-publisher
19 Downloads
Koverae Publish is a powerful, lightweight, and elegant blogging package designed for Laravel. Whether you're managing a personal blog, a company newsroom, or a content hub, Koverae Publish provides an intuitive and flexible solution for publishing, organizing, and managing content effortlessly.
zaheensayyed/filament-cms
26 Downloads
Filament CMS is a powerful package designed to streamline content management system (CMS) development using Laravel and Filament. It offers a fast and flexible solution for building dynamic, user-friendly interfaces for managing content, empowering developers to create and deploy CMS applications with ease. Key features include: Page Management – Effortlessly create, edit, and organize pages, with the ability to easily attach them to multilevel menus. Multilevel Menus – Design and manage hierarchical menus that enhance navigation and improve user experience. Gallery Integration – Incorporate galleries seamlessly into your CMS, enabling rich media management with minimal effort. Filament CMS is your go-to package for building robust, scalable, and feature-rich CMS applications using Laravel and Filament.
t3-themes/t3-theme-diag
272 Downloads
Diag is a very flexible TYPO3 theme built for Digital Marketing Agency, SEO Agency, Advertising Agency related businesses. You can easily create a modern website and start promoting your services in less than minutes. It is fully responsive and easy to Customize. Detailed documentation is included on how to install the theme, import demo content, and customize it.
stephane-monnot/laravel-scheduled-changes
32 Downloads
A powerful and flexible package to schedule and execute future changes or events in your Laravel application. Manage tasks like content publication, data updates, unpublishing, and more with an easy-to-use interface and robust API support.
rinvex/cortex
2042 Downloads
Rinvex Cortex is a solid foundation for enterprise solutions, that provides a flexible and extensible architecture for building multi-lingual, multi-tenant applications with content management, themeable views, application modules and much more.
nodeum-io/nodeum-sdk-php
0 Downloads
The Nodeum API makes it easy to tap into the digital data mesh that runs across your organisation. Make requests to our API endpoints and we’ll give you everything you need to interconnect your business workflows with your storage. All production API requests are made to: http://nodeumhostname/api/ The current production version of the API is v1. **REST** The Nodeum API is a RESTful API. This means that the API is designed to allow you to get, create, update, & delete objects with the HTTP verbs GET, POST, PUT, PATCH, & DELETE. **JSON** The Nodeum API speaks exclusively in JSON. This means that you should always set the Content-Type header to application/json to ensure that your requests are properly accepted and processed by the API. **Authentication** All API calls require user-password authentication. **Cross-Origin Resource Sharing** The Nodeum API supports CORS for communicating from Javascript for these endpoints. You will need to specify an Origin URI when creating your application to allow for CORS to be whitelisted for your domain. **Pagination** Some endpoints such as File Listing return a potentially lengthy array of objects. In order to keep the response sizes manageable the API will take advantage of pagination. Pagination is a mechanism for returning a subset of the results for a request and allowing for subsequent requests to “page” through the rest of the results until the end is reached. Paginated endpoints follow a standard interface that accepts two query parameters, limit and offset, and return a payload that follows a standard form. These parameters names and their behavior are borrowed from SQL LIMIT and OFFSET keywords. **Versioning** The Nodeum API is constantly being worked on to add features, make improvements, and fix bugs. This means that you should expect changes to be introduced and documented. However, there are some changes or additions that are considered backwards-compatible and your applications should be flexible enough to handle them. These include: - Adding new endpoints to the API - Adding new attributes to the response of an existing endpoint - Changing the order of attributes of responses (JSON by definition is an object of unordered key/value pairs) **Filter parameters** When browsing a list of items, multiple filter parameters may be applied. Some operators can be added to the value as a prefix: - `=` value is equal. Default operator, may be omitted - `!=` value is different - `>` greater than - `>=` greater than or equal - `=` lower than or equal - `>
marlemiesz/wp-sdk
9 Downloads
The WP API SDK for PHP is a client library that makes it easy to interact with the WordPress REST API from a PHP application. This SDK provides an easy-to-use interface for sending HTTP requests and handling the responses, and also includes convenient methods for accessing common API endpoints and data structures. With this SDK, developers can easily retrieve, create, update, and delete content and metadata within a WordPress site, and also perform other common tasks such as managing users and media. The WP API SDK for PHP is an essential tool for any PHP developer working with the WordPress platform, and provides a powerful and flexible way to build custom applications and integrations that interact with WordPress.