presentation / framework
Flexible Framework-Agnostic UI for Enterprise Web Applications
Installs: 139
Dependents: 1
Suggesters: 0
Security: 0
Stars: 24
Watchers: 8
Forks: 4
Open Issues: 17
Requires
- php: ^5.5||^7||^8
- container-interop/container-interop: ^1.1
- danielstjules/stringy: ^1.9|~2.2.0
- nayjest/collection: ^2.3
- nayjest/manipulator: ^3.1.0
- nayjest/tree: ^3
Requires (Dev)
- ext-curl: *
- squizlabs/php_codesniffer: ~2.3
- view-components/testing-helpers: ^2.0.1
Suggests
- league/uri: Required by Pagination component
- symfony/var-dumper: Required by SymfonyVarDump component
Provides
- dev-master
- v0.26.9
- v0.26.8
- v0.26.7
- v0.26.6
- v0.25.5
- v0.25.4
- v0.25.3
- v0.25.2
- v0.25.1
- v0.25.0
- v0.24.5
- v0.24.4
- v0.24.3
- v0.24.2
- v0.24.1
- v0.24.0
- v0.23.4
- v0.23.3
- v0.23.2
- v0.23.1
- v0.23.0
- v0.22.3
- v0.22.2
- v0.22.1
- v0.22.0
- v0.21.12
- v0.21.11
- v0.21.10
- v0.21.9
- v0.21.8
- v0.21.7
- v0.21.6
- v0.21.5
- v0.21.4
- v0.21.3
- v0.21.2
- v0.21.1
- v0.21.0
- v0.20.0
- v0.19.1
- v0.19.0
- v0.18.2
- v0.18.1
- v0.18.0
- v0.17.0
- v0.16.6
- v0.16.5
- v0.16.4
- v0.16.3
- v0.16.2
- v0.16.1
- v0.16.0
- v0.15.0
- v0.14.0
- v0.13.0
- v0.12.0
- v0.11.0
- v0.10.0
- v0.9.0
- v0.8.1
- v0.8.0
- v0.7.0
- v0.6.1
- v0.6.0
- v0.5.0
- v0.4.1
- v0.4.0
- v0.3.0
- v0.2.1
- v0.2.0
- v0.1.0
- dev-table_view_improved
This package is auto-updated.
Last update: 2021-07-06 16:25:38 UTC
README
Flexible Framework-Agnostic UI for Enterprise Web Applications
Project status: alpha since 2016-08-12
Have questions? Ask in issue-tracker.
Table of Contents
Requirements
- PHP 5.5+ (hhvm & php7 are supported)
Installation
Installing into Existing Project
The recommended way of installing the component is through Composer.
Run following command from your project folder:
composer require view-components/view-components
Installing as Stand-alone Project
For running tests and demo-application bundled with this package on your system you need to install it as stand-alone project.
composer create-project view-components/view-components
This is the equivalent of doing a git clone followed by a "composer install" of the vendors. Composer will automatically run 'post-create-project-cmd' command and that will call interactive installation.
If you want to use default settings and run it silently, just add --no-interaction
option.
If you already cloned this repository, or you want to reinstall the package, navigate to the package folder and run composer create-project
command without specifying package name.
If you are sure that you don't need to reinstall composer dependencies, you can execute only bundled installer: composer run post-create-project-cmd
This kind of installation has additional requirements:
- ext-curl
- ext-pdo_sqlite
Demo Application
This package bundled with demo-application.
Souce code of demos available here
Working Demo
Travis CI automatically deploys web-application bundled with this package to Heroku.
Here you can see working demos: http://view-components.herokuapp.com/
First run may be slow because Heroku shutting down workers when there is no traffic and starts it again on first visit
Running Demo Application Locally
To run it locally, you must install this package as stand-alone project with dev-dependencis.
Then, run web-server from the package directory with the following command:
composer serve
This command uses web-server bundled with PHP.
Now, open http://localhost:8000 in the browser (for Windows users it will be opened automatically after starting web-server).
Documentation
Work in progress. Contributions are extremely welcome!
Testing
This application bundled with unit and acceptance tests created with PHPUnit.
To run tests locally, you must install this package as stand-alone project with dev-dependencies.
Command for running unit and acceptance tests:
composer test
Command for checking code style:
composer cs
Contributing
Please see Contributing Guidelines and Code of Conduct for details.
Security
If you discover any security related issues, please email mail@vitaliy.in instead of using the issue tracker.
License
© 2014—2016 Vitalii Stepanenko
Licensed under the MIT License.
Please see License File for more information.