Skip to content

Commit 0a9c491

Browse files
authored
Merge pull request #2 from flexform-dev/rebranding-phpform
Rebranding: FlexForm to PHPForm
2 parents 31c2d59 + a0de22c commit 0a9c491

11 files changed

+31
-63
lines changed

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# FlexForm - Lightweight Form Server
1+
# PHPForm - Lightweight Form Server
22

3-
Welcome to FlexForm, a fully open-source, headless form server designed with simplicity, efficiency, and privacy in mind. Built to be easily installed on any budget-friendly hosting solution or free cloud tiers, FlexForm is the perfect choice for developers and businesses looking for a reliable and GDPR-compliant form management solution.
3+
Welcome to PHPForm, a fully open-source, headless form server designed with simplicity, efficiency, and privacy in mind. Built to be easily installed on any budget-friendly hosting solution or free cloud tiers, PHPForm is the perfect choice for developers and businesses looking for a reliable and GDPR-compliant form management solution.
44

55
<img src="./public/images/screen.png" width="100%">
66

77
# Features
88

9-
- **Headless Architecture**: FlexForm is built as a headless server, offering flexibility and ease of integration with various frontend systems.
9+
- **Headless Architecture**: PHPForm is built as a headless server, offering flexibility and ease of integration with various frontend systems.
1010
- **Robust Admin Panel**: Manage your forms with ease using our user-friendly admin panel, designed for efficient and intuitive form management.
1111
- **Cost-Effective**: Designed to run smoothly on inexpensive hosting or free cloud services, reducing your operational costs.
12-
- **GDPR Compliant**: We prioritize your data privacy. FlexForm ensures that all your data remains yours, complying fully with GDPR regulations.
13-
- **Open Source**: Dive into the code, customize, and contribute! Our community-driven approach means FlexForm is continually evolving.
12+
- **GDPR Compliant**: We prioritize your data privacy. PHPForm ensures that all your data remains yours, complying fully with GDPR regulations.
13+
- **Open Source**: Dive into the code, customize, and contribute! Our community-driven approach means PHPForm is continually evolving.
1414

1515
# Requirements
1616
### PHP Version
@@ -30,7 +30,7 @@ Welcome to FlexForm, a fully open-source, headless form server designed with sim
3030

3131
# License
3232

33-
FlexForm is released under MIT, ensuring it remains free and open for use and modification.
33+
PHPForm is released under MIT, ensuring it remains free and open for use and modification.
3434

3535
# Getting Started
3636

@@ -43,17 +43,17 @@ FlexForm is released under MIT, ensuring it remains free and open for use and mo
4343

4444

4545
## Running locally with docker
46-
Use the latest [image from docker hub](https://hub.docker.com/r/flexform/flexform-server) to run it locally:
46+
Use the latest [image from docker hub](https://hub.docker.com/r/phpform/phpform-server) to run it locally:
4747
```bash
48-
docker run --name flexform -d -p 9000:9000 flexform/flexform-server:0.1
48+
docker run --name phpform -d -p 9000:9000 phpform/phpform-server:0.1
4949
```
5050
Copy environment file and adjust it to your needs:
5151
```bash
5252
cp .env.prod .env
5353
```
5454
Run DB migrations from container
5555
```bash
56-
docker exec -it flexform bash
56+
docker exec -it phpform bash
5757
php bin/console doctrine:migrations:diff
5858
php bin/console doctrine:migrations:migrate
5959
```
@@ -80,13 +80,13 @@ php -S localhost:8000 -t public
8080
```
8181

8282
## Deploying on shared hosting
83-
Build the project on your local machine or [download prebuild release](https://flexform.nyc3.cdn.digitaloceanspaces.com/flexform-server-latest.zip).
83+
Build the project on your local machine or [download prebuild release](https://phpform.nyc3.cdn.digitaloceanspaces.com/phpform-server-latest.zip).
8484
Upload the files to your shared hosting.
8585
Make sure you make "public" folder as your main folder.
8686

8787
## Deploying on cloud hosting
88-
You can deploy FlexForm on any cloud hosting provider that supports PHP 8.2 or higher.
89-
Also you can use [FlexForm Docker Image](https://hub.docker.com/r/flexform/flexform-server) to deploy FlexForm on any cloud hosting provider that supports docker.
88+
You can deploy PHPForm on any cloud hosting provider that supports PHP 8.2 or higher.
89+
Also you can use [PHPForm Docker Image](https://hub.docker.com/r/phpform/phpform-server) to deploy PHPForm on any cloud hosting provider that supports docker.
9090

9191
Make sure you:
9292
- Set the environment variable `APP_ENV` to `prod`
@@ -107,10 +107,10 @@ php bin/console doctrine:migrations:migrate
107107
```
108108

109109
## Deploy instructions
110-
- [Installing FlexForm on DigitalOcean Apps](https://medium.com/@ashelestov/installing-flexform-on-digitalocean-apps-b3e5b1ba868a)
110+
- [Installing PHPForm on DigitalOcean Apps](https://medium.com/@ashelestov/installing-flexform-on-digitalocean-apps-b3e5b1ba868a)
111111

112112
# Frontend components
113-
FlexForm is a headless form server. This means that you can use any frontend framework to build your forms.
113+
PHPForm is a headless form server. This means that you can use any frontend framework to build your forms.
114114
We provide a set of frontend components that you can use to build your forms.
115115

116116
Soon will be available components for React, Vue, Angular, Svelte and more.

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
app:
3-
container_name: flexform
3+
container_name: phpform
44
build:
55
context: .
66
dockerfile: Dockerfile

public/android-chrome-192x192.png

3.23 KB
Loading

public/android-chrome-512x512.png

5.5 KB
Loading

public/apple-touch-icon.png

3.13 KB
Loading

public/favicon-16x16.png

516 Bytes
Loading

public/favicon-32x32.png

863 Bytes
Loading

public/favicon.ico

-7.81 KB
Binary file not shown.

public/images/logo.svg

-42
This file was deleted.

public/images/logo_small.svg

+16-6
Loading

public/images/screen.png

-5.57 KB
Loading

0 commit comments

Comments
 (0)