Download the PHP package bearcms/universal without Composer
On this page you can find all versions of the php package bearcms/universal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bearcms/universal
More information about bearcms/universal
Files in bearcms/universal
Package universal
Short Description Bear CMS Universal
License MIT
Homepage https://bearcms.com/
Informations about the package universal
Bear CMS Universal
A client package for Bear CMS. It's a perfect choice for developers who want to provide content editing functionality while taking full ownership of the output code. Also suitable for building websites from HTML templates.
Installation
Install via Composer
The library's autoloader will be automatically run when including vendor/autoload.php
.
You can quick start a new project by running
Download a ZIP file
Download the latest release ZIP file from from the releases page. Then unzip and include the library's autoloader.
Download a PHAR file
Download the latest release PHAR file from from the releases page. Then include itclude it in your project.
Usage
The first step is to create and configure the BearCMS\Universal instance.
Then use captureStart()
and captureSend()
to automatically capture the output HTML and send it to the Bear CMS client.
Alternatively you can use ...
Any <bearcms...>
HTML tags will be automatically updated for preview or editing (if there is a logged in administrator).
A full list of the supported HTML tags is available at https://bearcms.com/support/use-custom-elements/
License
This project is licensed under the MIT License. See the license file for more information.
Author
This package is created and maintained by the Bear CMS team. Feel free to contact us at bearcms.com.
All versions of universal with dependencies
ext-curl Version *
bearframework/bearframework Version 1.*
bearcms/bearframework-addon Version 1.*