Download the PHP package thipages/pca-helper without Composer
On this page you can find all versions of the php package thipages/pca-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thipages/pca-helper
More information about thipages/pca-helper
Files in thipages/pca-helper
Download thipages/pca-helper
More information about thipages/pca-helper
Files in thipages/pca-helper
Vendor thipages
Package pca-helper
Short Description Helper for PHP-CRUD-API configuration
License MIT
Package pca-helper
Short Description Helper for PHP-CRUD-API configuration
License MIT
Please rate this library. Is it a good library?
Informations about the package pca-helper
PCA-HELPER
PCA-HELPER tries to help to setup the configuration file used in PHP-CRUD-API
- simplifying the database configuration
- simplifying the dbAuth configuration
- providing some middlewares tools (
upload
,autoFK
), - writing automatically
middlewares
configuration property
Drawback : it adds some workload on the server compared to the native/original single file
api.php
. May be a cli tool may be a good comprise one day...
Installation
composer require thipages/pca-helper
add an api.php
file referencing
- either
require('./api.include.php');
for a single file usage from PHP-CRUD-API - or the library with
autoload.php
andcomposer require mevdschee/php-crud-api
Usage
Simple static call
Helper::echo(...$config);
$config
being a list of
-
either regular associative arrays (as defined in PHP-CRUD-API)
-
or static methods of predefined class (returning an associative array...)
- or static handlers whose name method match the configuration key (by convention)
Example
All versions of pca-helper with dependencies
PHP Build Version
Package Version
No informations.
The package thipages/pca-helper contains the following files
Loading the files please wait ....