File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<p align =" center " >
33 <br ><br >
44 <img src =" https://leaf-docs.netlify.app/images/logo.png " height =" 100 " />
5- <h1 align =" center " >Leaf FileSystem Module</h1 >
5+ <h1 align =" center " >Leaf Date Module</h1 >
66 <br ><br >
77</p >
88
99# Leaf PHP
1010
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 )
11+ [ ![ Latest Stable Version] ( https://poser.pugx.org/leafs/date /v/stable )] ( https://packagist.org/packages/leafs/date )
12+ [ ![ Total Downloads] ( https://poser.pugx.org/leafs/date /downloads )] ( https://packagist.org/packages/leafs/date )
13+ [ ![ License] ( https://poser.pugx.org/leafs/date /license )] ( https://packagist.org/packages/leafs/date )
1414
15- Leaf's core fs functionality packaged as a serve-yourself module.
15+ Leaf's core date/time functionality packaged as a serve-yourself module.
1616
1717## Installation
1818
1919You can easily install Leaf using [ Composer] ( https://getcomposer.org/ ) .
2020
2121``` bash
22- composer require leafs/fs
22+ composer require leafs/date
2323```
2424
2525## View Leaf's docs [ here] ( https://leafphp.netlify.app/#/ )
Original file line number Diff line number Diff line change 11{
2- "name" : " leafs/fs " ,
3- "description" : " Leaf PHP session + flash modules " ,
2+ "name" : " leafs/date " ,
3+ "description" : " Leaf PHP date module " ,
44 "keywords" : [
5- " fs " ,
6- " filesystem " ,
7- " files " ,
5+ " date " ,
6+ " time " ,
7+ " datetime " ,
88 " leaf" ,
99 " php" ,
1010 " framework"
2525 "Leaf\\ " : " src"
2626 }
2727 },
28- "minimum-stability" : " stable" ,
29- "require" : {
30- "symfony/finder" : " ^5.3"
31- }
28+ "minimum-stability" : " stable"
3229}
You can’t perform that action at this time.
0 commit comments