https://github.com/fcrespel/fab-framework
FabFramework extension for Zend Framework 1.x
https://github.com/fcrespel/fab-framework
php zend-framework
Last synced: 5 days ago
JSON representation
FabFramework extension for Zend Framework 1.x
- Host: GitHub
- URL: https://github.com/fcrespel/fab-framework
- Owner: fcrespel
- License: bsd-3-clause
- Created: 2016-12-18T19:55:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-01-13T23:25:23.000Z (5 months ago)
- Last Synced: 2026-01-14T01:29:23.272Z (5 months ago)
- Topics: php, zend-framework
- Language: PHP
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FabFramework
FabFramework is an extension for [Zend Framework 1.x](https://github.com/zendframework/zf1).
Certain features also rely on:
* [zf-doctrine](https://github.com/beberlei/zf-doctrine)
* [ZFDebug](https://github.com/jokkedk/ZFDebug)
* [Piwik](https://piwik.org)
* [Plupload](http://www.plupload.com)
* [TinyMCE](https://www.tinymce.com)
* [OpenStack](https://github.com/php-opencloud/openstack)
* [AWS SDK](https://github.com/aws/aws-sdk-php)
* [php-openapi](https://github.com/cebe/php-openapi)
This library provides several improvements and new features useful for projects:
* ACL: cache, dynamic registration of resources/roles, queryable resources/roles, anonymous role.
* Application: resources for cron, module-specific config, Piwik/TinyMCE/ZFDebug support.
* Auth: composite, array, CAS and Doctrine adapters.
* Captcha: questions & answers captcha.
* Controller: autogenerated CRUD controllers with listing and filtering support,
Web Service controllers with SOAP/REST/JSON-RPC/JSON support,
plugins for ACL, layout switch, maintenance message and HTTP basic authentication,
helpers for Plupload and sending mails with templates.
* Cron: simple task framework.
* Form: improved autogenerated forms for ZFDoctrine models, support for HTML5 elements and TinyMCE editors.
* LDAP: much improved Node handling with lazy loading and model mapping.
* ObjectStorage: object storage abstraction with File, OpenStack Swift and Amazon S3 implementations.
* OpenApi: OpenAPI Description generator with support for Doctrine models
* Session: Doctrine-based session save handler.
* SOAP: standards-compliant autogenerated WSDL with support for Doctrine models, much improved SOAP server with handler chains,
HTTP and WS-Security authentication.
* Validate: Doctrine and LDAP "(no) record exists" validators, authentication validator.
* View: helpers for model listing, Piwik, Plupload, TinyMCE, Open Graph, progress bar, file size, user login info.