Download the PHP package pollen-solutions/partial without Composer

On this page you can find all versions of the php package pollen-solutions/partial. 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 partial

Partial Component

Latest Stable Version PHP Supported Versions

Pollen Solutions Partial Component provides layer and tools for creating reusable web user interfaces.

Installation

Basic Usage

From a callable

From the default partial tag driver

From a custom driver

Through a PSR-11 depency injection container

Shows a partial driver instance with custom parameters

Recalls the same partial driver instance with keeped custom parameters

Partial driver API

Partial driver parameters of call

Partial driver instance methods

View API usage

Plates view engine

Partial driver used Plates as default template engine.

  1. Creates a view file for the partial driver.

  2. Creates and call a partial driver with this above file directory as view directory.

Uses another view engine

Your are free to used your own instance of Pollen\View\ViewInterface as the partial driver view parameter if needed. In this example Twig engine is used instead Plates.

  1. Creates a view file for the partial driver.

  2. Creates and call a partial driver with this above file directory as view directory.

Routing API usage

In some cases, partial driver should be able to send a response through a controller, for example to respond from a rest api call.

Fortunately, all partial driver instance are related to a route stack and have a reponseController method to do that. The partial driver route stack is created for all known HTTP methods (GET, POST, PATH, OPTIONS, DELETE) and for a particular api method that works with XHR HTTP request.

  1. Creates a partial driver and gets its route url for the get http method.

  2. Now you can call the route url in your browser.

Get the partial response

Obviously, you are free to use your own routing stack and them controller methods instead.


All versions of partial with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
pollen-solutions/http Version ^1.0
pollen-solutions/routing Version ^1.0
pollen-solutions/support Version ^1.0
pollen-solutions/validation Version ^1.0
pollen-solutions/view Version ^1.0
pollen-solutions/view-extends Version ^1.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 pollen-solutions/partial contains the following files

Loading the files please wait ....