Download the PHP package imranhsayed/headless-cms without Composer

On this page you can find all versions of the php package imranhsayed/headless-cms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package headless-cms

Headless CMS

Project Status: Active.

A WordPress plugin that adds features to use WordPress as a headless CMS with any front-end environment using REST API. This plugin provides multiple features and you can use the one's that are relevant to your front-end application. You don't necessarily need to use all.

Headless CMS WordPress Plugin

Install via Composer

Maintainer

Name Github Username
Imran Sayed @imranhsayed

Assets

Assets folder contains webpack setup and can be used for creating blocks or adding any other custom scripts like javascript for admin.

REST API ENDPOINT

This plugin provides you different endpoints using WordPress REST API.

Getting Started :clipboard:

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Prerequisites :door:

You need to have any WordPress theme activated on your WordPress project, which has REST API enabled.

Installation :wrench:

  1. Clone the plugin directory in the /wp-content/plugins/ directory, or install a zipped directory of this plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress

Example Frontend applications

Example of front-end applications where this plugin can be used:

  1. Gatsby WordPress Theme
  2. React Wordpress Theme

Features

  1. Custom REST API Endpoints.
  2. Social links in customizer.
  3. Image uploads for categories.
  4. Custom header and footer menus.
  5. Custom Widgets.
  6. Custom Header and Footer GraphQL fields when using wp-graphql plugin
  7. Adds coAuthors data in the GraphQL Api.
  1. HCMS Footer #1 with sidebar id 'hcms-sidebar-1'

  1. HCMS Footer #2 with sidebar id 'hcms-sidebar-2'

More Features

  1. Registers the sections for socials icons in the customizer

  1. Image upload features for categories

  1. Plugin Settings Page
  1. Following fields when using wp-graphql plugin.

Available Endpoints:

Get single post ( GET request )

Get posts by page no: ( GET Request )

Get header and footer date: ( GET Request )

Get WooCommerce Country and states ( GET Request )

Contributing :busts_in_silhouette:

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

I use Git for versioning.

Author :pencil:

License :scroll:

License: GPL v2


All versions of headless-cms with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package imranhsayed/headless-cms contains the following files

Loading the files please wait ....