File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # These are supported funding model platforms
2+
3+ open_collective : leaf
Original file line number Diff line number Diff line change 1+ test
2+ Experimental
3+ vendor
4+ composer.lock
Original file line number Diff line number Diff line change 1+ <!-- markdownlint-disable no-inline-html -->
2+ <p align =" center " >
3+ <br ><br >
4+ <img src =" https://leaf-docs.netlify.app/images/logo.png " height =" 100 " />
5+ <h1 align =" center " >Leaf FileSystem Module</h1 >
6+ <br ><br >
7+ </p >
8+
9+ # Leaf PHP
10+
11+ [ ![ Latest Stable Version] ( https://poser.pugx.org/leafs/fs/v/stable )] ( https://packagist.org/packages/leafs/fs )
12+ [ ![ Total Downloads] ( https://poser.pugx.org/leafs/fs/downloads )] ( https://packagist.org/packages/leafs/fs )
13+ [ ![ License] ( https://poser.pugx.org/leafs/fs/license )] ( https://packagist.org/packages/leafs/fs )
14+
15+ Leaf's core fs functionality packaged as a serve-yourself module.
16+
17+ ## Installation
18+
19+ You can easily install Leaf using [ Composer] ( https://getcomposer.org/ ) .
20+
21+ ``` bash
22+ composer require leafs/fs
23+ ```
24+
25+ ## View Leaf's docs [ here] ( https://leafphp.netlify.app/#/ )
26+
27+ Built with ❤ by [ ** Mychi Darko** ] ( https://mychi.netlify.app )
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " leafs/fs" ,
3+ "description" : " Leaf PHP session + flash modules" ,
4+ "keywords" : [
5+ " fs" ,
6+ " filesystem" ,
7+ " files" ,
8+ " leaf" ,
9+ " php" ,
10+ " framework"
11+ ],
12+ "homepage" : " https://leafphp.netlify.app/#/" ,
13+ "type" : " library" ,
14+ "license" : " MIT" ,
15+ "authors" : [
16+ {
17+ "name" : " Michael Darko" ,
18+ "email" : " mickdd22@gmail.com" ,
19+ "homepage" : " https://mychi.netlify.app" ,
20+ "role" : " Developer"
21+ }
22+ ],
23+ "autoload" : {
24+ "psr-4" : {
25+ "Leaf\\ " : " src"
26+ }
27+ },
28+ "minimum-stability" : " stable" ,
29+ "require" : {
30+ "symfony/finder" : " ^5.3"
31+ }
32+ }
You can’t perform that action at this time.
0 commit comments