Search Results for "headless cms php" - Page 3

Showing 2655 open source projects for "headless cms php"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    Sidecar for Laravel

    Sidecar for Laravel

    Deploy and execute AWS Lambda functions from your Laravel application

    Sidecar packages deploy and execute AWS Lambda functions from your Laravel application. AWS Lambda is a powerful service that allows you to run code without provisioning or thinking about servers. Laravel Vapor brought that power to Laravel. Using Vapor, you can run your plain ol' Laravel apps on a serverless platform and get incredible speed, security, and reliability. Using Lambda through Vapor is a wonderful developer experience, but there are times when building your applications when...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    WP Project Manager

    WP Project Manager

    The Project Management plugin for WordPress

    WP Project Manager is a WordPress-based project management plugin that offers tasks, to‑do lists, milestones, Kanban boards, time tracking, Gantt charts, and integrations. It's suitable for teams working within WordPress wanting self-hosted task management closely integrated with their site CMS.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    CssToInlineStyles class

    CssToInlineStyles class

    Enables you to convert HTML-pages/files into HTML-pages/files

    CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very usefull when you're sending emails. UTF-8 charset is not always detected correctly. Make sure you set the charset to UTF-8 using the correct meta-tag in the head. CssToInlineStyles class is used on each site based on Fork CMS. CssToInlineStyles class is used by Laravel Framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Daptin

    Daptin

    Daptin - Backend As A Service - GraphQL/JSON-API Headless CMS

    Take the API overhead out of your brain with Daptin. Complete granular access to your data over the network. A single binary to power up your application. Database-backed persistence, 3NF normalized tables. JSON API/GraphQL for CRUD apis. User and group management and access control. Social login with OAuth: tested with google, github, LinkedIn. Actions for abstracting out business flows. Extensive state tracking APIs. Enable Data Auditing from a single toggle. Synchronous Data Exchange with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    Pimcore

    Pimcore

    Open Source Data & Experience Management Platform

    No matter if you're dealing with unstructured web documents or structured data for MDM/PIM, you define the UI design (web documents by a template and structured data with an intuitive graphical editor), Pimcore knows how to persist the data efficiently and optimized for fast access. Due to the framework approach, Pimcore is very flexible and adapts perfectly to your needs. Built on top of the well-known Symfony Framework you have a solid and modern foundation for your project. Benefit from...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Personal Management System

    Personal Management System

    Your web application for managing personal data

    It's easier to understand this web application when you think about a CMS (WordPress) or CRM (SugarCRM); the logic behind this system is very similar to those two. My PMS may offer fewer possibilities than those systems above, but it just does what I want it to do. Additionally, writing extensions is not too hard, depending on the logic required. Anyone with development knowledge can pretty much write their own extensions for personal needs. Keep a track of your personal goals. You can use...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    Sylius

    Sylius

    Open source eCommerce platform on Symfony

    Sylius provides modern software and development practices that encode a customer-centric approach and agility in your team's processes and technology stack. This holistic strategy unleashes your full potential and makes sure that your business adapts to the ever-changing demands of local and global commerce markets. Sylius is an Open Source Headless eCommerce Platform for mid-market and enterprise brands that need custom solutions. With a modern approach to the professional development of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Circus CMS
    Simple PHP-based CMS to manage data over a MySQL DB. Inlcudes several functions to facilitate website building
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Open Web Analytics (OWA)

    Open Web Analytics (OWA)

    Official repository for Open Web Analytics

    Open Web Analytics (OWA) is an open-source web analytics framework that tracks and analyzes visitor behavior on websites and applications. It provides insights into page views, user demographics, and engagement metrics. OWA can be self-hosted, giving users full control over their data. It is an alternative to commercial analytics platforms and supports integration with WordPress and other CMS platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10
    Exponent CMS

    Exponent CMS

    Web site Content Management System using front-end Administration

    Exponent CMS is a content management system for Web sites. It allows site owners to easily create and manage dynamic Web sites without necessarily directly coding Web pages or managing site navigation. Exponent uses an intuitive and flexible content editing system that allows Web pages to be edited on the page as it is displayed. This avoids the need for more back-end administration or for navigating many administration pages to add a simple line of text. You can simply visit the page you...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 11
    Currently only a framework (or a CMS without back-end / admin area) that provides core functionality for websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    HttpKernel Component

    HttpKernel Component

    A structured process for converting a Request into a Response

    The HttpKernel component provides a structured process for converting a Request into a Response by making use of the EventDispatcher component. It's flexible enough to create full-stack frameworks, micro-frameworks or advanced CMS systems like Drupal. Every HTTP web interaction begins with a request and ends with a response. Your job as a developer is to create PHP code that reads the request information (e.g. the URL) and creates and returns a response (e.g. an HTML page or JSON string). Typically, some sort of framework or system is built to handle all the repetitive tasks (e.g. routing, security, etc) so that a developer can build each page of the application. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CSZ CMS

    CSZ CMS

    CSZ CMS is a open source content management system. With Codeigniter.

    CSZ CMS is an open source web application that allows to manage all content and settings on the websites. CSZ CMS was built on the basis of Codeigniter and design the structure of Bootstrap, this should make your website fully responsive with ease. CSZ CMS is based on the server side script language PHP and uses a MySQL or MariaDB database for data storage.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Oscailt CMS
    Oscailt is an open publishing content management system written using PHP with a MySQL database. It is primarily intended for member sites of the Indymedia network, but can be used for any site with an open publishing model and it includes some template sites of simple publishing sites that can be imported at install time. These templates are ideal for anyone wishing to setup their own grassroots based news site. The latest version is 4.3.2 and this is the recommended version to use. It...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    webEdition CMS
    webEdition is a WCMS (Web Content Management System) written in PHP and using MySQL. It is the perfect CMS for website creators and administrators, who wish to manage their websites comfortably with an extemely flexible and extensible CMS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Lanai CMS
    Lanai CMS is a CMS-like system that has basic modules, blocks, and templates based on bootstrap. It is ready to create a Web sites, but it has a new way of development called "Generated Framework", a developer can generate module from a command line script.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Z-BlogPHP

    Z-BlogPHP

    Z-BlogPHP blog program

    Z-BlogPHP is a blog program provided by the Z-Blog community and has been committed to providing excellent blog writing experience to domestic users. The first edition has been released since 2005 and has a history of 18 years. It is one of the few open-source CMS systems that continue to provide updates in China. Our goal is to immerse users in writing and record life, without paying attention to cumbersome settings, etc., and let users focus on creation. For users, it is simple and easy to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Osclass Classifieds PHP Script

    Osclass Classifieds PHP Script

    Best free classifieds script created in PHP for classifieds CMS

    Osclass is best open source classifieds script to building your own classifieds website in minute. Download ultimate classfieds script developed by professionals. Osclass is based has similar structure as wordpress, is easy to modify and work with and scale very well. You can find hundreds of themes and plugins developed, together with great community is right choice for classifieds website. Create a site with car classifieds, rentals, real estate ads, job listings or just create a...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 19
    Rabio-WP-Grid

    Rabio-WP-Grid

    A Bootstrap - PHP Grid for a Headless Wordpress Blog.

    Rabio WP Grid is an extra light weight grid that retrieves all published posts directly from a wordpress database. It was developed to be used as an alternative way for presenting blog posts to visitors or administrators of a wordpress blog. It is a Headless WordPress standalone utility. Please note that this is not a wordpress plugin. It is a standalone software that connects directly to a wordpress database without making any changes. It was developed using PHP and Bootstrap based on the query - view pages of Rabio Busines Information Organizer. A preview of this grid for Wordpress posts is available on https://wpgrid.rabio.eu where the software is used to retrieve all posts from Rabio blog
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Tiki Wiki CMS Groupware

    Tiki Wiki CMS Groupware

    The Free / Libre / Open Source Web App with the most built-in features

    "Software made the wiki way" A full-featured, web-based, tightly integrated, all-in-one Wiki+CMS+Groupware, Free Source Software (GNU/LGPL), using PHP, MySQL, Zend Framework, jQuery and Smarty. Tiki can be used to create all kinds of Web applications, sites, portals, knowledge base, intranets, and extranets. Tiki is the Open Source Web Application with the most built-in features. Highly configurable and modular, all features are optional and administered via a web-based interface. ...
    Leader badge
    Downloads: 85 This Week
    Last Update:
    See Project
  • 21
    MX-Publisher CMS

    MX-Publisher CMS

    MX-Publisher Modular-CMS System former mxBB Portal and Mx-System.

    MX-Publisher Modular-CMS System former mxBB Portal and Mx-System, version maintained by Florin-C. Bodin. And other PHP Coding All GPL things written by FlorinCB aka OryNider are in here. Mx-Publisher CMS Modules and phpBB MODs written by former mxBB Project and Development Team for this system and some phpBB stuff written by FlorinCB related as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Stupid Simple CMS

    Stupid Simple CMS - Created to be simple. Blog posting CMS.

    Stupid Simple CMS ( Blogger ) Stupid Simple CMS - Created to be simple. Blog posting CMS. Last Updated: (12-22-2023) Version 1.2.5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Background Selector

    Background Selector

    Select the background of a block with ASCOOS CMS

    This ASCOOS CMS block displays a background image on 3LT Themes Elements (Front, Frontpage and EFP) on the website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ASCOOS CMS Extensions
    ASCOOS CMS Extensions includes applications, blocks, plugins, editors, 3LT Templates, typographies, widgets, themes, end more... more....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Exponential Basic

    Exponential Basic

    Based on Exponential 2 CMS + PHP 8.x Support + Improvements regularly

    Exponential Basic provides a classic cms framework working in 2025 with full php8.3 compatibility. Based on Exponential 2 CMS Kernel Design + PHP 8.x Updates!
    Downloads: 0 This Week
    Last Update:
    See Project