Download the PHP package plansys/yard without Composer
On this page you can find all versions of the php package plansys/yard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yard
Yard: ReactJS Component in PHP
This library allows you to write ReactJS Component in PHP Class.
It works by creating React Component on-the-fly based on javascript generated by PHP.
Vanilla PHP Installation
You can install Yard using composer:
Follow these steps to use yard:
- Create
my-project
directory - Open terminal and execute
composer require plansys\yard
in that directory - Create
pages
,tmp
andredux
directory inmy-project
directory - Make sure
/tmp
directory is writeable by web server process (chmod 755
into this directory) - Create
base.php
andindex.php
file
After those steps, your directory structure should look like this:
Put this code into base.php
file:
And put this code into index.php
file:
Then open index.php
in your browser.
Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY
All versions of yard with dependencies
PHP Build Version
Package Version
Requires
fluentdom/fluentdom Version
^6.0
The package plansys/yard contains the following files
Loading the files please wait ....