Download the PHP package lenochware/pclib without Composer
On this page you can find all versions of the php package lenochware/pclib. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lenochware/pclib
More information about lenochware/pclib
Files in lenochware/pclib
Download lenochware/pclib
More information about lenochware/pclib
Files in lenochware/pclib
Vendor lenochware
Package pclib
Short Description PClib PHP framework
License MIT
Homepage http://pclib.brambor.net
Package pclib
Short Description PClib PHP framework
License MIT
Homepage http://pclib.brambor.net
Please rate this library. Is it a good library?
Informations about the package pclib
What is PClib?
Lightweight PHP framework without boilerplate of big frameworks.
Features
- MVC (Controllers, templates and models)
- Db: Database layer (mysql, pgsql and sql-lite adapters included)
- Form: Rendering, validation and storing into database
- Grid (datagrid): Pagination, sorting columns, summarization rows, filter
- Auth: Authentication and authorization: users, roles and permissions
- Translator: multilanguage support
- Debugger: improved error messages, dump() function, debug-bar...
- ORM
- PAdmin: Site administrator tool
- Logger, Tree view and more...
Installation
- Download pclib
- Copy directory
pclib
somewhere at your webroot. - Some parts of the library need a few database tables. You can
found sql-dump in
install/pclib_*.sql
. Import this sql-dump into your database. - Now you are ready to use pclib!
or install it using composer:
composer require lenochware/pclib
Examples
Render form
Connect to database and show datagrid with data
For more examples see http://pclib.brambor.net/
Links
License
This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.
All versions of pclib with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package lenochware/pclib contains the following files
Loading the files please wait ....