Skip to content

Commit 3dbbc3f

Browse files
author
Jean-François Hivert
committed
Version 1.0
Fix README
1 parent 9c043d2 commit 3dbbc3f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# PHP-CLI SHELL
22

3-
This repository is the base of PHP Shell project. It contains base classes for create a PHP Shell.
3+
This repository is the base of PHP Shell project. It contains base classes for create a PHP Shell.
44
You must have a service which has an API and develop classes to use PHP-CLI Shell and your API.
55

66
There is two project which use PHP-CLI Shell:
77
- PHPIPAM: https://github.com/cloudwatt/php-cli-shell_phpipam
88
- PATCHMANAGER: https://github.com/cloudwatt/php-cli-shell_patchmanager
99

10-
PHPIPAM is an IPAM in PHP with REST API: https://phpipam.net/
10+
PHPIPAM is an IPAM in PHP with REST API: https://phpipam.net/
1111
PATCHMANAGER is an DCIM in JAVA with SOAP and REST API: https://patchmanager.com/
1212

1313
You can use one of this two projects for help you to develop your own project.
@@ -21,6 +21,6 @@ __*https://launchpad.net/~ondrej/+archive/ubuntu/php*__
2121
* apt-get update
2222
* apt install php7.1-cli php7.1-mbstring php7.1-readline
2323

24-
#### REPOSITORY TOOLS-CLI
24+
#### REPOSITORY
2525
* git clone https://github.com/cloudwatt/php-cli-shell_base
26-
* git checkout ????
26+
* git checkout tags/v1.0

0 commit comments

Comments
 (0)