Download the PHP package popphp/pop-bootstrap without Composer

On this page you can find all versions of the php package popphp/pop-bootstrap. 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 pop-bootstrap

Pop Bootstrap

END OF LIFE

The pop-bootstrap component is now end-of-life and will no longer be maintained.

Release Information

Version 4.2.0 February 6, 2019

Overview

This repository is a skeleton web application for the Pop Web Application Framework using the Bootstrap v4, Material Icons and Font Awesome frameworks. The concept behind this skeleton framework focuses on a minimal feature set that allows access view a basic web interface, an API and also the console.

Requirements

Top

Installation

The command below will install all of the necessary components, seed the database and take you through the installation steps automatically:

Alternatively, the last command above can be npm run dev if you'd like build the UI assets for a dev environment instead.

Top

Getting Started

You can start the web server by running the kettle command:

Visit the main web address at http://localhost:8000. You will be redirected to a login screen. The default credentials are:

Top

Web Access

Once logged in via a web browser, you will see that most of the navigation displayed is not active, with the exception of the Orders page, the Users page and the Logout icon. The Orders page demonstrates a mock layout with side navigation. The Users page will let you manage users. The Logout icon executes a user logout.

Top

API Access

You can access the API to authenticate a user or manage users as well. The following examples use cURL to demonstrate the accessing the API:

Authentication

Upon a successful authentication, you will receive a JSON response that looks like this:

With that, you'll be able to continue accessing the API.

Top

Validate the Token

Top

Refresh the Token

Top

Revoke the Token

Top

Manage Users

Get Users
Get a User
Create User
Update a User
Delete a User
Delete Users

Top

Console Access

The application comes with a simple console interface to assist with application management from the CLI as well. You can build upon this to add console-level features and functionality

Top


All versions of pop-bootstrap with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.0
popphp/popphp-framework Version ^4.5.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 popphp/pop-bootstrap contains the following files

Loading the files please wait ....